Age | Commit message (Expand) | Author |
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 |
2003-07-17 | [V4L] - fix static build for hexium_gemini and hexium_orion drivers (Thanks t... | Michael Hunold |
2003-07-07 | Make the "ext_vv_data" informations a per-device information instead | Michael Hunold |
2003-07-01 | Holger: | Michael Hunold |
2003-07-01 | - capturing alternating fields to different buffers works now | Michael Hunold |
2003-07-01 | - fix a capture problem (fields got lost accidentaly, fields belonging | Michael Hunold |
2003-06-27 | Don't complain when an app tries to turn *off* overlay, but | Michael Hunold |
2003-06-26 | - fix usage of "v4l2_common_std()" from v4l2-common.c in saa7146_video.c | Michael Hunold |
2003-06-18 | When I submitted the last patchset for the 2.5 kernel series, | Michael Hunold |
2003-06-03 | Here comes the "dvb-c analog module hack" | Michael Hunold |
2003-05-28 | I removed all "analog" drivers from the main CVS repository and moved them | Michael Hunold |
2003-04-22 | - removed the compatibility crap around KBUILD_MODNAME from all drivers, | Michael Hunold |
2003-03-28 | A whole bunch of small changes all over the place: | Michael Hunold |
2003-03-20 | Small changes all over the place: | Michael Hunold |
2003-03-20 | This is the beginning of some modifications to get the new | Michael Hunold |
2003-03-06 | Removed some debug messages, verified that it works with "mp1e" and | Michael Hunold |