summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/videodev.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-24V4L/DVB (7665): videodev: Add default vidioc handlerDouglas Schilling Landgraf1-0/+7
2008-04-24V4L/DVB (7560): videodev: Some printk fixesMauro Carvalho Chehab1-2/+4
2008-04-24V4L/DVB (7558): videobuf: Improve command output for debug purposesMauro Carvalho Chehab1-25/+32
2008-04-24V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-18V4L/DVB (7133): Fix Kconfig dependenciesMauro Carvalho Chehab1-59/+385
2008-01-25V4L/DVB (6805): video std is a bitmask. Better to print in hexaMauro Carvalho Chehab1-4/+4
2007-10-22V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil1-42/+0
2007-10-10V4L/DVB (6300): CodingStyle cleanupTrent Piepho1-1/+2
2007-10-10V4L/DVB (6293): V4L: convert struct class_device to struct deviceKay Sievers1-22/+18
2007-10-09V4L/DVB (5982): Dev.c: memset fixMariusz Kozlowski1-1/+1
2007-05-09V4L/DVB (5617): V4L2: videodev, allow debuggingJiri Slaby1-1/+1
2007-05-09V4L/DVB (5569): Fix: v4l1_compat should be called only if V4L1_COMPATMauro Carvalho Chehab1-1/+13
2007-05-09V4L/DVB (5568): VIDIOCGMBUF handling in video_ioctl2()Sam Revitch1-18/+18
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27V4L/DVB (5554): Fix: vidioc_g_parm were not zeroing the memoryMauro Carvalho Chehab1-2/+5
2007-04-27V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil1-0/+10
2007-04-27V4L/DVB (5289): Add support for video output overlays.Hans Verkuil1-0/+23
2007-03-01V4L/DVB (5271): Add VIDIOC_TRY_ENCODER_CMD and VIDIOC_ENCODER_CMD ioctls.Hans Verkuil1-0/+24
2007-03-01V4L/DVB (5270): Add VIDIOC_G_ENC_INDEX ioctlHans Verkuil1-0/+12
2007-02-21V4L/DVB (5163): Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTERTrent Piepho1-1/+3
2007-02-21V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho1-3/+5
2007-02-21V4L/DVB (5144): Restore VIDIOC_INT_[SG]_REGISTER callsTrent Piepho1-0/+16
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-2/+2
2006-12-10V4L/DVB (4901): Improve debug msgs to show fourcc and buffer length on video_...Mauro Carvalho Chehab1-9/+14
2006-12-10V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2Mauro Carvalho Chehab1-45/+81
2006-12-10V4L/DVB (4860): Optimization of v4l1 handlingMauro Carvalho Chehab1-6/+5
2006-12-10V4L/DVB (4859): Fix initializations on some video_ioctl2 handlersMauro Carvalho Chehab1-0/+13
2006-12-08[PATCH] struct path: convert v4lJosef Sipek1-1/+1
2006-10-14V4L/DVB (4743): Fix oops in VIDIOC_G_PARMJonathan Corbet1-2/+9
2006-10-14V4L/DVB (4740): Fixed an if-block to avoid floating with debug-messagesEnrico Scholz1-2/+3
2006-09-26V4L/DVB (4637): Add a default method for VIDIOC_G_PARMMauro Carvalho Chehab1-3/+23
2006-09-26V4L/DVB (4628): Fix VIDIOC_ENUMSTD ioctl in videodev.cSascha Hauer1-1/+1
2006-09-26V4L/DVB (4622): Copy-paste bug in videodev.cSascha Hauer1-2/+2
2006-09-25[PATCH] VIDIOC_ENUMSTD bugJonathan Corbet1-1/+1
2006-08-08V4L/DVB (4399): Fix a typo that caused some compat stuff to not workMauro Carvalho Chehab1-1/+1
2006-07-29V4L/DVB (4379): Videodev: Check return value of class_device_register() corre...Trent Piepho1-1/+1
2006-07-29V4L/DVB (4368): Bttv: use class_device_create_file and handle errorsTrent Piepho1-3/+4
2006-07-29V4L/DVB (4367): Videodev: Handle class_device related errorsTrent Piepho1-0/+11
2006-07-29V4L/DVB (4343): Fix for compilation without V4L1 or V4L1_COMPATMauro Carvalho Chehab1-2/+6
2006-07-29V4L/DVB (4316): Check __must_check warningsMichael Krufky1-3/+8
2006-06-26[PATCH] devfs: Remove the videodevice devfs_name field as it's no longer neededGreg Kroah-Hartman1-2/+1
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-5/+2
2006-06-25V4L/DVB (4198): Avoid newer usages of obsoleted experimental MPEGCOMP APIHans Verkuil1-0/+1
2006-06-25V4L/DVB (4189): Add videodev support for VIDIOC_S/G/TRY_EXT_CTRLS.Hans Verkuil1-2/+103
2006-06-25V4L/DVB (4148): Fix userbits debug printsMauro Carvalho Chehab1-1/+1
2006-06-25V4L/DVB (4112): Fix: videodev.c were cleaning the pointer, not the valuesMauro Carvalho Chehab1-1/+1
2006-06-25V4L/DVB (4065): Several improvements at videodev.cMauro Carvalho Chehab1-16/+1156