Age | Commit message (Expand) | Author |
2009-03-28 | saa7146: Remove buffer type check from vidioc_g_parm | Trent Piepho |
2009-03-03 | saa7146: some small fixes | Trent Piepho |
2009-02-08 | saa7146: prevent unnecessary loading of v4l2-common. | Hans Verkuil |
2009-02-07 | saa7146: setting control while capturing should return EBUSY, not EINVAL. | Hans Verkuil |
2009-02-07 | saa7146: convert saa7146 and mxb in particular to v4l2_subdev. | Hans Verkuil |
2009-01-18 | saa7146: convert to video_ioctl2. | Hans Verkuil |
2009-01-18 | saa7146: fix unbalanced mutex_lock/unlock | Hans Verkuil |
2008-12-30 | v4l2-ioctl: change to long return type to match unlocked_ioctl. | Hans Verkuil |
2008-11-01 | v4l: remove inode argument from video_usercopy | Hans Verkuil |
2008-10-21 | Get rid of inode parameter at v4l_compat_translate_ioctl() | Mauro Carvalho Chehab |
2008-08-23 | v4l-dvb: fix a bunch of sparse warnings | Hans Verkuil |
2008-07-27 | saa7146: fix read from uninitialized memory | Hans Verkuil |
2008-07-26 | saa7146: fix VIDIOC_ENUM_FMT | Hans Verkuil |
2008-06-22 | saa7146: ->cpu_addr and friends are little-endian | Mauro Carvalho Chehab |
2008-04-30 | backport tuners move patch from -git | Mauro Carvalho Chehab |
2008-04-26 | From: Mauro Carvalho Chehab <mchehab@infradead.org> | Mauro Carvalho Chehab |
2008-02-25 | From: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de> | Mauro Carvalho Chehab |
2008-01-31 | videobuf lock is already initialized at videobuf-core.c | Mauro Carvalho Chehab |
2007-12-10 | Removed a bad whitespace | Mauro Carvalho Chehab |
2007-11-19 | V4L: Fix VIDIOCGMBUF locking in saa7146 | Brandon Philips |
2007-11-13 | V4L: videobuf-core locking fixes and comments | Brandon Philips |
2007-11-06 | V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_ | Brandon Philips |
2007-10-05 | V4L: videobuf-core.c avoid NULL dereferences in videobuf-core | Mauro Carvalho Chehab |
2007-08-23 | Adapt drivers to use the newer videobuf modules | Mauro Carvalho Chehab |
2007-07-13 | saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22) | Oliver Endriss |
2007-04-22 | saa7146: Release capture buffers on device close | Oliver Endriss |
2007-02-19 | compat: Add -include linux/version.h to cflags | Trent Piepho |
2006-08-09 | [saa7146] Fixed image grabbing (VIDIOCGMBUF ioctl) | Oliver Endriss |
2006-08-02 | V4L2 Conversion: saa5246a, saa5249, vino, hexium_orion, hexium_gemini | Mauro Carvalho Chehab |
2006-04-11 | Kill drivers/media/common/saa7146_vv_ksyms.c | Mauro Carvalho Chehab |
2006-03-10 | Make video_buf more generic | Mauro Carvalho Chehab |
2006-02-06 | sem2mutex: drivers/media/, #2 | Mauro Carvalho Chehab |
2005-12-08 | syncronizes some changes between v4l and dvb | Mauro Carvalho Chehab |
2005-11-26 | Whitespaces cleanups. | Mauro Carvalho Chehab |
2005-11-25 | saa7146 compatability fix for use with headers in v4l-kernel cvs | Michael Krufky |
2005-07-16 | Remove all #include <linux/version.h> and all references | Johannes Stezenbach |
2005-06-19 | backport of 2.6.12 changes to match other API changes (i2c, usb) | Johannes Stezenbach |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach |
2004-11-21 | - prefix IER_DISABLE and IER_ENABLE with SAA7146_ | Johannes Stezenbach |
2004-11-16 | - videobuf api changes in 2.6.10 | Kenneth Aafloy |
2004-11-16 | - MODULE_PARM -> module_param | Kenneth Aafloy |
2004-10-26 | - add back support for older kernels due to popular demand | Michael Hunold |
2004-10-25 | - follow latest changes in 2.6.10-rc1 regarding video-buf. this change | Michael Hunold |
2004-07-31 | merge back various cleanups from mainline kernel: | Johannes Stezenbach |
2004-07-28 | - rename memory to max_memory, because it clashes with some obscure definitio... | Michael Hunold |
2004-06-18 | - apply cpu_to_le32() to all write operations concerning page tables, necessa... | Michael Hunold |
2004-04-28 | - fix some ppc be endianess issues, overlay works fine, grabbing does not wor... | Michael Hunold |
2004-03-19 | - copy & paste error: don't check for streaming capture twice, check for over... | Michael Hunold |
2004-03-16 | - fix two debug messages (mixed up streaming capture and overlay) | Michael Hunold |
2004-03-15 | - code review of what's actually needed to be protected by a spinlock and by ... | Michael Hunold |