Age | Commit message (Expand) | Author |
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-25 | use {min,max}_t instead of home-brewed my_{min,max} macros. straight-forward.... | Michael Hunold |
2004-01-18 | - sync media/common/Makefile with 2.6.1 | 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 | - fix memory leak when using custom pagetables for video dma, | 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-18 | - use videobuf_waiton() non-interruptible, so signals won't disturb the | Michael Hunold |
2003-12-16 | - use DEB_INT for very verbose debugging output | 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-12-12 | - use vmalloc_32() instead of vmalloc() in saa7146_vmalloc_build_pgtable(). | Michael Hunold |
2003-11-26 | - i2c timeout fix by Gerd Knorr | Michael Hunold |
2003-11-25 | introduced flag SAA7146_I2C_SHORT_DELAY to speed up I2C access | Oliver Endriss |
2003-11-20 | - move saa7146_set_gpio() from saa7146_vv to saa7146_core | 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-11-14 | - sanitize enabling of video input pins and i2c pins | Michael Hunold |
2003-10-22 | - remove SAA7146_EXT_SWAP_ODD_EVEN flag + handling | Michael Hunold |
2003-10-16 | - fix usage of i2c name field (has been changed again, see this for more | Michael Hunold |
2003-10-14 | - disable vbi workaround for dvb-c cards which use port b | Michael Hunold |
2003-10-14 | Make cleanup handler interruptible. | Michael Hunold |
2003-10-14 | Include 2.6 kernel janitor cleanups (eliminate #include duplication, shift | Michael Hunold |
2003-10-09 | - backfeed patches from 2.6.0-test7, which have not gone through our cvs: | Michael Hunold |
2003-10-06 | - add some debug and safety checks for video/vbi capture buffer handling | Michael Hunold |
2003-10-01 | - clean up Kconfig files, use the new SELECT facility | 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-16 | - re-disable the saa7146 master reset on device startup. I enabled this | Michael Hunold |
2003-08-11 | Fix typo, remove unused variable. | Michael Hunold |
2003-08-11 | - follow latest changes in video-buf | Michael Hunold |
2003-08-04 | Remove debugging printk()s. | Michael Hunold |
2003-07-31 | Improvements regarding streaming capture to gfx card memory. | Michael Hunold |
2003-07-30 | - FIELD_ALTERNATE capture was broken, add a "wait for vbi" command before | Michael Hunold |
2003-07-29 | Kconfig un-obfuscation, contributed by Roman Zippel | Michael Hunold |
2003-07-17 | Fix build for 2.4. | Michael Hunold |
2003-07-17 | [V4L] - fix static build for hexium_gemini and hexium_orion drivers (Thanks t... | Michael Hunold |
2003-07-10 | Change the temporal order of the fields for the ALTERNATE mode, ie. wait | 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 | Indentation fixes, make RPS capture code work again | Michael Hunold |
2003-06-18 | When I submitted the last patchset for the 2.5 kernel series, | Michael Hunold |