summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/videodev.c
AgeCommit message (Expand)Author
2007-10-11Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil
2007-10-08compat: Remove unneeded #ifTrent Piepho
2007-10-08V4L: convert struct class_device to struct deviceMauro Carvalho Chehab
2007-08-06Dev.c: memset fixMauro Carvalho Chehab
2007-07-02Fix v4l-dvb backward compatibilityMauro Carvalho Chehab
2007-05-13Backport kernel changeset e63340ae6b6205fef26b40a75673d1c9c0c8bb90Mauro Carvalho Chehab
2007-05-07V4L2: videodev, allow debuggingMauro Carvalho Chehab
2007-05-01Fix: v4l1_compat should be called only if V4L1_COMPATMauro Carvalho Chehab
2007-05-01VIDIOCGMBUF handling in video_ioctl2()Mauro Carvalho Chehab
2007-04-24Fix: vidioc_g_parm were not zeroing the memoryMauro Carvalho Chehab
2007-02-24Add support for VIDIOC_G_CHIP_IDENTHans Verkuil
2007-02-21Add support for video output overlays.Hans Verkuil
2007-02-21Backport of git changeset cd354f1ae75e6466a7e31b727faede57a1f89ca5Mauro Carvalho Chehab
2007-02-21Backport: make file_operations constMauro Carvalho Chehab
2007-02-18Add VIDIOC_TRY_ENCODER_CMD and VIDIOC_ENCODER_CMD ioctls.Hans Verkuil
2007-02-18Add VIDIOC_G_ENC_INDEX ioctlHans Verkuil
2007-01-30Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTERTrent Piepho
2007-01-23Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho
2007-01-22Restore VIDIOC_INT_[SG]_REGISTER callsTrent Piepho
2006-12-16Several stuff backported from 2.6.19-git seriesMauro Carvalho Chehab
2006-12-01Improve debug msgs to show fourcc and buffer length on video_ioctl2Mauro Carvalho Chehab
2006-11-20Remove the need of a STD array for drivers using video_ioctl2Mauro Carvalho Chehab
2006-11-20Optimization of v4l1 handlingMauro Carvalho Chehab
2006-11-20Fix initializations on some video_ioctl2 handlersMauro Carvalho Chehab
2006-10-13Fix oops in VIDIOC_G_PARMMauro Carvalho Chehab
2006-10-09Fixed an if-block to avoid floating with debug-messagesMauro Carvalho Chehab
2006-09-14Add a default method for VIDIOC_G_PARMMauro Carvalho Chehab
2006-09-13Fix VIDIOC_ENUMSTD ioctl in videodev.cMauro Carvalho Chehab
2006-09-11Copy-paste bug in videodev.cMauro Carvalho Chehab
2006-07-30Fix a typo that caused some compat stuff to not workMauro Carvalho Chehab
2006-07-25videodev: Check return value of class_device_register() correctlyTrent Piepho
2006-07-25videodev: Handle class_device related errorsTrent Piepho
2006-07-23Fix for compilation without V4L1 or V4L1_COMPATMauro Carvalho Chehab
2006-07-19[PATCH] devfs: Remove the videodevice devfs_name field as it's no longer neededMauro Carvalho Chehab
2006-07-19[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeMauro Carvalho Chehab
2006-07-19[PATCH] devfs: Remove devfs_remove() function from the kernel treeMauro Carvalho Chehab
2006-07-19[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeMauro Carvalho Chehab
2006-07-18videodev: remove bad kfree()Michael Krufky
2006-07-18videodev: check the return value of class_device_registerMichael Krufky
2006-07-18videodev: replace class_device_create_file with video_device_create_fileMichael Krufky
2006-06-23merge: http://linuxtv.org/hg/~hverkuil/mpeg-apiMauro Carvalho Chehab
2006-06-23fix userbits debug printsMauro Carvalho Chehab
2006-06-18Put old MPEGCOMP API under #if __KERNEL__ and issue warnings when used.Hans Verkuil
2006-06-18Add videodev support for VIDIOC_S/G/TRY_EXT_CTRLS.Hans Verkuil
2006-06-17Fix: videodev.c were cleaning the pointer, not the valuesMauro Carvalho Chehab
2006-06-07Fix: Wrong callback check for streamoff.Mauro Carvalho Chehab
2006-06-07Fixes some errors on *FMT functionsMauro Carvalho Chehab
2006-06-06Fixes lots of small errors at videodev.Mauro Carvalho Chehab
2006-06-04Several improvements at videodev.cMauro Carvalho Chehab
2006-04-03fix warning: assignment discards qualifiers from pointer target typeMichael Krufky