aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-02V4L/DVB (3646): Added support for the new Lifeview hybrid cardbus modulesHartmut Hackmann3-0/+53
2006-04-02V4L/DVB (3645): Corrected CVBS input for the AVERMEDIA 777 DVB-THartmut Hackmann1-1/+1
2006-04-02V4L/DVB (3644): Added PCI IDs of 2 LifeView CardsHartmut Hackmann1-2/+14
2006-04-02V4L/DVB (3643): Fix default values for tvp5150 controlsMauro Carvalho Chehab1-4/+4
2006-04-02V4L/DVB (3639): Reduce FWSEND due to certain I2C bus adapter limitsMike Isely1-1/+11
2006-04-02V4L/DVB (3620): Fix video-buf PCI wrappersRicardo Cerqueira1-3/+9
2006-04-02V4L/DVB (3616a): cpia cleanupsRandy Dunlap1-7/+6
2006-04-02V4L/DVB (3615): Saa7134: select FW_LOADERmaximilian attems1-0/+1
2006-04-02V4L/DVB (3614): Fix compilation warning at powerpc platformMauro Carvalho Chehab3-3/+3
2006-04-02V4L/DVB (3610): Added the new routing commands to cx25840.Hans Verkuil5-56/+23
2006-04-02V4L/DVB (3609): Remove VIDIOC_S_AUDIO from tvaudio: no longer used.Hans Verkuil1-15/+0
2006-04-02V4L/DVB (3608): Implement new routing commands in saa7127.cHans Verkuil1-25/+18
2006-04-02V4L/DVB (3607): Implement routing command for saa7115.cHans Verkuil1-0/+41
2006-04-02V4L/DVB (3606): Minor layout changes to make it consistentHans Verkuil1-9/+9
2006-04-02V4L/DVB (3605): Add support for I2C_HW_B_CX2341X board adapterHans Verkuil2-3/+7
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-29Merge ../linux-2.6Paul Mackerras1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-1/+1
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds170-1953/+47945
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-4/+4
2006-03-25V4L/DVB (3604): V4l printk fixAndrew Morton1-1/+1
2006-03-25V4L/DVB (3599b): Whitespace cleanups under drivers/mediaMauro Carvalho Chehab102-3012/+3012
2006-03-25V4L/DVB (3599a): Move drivers/usb/media to drivers/media/videoMauro Carvalho Chehab59-2/+43956
2006-03-24V4L/DVB (3599): Implement new routing commands for wm8775 and cs53l32a.Hans Verkuil2-10/+20
2006-03-24V4L/DVB (3597): Vivi: fix warning: implicit declaration of function 'in_interrupt'Michael Krufky1-0/+1
2006-03-24V4L/DVB (3588): Remove VIDIOC_G/S_AUDOUT from msp3400Hans Verkuil1-37/+2
2006-03-24V4L/DVB (3587): Always wake thread after routing change.Hans Verkuil1-2/+1
2006-03-24V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio modeHans Verkuil7-5/+23
2006-03-24V4L/DVB (3582): Implement correct msp3400 input/output routingHans Verkuil8-111/+176
2006-03-24V4L/DVB (3581): Add new media/msp3400.h header containing the routing macrosHans Verkuil4-6/+7
2006-03-24V4L/DVB (3580): Last round of msp3400 cleanups before adding routing commandsHans Verkuil3-85/+107
2006-03-24V4L/DVB (3579): Move msp_modus to msp3400-kthreads, add JP and KR std detectionHans Verkuil3-33/+33
2006-03-24V4L/DVB (3578): Make scart definitions easier to handleHans Verkuil2-23/+24
2006-03-24V4L/DVB (3577): Cleanup audio input handlingHans Verkuil21-320/+316
2006-03-24V4L/DVB (3571): Printk warning fixesAndrew Morton1-9/+12
2006-03-24V4L/DVB (3569): PATCH: switch cpia2 to mutexes and use ioctl 32 compat lib funcAlan Cox3-42/+43
2006-03-24V4L/DVB (3557): Kconfig: fix title and description for VIDEO_CX88_ALSAMichael Krufky1-2/+3
2006-03-24V4L/DVB (3551): Fix saturation bug. Fix NTSC->PAL standard change. Detect NTSC-KR standard.Hans Verkuil1-4/+31
2006-03-24V4L/DVB (3548): Renamed I2C_foo addresses to I2C_ADDR_fooMauro Carvalho Chehab10-49/+49
2006-03-24V4L/DVB (3547): Tvaudio.h are just i2c addresses. Merged into i2c-addr.hMauro Carvalho Chehab2-15/+1
2006-03-24V4L/DVB (3546): Fix Compilation after moving bttv codeMauro Carvalho Chehab8-73/+19
2006-03-24V4L/DVB (3539): Move bttv fragments to bt8xx/Manu Abraham16-30/+28
2006-03-24V4L/DVB (3519): Corrects MODULE_AUTHORMauro Carvalho Chehab1-1/+1
2006-03-24V4L/DVB (3518): Creates a virtual video device driverMauro Carvalho Chehab2-0/+1860
2006-03-24V4L/DVB (3516): Make video_buf more genericMauro Carvalho Chehab21-148/+286
2006-03-23Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds12-263/+200
2006-03-23[PATCH] I2C: Drop unneeded i2c-dev.h includesJean Delvare10-10/+0
2006-03-23V4L/DVB (3568k): zoran: Use i2c_master_send when possibleJean Delvare7-66/+43
2006-03-23V4L/DVB (3568j): adv7175: Drop unused encoder dump commandJean Delvare1-26/+0