Age | Commit message (Expand) | Author |
2007-10-11 | Remove obsolete VIDIOC_S/G_MPEGCOMP ioctls | Hans Verkuil |
2007-10-08 | compat: Remove unneeded #if | Trent Piepho |
2007-10-08 | V4L: convert struct class_device to struct device | Mauro Carvalho Chehab |
2007-08-06 | Dev.c: memset fix | Mauro Carvalho Chehab |
2007-07-02 | Fix v4l-dvb backward compatibility | Mauro Carvalho Chehab |
2007-05-13 | Backport kernel changeset e63340ae6b6205fef26b40a75673d1c9c0c8bb90 | Mauro Carvalho Chehab |
2007-05-07 | V4L2: videodev, allow debugging | Mauro Carvalho Chehab |
2007-05-01 | Fix: v4l1_compat should be called only if V4L1_COMPAT | Mauro Carvalho Chehab |
2007-05-01 | VIDIOCGMBUF handling in video_ioctl2() | Mauro Carvalho Chehab |
2007-04-24 | Fix: vidioc_g_parm were not zeroing the memory | Mauro Carvalho Chehab |
2007-02-24 | Add support for VIDIOC_G_CHIP_IDENT | Hans Verkuil |
2007-02-21 | Add support for video output overlays. | Hans Verkuil |
2007-02-21 | Backport of git changeset cd354f1ae75e6466a7e31b727faede57a1f89ca5 | Mauro Carvalho Chehab |
2007-02-21 | Backport: make file_operations const | Mauro Carvalho Chehab |
2007-02-18 | Add VIDIOC_TRY_ENCODER_CMD and VIDIOC_ENCODER_CMD ioctls. | Hans Verkuil |
2007-02-18 | Add VIDIOC_G_ENC_INDEX ioctl | Hans Verkuil |
2007-01-30 | Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTER | Trent Piepho |
2007-01-23 | Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal only | Trent Piepho |
2007-01-22 | Restore VIDIOC_INT_[SG]_REGISTER calls | Trent Piepho |
2006-12-16 | Several stuff backported from 2.6.19-git series | Mauro Carvalho Chehab |
2006-12-01 | Improve debug msgs to show fourcc and buffer length on video_ioctl2 | Mauro Carvalho Chehab |
2006-11-20 | Remove the need of a STD array for drivers using video_ioctl2 | Mauro Carvalho Chehab |
2006-11-20 | Optimization of v4l1 handling | Mauro Carvalho Chehab |
2006-11-20 | Fix initializations on some video_ioctl2 handlers | Mauro Carvalho Chehab |
2006-10-13 | Fix oops in VIDIOC_G_PARM | Mauro Carvalho Chehab |
2006-10-09 | Fixed an if-block to avoid floating with debug-messages | Mauro Carvalho Chehab |
2006-09-14 | Add a default method for VIDIOC_G_PARM | Mauro Carvalho Chehab |
2006-09-13 | Fix VIDIOC_ENUMSTD ioctl in videodev.c | Mauro Carvalho Chehab |
2006-09-11 | Copy-paste bug in videodev.c | Mauro Carvalho Chehab |
2006-07-30 | Fix a typo that caused some compat stuff to not work | Mauro Carvalho Chehab |
2006-07-25 | videodev: Check return value of class_device_register() correctly | Trent Piepho |
2006-07-25 | videodev: Handle class_device related errors | Trent Piepho |
2006-07-23 | Fix for compilation without V4L1 or V4L1_COMPAT | Mauro Carvalho Chehab |
2006-07-19 | [PATCH] devfs: Remove the videodevice devfs_name field as it's no longer needed | Mauro Carvalho Chehab |
2006-07-19 | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Mauro Carvalho Chehab |
2006-07-19 | [PATCH] devfs: Remove devfs_remove() function from the kernel tree | Mauro Carvalho Chehab |
2006-07-19 | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree | Mauro Carvalho Chehab |
2006-07-18 | videodev: remove bad kfree() | Michael Krufky |
2006-07-18 | videodev: check the return value of class_device_register | Michael Krufky |
2006-07-18 | videodev: replace class_device_create_file with video_device_create_file | Michael Krufky |
2006-06-23 | merge: http://linuxtv.org/hg/~hverkuil/mpeg-api | Mauro Carvalho Chehab |
2006-06-23 | fix userbits debug prints | Mauro Carvalho Chehab |
2006-06-18 | Put old MPEGCOMP API under #if __KERNEL__ and issue warnings when used. | Hans Verkuil |
2006-06-18 | Add videodev support for VIDIOC_S/G/TRY_EXT_CTRLS. | Hans Verkuil |
2006-06-17 | Fix: videodev.c were cleaning the pointer, not the values | Mauro Carvalho Chehab |
2006-06-07 | Fix: Wrong callback check for streamoff. | Mauro Carvalho Chehab |
2006-06-07 | Fixes some errors on *FMT functions | Mauro Carvalho Chehab |
2006-06-06 | Fixes lots of small errors at videodev. | Mauro Carvalho Chehab |
2006-06-04 | Several improvements at videodev.c | Mauro Carvalho Chehab |
2006-04-03 | fix warning: assignment discards qualifiers from pointer target type | Michael Krufky |