Age | Commit message (Expand) | Author |
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 |
2004-03-12 | With the addition of the ressource management, an overlay couldn't be | Michael Hunold |
2004-03-11 | - minor debug output cleanup in the resource handling functions | Michael Hunold |
2004-02-26 | [PATCH] C99 initializers for drivers/media/common/saa7146_video.c by Art Haas | Michael Hunold |
2004-02-02 | - don't free resources while spinlock is held (might sleep) | Michael Hunold |
2004-02-02 | - release resources for video overlay properly, don't rely on VIDIOC_OVERLAY(0) | Michael Hunold |
2004-01-26 | - don't try to disable video overlay if it wasn't enabled before | Michael Hunold |
2004-01-26 | - make sure to disable clipping before capturing, otherwise capturing may | Michael Hunold |
2004-01-14 | - bit masks are evil: disable the right video dma upon device close, otherwise | Michael Hunold |
2004-01-06 | fix build with 2.6.1-rc1-mm2 (VIDIOC_S_CTRL_OLD / VIDIOC_OVERLAY_OLD) | Johannes Stezenbach |
2004-01-05 | - fix compiler warning | Michael Hunold |
2004-01-04 | - some small indentation fixes in saa7146_hlp.c | Michael Hunold |
2004-01-03 | saa7146 driver improvements, only affects Video4Linux stuff: | Michael Hunold |
2003-12-21 | - don't disable the capture engine via video_end() before video-buf has | Michael Hunold |
2003-12-15 | - fix compilation | Michael Hunold |
2003-12-15 | - fix a bunch of race conditions and locking bugs in video and vbi | Michael Hunold |
2003-11-20 | - make saa7146_pgtable_build_single() deliver a return code, make some | Michael Hunold |
2003-11-20 | - remove unnecessary "capture memory in framebuffer" special functions | Michael Hunold |
2003-10-09 | - backfeed patches from 2.6.0-test7, which have not gone through our cvs: | Michael Hunold |
2003-09-29 | fix VIDIOC_S_FBUF for v4l1 backward compatility with xfree86 / v4l_drv | Johannes Stezenbach |
2003-08-26 | Fix bytesperline-calculation for | Michael Hunold |
2003-08-11 | - follow latest changes in video-buf | Michael Hunold |
2003-07-31 | Improvements regarding streaming capture to gfx card memory. | Michael Hunold |