summaryrefslogtreecommitdiffstats
path: root/drivers/media/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (5316): Add radio support for the Lifeview FlyDVB-T DuoPeter Missel2007-04-271-1/+8
* V4L/DVB (5314): Added support for tda827x tuners with preamlifiersHartmut Hackmann2007-04-276-465/+616
* V4L/DVB (5313): Added a config entry and a gpio function pointer to tuner structHartmut Hackmann2007-04-274-9/+21
* V4L/DVB (5312): Saa713x: added a GPIO handler functionHartmut Hackmann2007-04-272-0/+42
* V4L/DVB (5311): Tda1004x driver updatesHartmut Hackmann2007-04-271-19/+29
* V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil2007-04-278-20/+54
* V4L/DVB (5299): Added support for loading cx88-dvb and cx88-blackbirdMarkus Rechberger2007-04-271-12/+4
* V4L/DVB (5298): Added support for deferred module requesting to cx88Markus Rechberger2007-04-272-0/+34
* V4L/DVB (5294): Make pvr2_encoder_prep_config() staticAdrian Bunk2007-04-271-1/+1
* V4L/DVB (5290): Add support for VIDIOC_INT_G/S_STD_OUTPUTHans Verkuil2007-04-272-3/+6
* V4L/DVB (5289): Add support for video output overlays.Hans Verkuil2007-04-272-1/+27
* V4L/DVB (5278): Bt8xx/: possible cleanupsAdrian Bunk2007-04-273-76/+0
* V4L/DVB (5268): Add support for three new MPEG controls.Hans Verkuil2007-04-272-5/+77
* V4L/DVB (5257): USB: add zr364xx V4L2 driverAntoine Jacquet2007-04-273-0/+942
* V4L/DVB (5421): Fix suspend/resume in msp3400 and tunerJean Delvare2007-03-272-12/+8
* V4L/DVB (5415): Msp_attach must return 0 if no msp3400 was found.Hans Verkuil2007-03-271-2/+2
* V4L/DVB (5408): Fix SECAM handling on saa7115Mauro Carvalho Chehab2007-03-271-1/+1
* [PATCH] misc NULL noiseAl Viro2007-03-142-6/+6
* V4L/DVB (5260): Cx88-blackbird: allow usage of both 376836 and 262144 sized f...Michael Krufky2007-03-032-5/+10
* V4L/DVB (5366): Pvrusb2: Fix compilation warning for amd64 builds (use %zu in...Mike Isely2007-03-031-1/+1
* V4L/DVB (5305): Mark VIDIOC_DBG_S/G_REGISTER as experimentalHans Verkuil2007-03-011-8/+4
* V4L/DVB (5271): Add VIDIOC_TRY_ENCODER_CMD and VIDIOC_ENCODER_CMD ioctls.Hans Verkuil2007-03-012-1/+27
* V4L/DVB (5270): Add VIDIOC_G_ENC_INDEX ioctlHans Verkuil2007-03-012-3/+18
* V4L/DVB (5258): Cafe_ccic: fix compiler warningJean Delvare2007-03-011-3/+1
* V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil2007-03-0112-19/+53
* V4L/DVB (5255): Fix cx25840 firmware loading.Hans Verkuil2007-03-012-3/+3
* V4L/DVB (5249): Fix compiler warning in vivi.cMarcel Siegert2007-02-211-1/+2
* V4L/DVB (5212): Pvrusb2: Be more forgiving about encoder firmware sizeMike Isely2007-02-211-15/+18
* V4L/DVB (5210): Pvrusb2: Fix printk format typoMike Isely2007-02-211-1/+1
* V4L/DVB (5206): Usbvision: set alternate interface modificationThierry MERLE2007-02-214-16/+81
* V4L/DVB (5205): Usbvision: dynamic allocation for framesThierry MERLE2007-02-213-35/+60
* V4L/DVB (5200): V4l_printk_ioctl_arg() is no longer used.Adrian Bunk2007-02-211-586/+0
* V4L/DVB (5199): Cx88-video.c: remove struct radionormsAdrian Bunk2007-02-211-2/+0
* V4L/DVB (5198): Cafe_ccic.c fix warningJonathan Corbet2007-02-211-1/+1
* V4L/DVB (5197): Convert to generic boolean-valuesRichard Knutsson2007-02-215-53/+37
* V4L/DVB (5196): VIDEO_BUF depends on PCIAndrew Morton2007-02-211-1/+1
* V4L/DVB (5183): Fix CC handling in VIDIOC_INT_G_VBI_DATAHans Verkuil2007-02-211-6/+9
* V4L/DVB (5180): Fix cx2584x revision reporting.Hans Verkuil2007-02-211-1/+3
* V4L/DVB (5175): Pvrusb2: VIDIOC_DBG_[S|G]_REGISTER fixupsMike Isely2007-02-213-6/+4
* V4L/DVB (5174): Pvrusb2: video corruption fixesMike Isely2007-02-211-0/+69
* V4L/DVB (5173): Pvrusb2: encoder comm protocol cleanupMike Isely2007-02-211-58/+92
* V4L/DVB (5172): Pvrusb2: Control protocol cleanupMike Isely2007-02-212-38/+15
* V4L/DVB (5170): Pvrusb2: Add boilerplate to new header fileMike Isely2007-02-211-0/+31
* V4L/DVB (5169): Pvrusb2: Use macro names for FX2 commandsMichael Krufky2007-02-215-15/+47
* V4L/DVB (5166): Remove obsolete alias defines of CONFIG_* settingsTrent Piepho2007-02-2111-35/+24
* V4L/DVB (5163): Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTERTrent Piepho2007-02-218-91/+41
* V4L/DVB (5162): Change VIDIOC_DBG_[SG]_REGISTER ioctls' reg address to 64 bitsTrent Piepho2007-02-211-2/+4
* V4L/DVB (5156): Fix: dma free is being called with wrong argumentsMichael Schimek2007-02-212-2/+2
* V4L/DVB (5147): Make vivi driver to use vmalloced pointersMauro Carvalho Chehab2007-02-212-11/+75
* V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho2007-02-2113-37/+42