summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/videodev.c
AgeCommit message (Expand)Author
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
2006-04-02[PATCH] mark f_ops const in the inodeMauro Carvalho Chehab
2006-02-06sem2mutex: drivers/media/, #2Mauro Carvalho Chehab
2006-01-21added some VBI macros and moved minor definitions to header fileMauro Carvalho Chehab
2006-01-15Semaphore to mutex conversion on drivers/mediaMauro Carvalho Chehab
2006-01-11From: Panagiotis Issaris <takis@issaris.org>Mauro Carvalho Chehab
2005-12-22minor whitespace cleanups; fixed videodev.c broken backwards compat for kerne...Michael Krufky
2005-12-09Make videodev.c compile under V4L/DVB treeMauro Carvalho Chehab
2005-12-07kernel-sync patches.Mauro Carvalho Chehab
2005-11-14Fixes maximum number of VBI devicesMauro Carvalho Chehab
2005-11-14- added videodev.c from 2.6.14-git13Mauro Carvalho Chehab