summaryrefslogtreecommitdiffstats
path: root/drivers/media/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (6273): V4L: vivi.c vidioc_try_fmt_cap() negotiate a valid fieldBrandon Philips2007-10-101-2/+1
* V4L/DVB (6272): V4L: properly fix support for capturing interlaced video in s...Maxim Levitsky2007-10-103-10/+16
* V4L/DVB (6271): V4L: Add basic support for suspend/resume for saa7134Maxim Levitsky2007-10-105-95/+244
* V4L/DVB (6270): V4L: Honor dev->ctl_invert when setting up the decoder in saa...Maxim Levitsky2007-10-101-2/+6
* V4L/DVB (6269): V4L: Fix a "scheduling while atomic" bug in saa7134Maxim Levitsky2007-10-101-0/+4
* V4L/DVB (6268): V4L: Fix a lock inversion in generic videobuf codeMaxim Levitsky2007-10-102-5/+34
* V4L/DVB (6266): videobuf cleanup: mmap check is common to all videobuf. Make ...Mauro Carvalho Chehab2007-10-103-47/+17
* V4L/DVB (6265): Prevent for calling mmap_free without an allocated bufferMauro Carvalho Chehab2007-10-101-0/+3
* V4L/DVB (6264): Make the vertical lines to moveMauro Carvalho Chehab2007-10-101-6/+11
* V4L/DVB (6263): Fix buffer release codeMauro Carvalho Chehab2007-10-101-1/+3
* V4L/DVB (6262): An allocation error message were being printed as a debug msgMauro Carvalho Chehab2007-10-101-2/+1
* V4L/DVB (6261): Cleans mem->vmalloc after vfreeMauro Carvalho Chehab2007-10-101-0/+1
* V4L/DVB (6260): Fix Kconfig dependencyMauro Carvalho Chehab2007-10-103-4/+4
* V4L/DVB (6259): Fix vivi poll() methodMauro Carvalho Chehab2007-10-101-3/+2
* V4L/DVB (6257): Rename video-buf-dvb to videobuf-dvb to be consistent with th...Mauro Carvalho Chehab2007-10-104-4/+4
* V4L/DVB (6256): Remove the obsolete video-buf moduleMauro Carvalho Chehab2007-10-101-1424/+0
* V4L/DVB (6255): Convert vivi to use videobuf-vmallocMauro Carvalho Chehab2007-10-101-29/+15
* V4L/DVB (6254): Add videobuf-vmallocMauro Carvalho Chehab2007-10-103-1/+386
* V4L/DVB (6253): Convert vivi to use the newer videobuf-dma-sg moduleMauro Carvalho Chehab2007-10-101-33/+20
* V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab2007-10-1026-116/+102
* V4L/DVB (6251): Replace video-buf to a more generic approachMauro Carvalho Chehab2007-10-102-0/+1748
* V4L/DVB (6250): bw-qcam use data_reverse instead of manually poking the contr...Brett Warden2007-10-101-4/+4
* V4L/DVB (6249): Add Typhoon Tv-Tuner PCI to bttv-cards.cSascha Sommer2007-10-102-0/+19
* V4L/DVB (6247): Fix bug #8689: Fixes IR stop/start during suspend/resumeMauro Carvalho Chehab2007-10-104-2/+13
* V4L/DVB (6238): bw-qcam: use data_reverse instead of manually poking the cont...Brett Warden2007-10-101-2/+16
* V4L/DVB (6237): Oops in pwc v4l driverOliver Neukum2007-10-101-24/+72
* V4L/DVB (6235): cafe_ccic: default to allocating DMA buffers at probe timeAndres Salomon2007-10-101-9/+9
* V4L/DVB (6225): AverTV Studio 307 has only one composite inputStas Sergeev2007-10-101-6/+2
* V4L/DVB (6224): VIDEO_CX23885 depends on DVB_COREMichael Krufky2007-10-101-1/+1
* V4L/DVB (6222): select DVB_PLL if !DVB_FE_CUSTOMISE for FusionHDTV5 ExpressMichael Krufky2007-10-101-0/+1
* V4L/DVB (6220): TCM825x: Add support for vidioc_int_g_ifparm call, small clea...Sakari Ailus2007-10-102-71/+61
* V4L/DVB (6218): V4L: Int if: Use -ENOIOCTLCMD for nonexistent ioctlsSakari Ailus2007-10-101-2/+2
* V4L/DVB (6216): V4L: Int if: add vidioc_int_g_ifparm, other updatesSakari Ailus2007-10-101-2/+2
* V4L/DVB (6215): Bugfix for saa6588.c, add forgotten spin_lock_init()Hans-Jürgen Koch2007-10-101-0/+1
* V4L/DVB (6214): usbvision: Don't support I2C_M_REV_DIR_ADDRJean Delvare2007-10-101-3/+1
* V4L/DVB (6212): pvrusb2: I2C adapter tweaks from Jean DelvareJean Delvare2007-10-101-9/+3
* V4L/DVB (6211): pvrusb2: Allocate a debug mask bit for reporting video standa...Mike Isely2007-10-104-35/+37
* V4L/DVB (6210): pvrusb2: Do a far better job at setting the default initial v...Mike Isely2007-10-101-0/+59
* V4L/DVB (6209): pvrusb2: Better discriminate among device typesMike Isely2007-10-101-28/+54
* V4L/DVB (6208): pvrusb2: Implement programmatic means to extract prom contentsMike Isely2007-10-104-32/+147
* V4L/DVB (6207): pvrusb2: Fix a potential oops in an error leg cleanupMike Isely2007-10-101-0/+1
* V4L/DVB (6205): pvrusb2: Fix oops in error leg cleanupMike Isely2007-10-101-2/+4
* V4L/DVB (6203): Fix SVideo input on KWorld DVB-T 220 boardsSimon Farnsworth2007-10-101-2/+8
* V4L/DVB (6200): cx23885: use a pointer to the required i2c bus in dvb_registe...Michael Krufky2007-10-101-10/+12
* V4L/DVB (6199): cx23885: Changes to allow demodulators on each transport busSteven Toth2007-10-105-195/+207
* V4L/DVB (6196): cx23885: add support for DViCO FusionHDTV 5 ExpressMichael Krufky2007-10-107-3/+62
* V4L/DVB (6195): Changes to support MPEG TS on VIDBSteven Toth2007-10-102-63/+86
* V4L/DVB (6194): Changes to support interrupts on VIDBSteven Toth2007-10-101-5/+54
* V4L/DVB (6193): cx23885: define Video B Interrupt Status register bit valuesMichael Krufky2007-10-101-2/+9
* V4L/DVB (6192): Ensure start_dma() is capable of starting dma on port VIDBSteven Toth2007-10-102-7/+12