summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common
AgeCommit message (Expand)Author
2004-01-26- don't try to disable video overlay if it wasn't enabled beforeMichael Hunold
2004-01-26- make sure to disable clipping before capturing, otherwise capturing mayMichael Hunold
2004-01-25use {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.1Michael Hunold
2004-01-14- bit masks are evil: disable the right video dma upon device close, otherwiseMichael Hunold
2004-01-06fix build with 2.6.1-rc1-mm2 (VIDIOC_S_CTRL_OLD / VIDIOC_OVERLAY_OLD)Johannes Stezenbach
2004-01-05- fix compiler warningMichael Hunold
2004-01-04- some small indentation fixes in saa7146_hlp.cMichael Hunold
2004-01-03- fix memory leak when using custom pagetables for video dma,Michael Hunold
2004-01-03saa7146 driver improvements, only affects Video4Linux stuff:Michael Hunold
2003-12-21- don't disable the capture engine via video_end() before video-buf hasMichael Hunold
2003-12-18- use videobuf_waiton() non-interruptible, so signals won't disturb theMichael Hunold
2003-12-16- use DEB_INT for very verbose debugging outputMichael Hunold
2003-12-15- fix compilationMichael Hunold
2003-12-15- fix a bunch of race conditions and locking bugs in video and vbiMichael 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 KnorrMichael Hunold
2003-11-25introduced flag SAA7146_I2C_SHORT_DELAY to speed up I2C accessOliver Endriss
2003-11-20- move saa7146_set_gpio() from saa7146_vv to saa7146_coreMichael Hunold
2003-11-20- make saa7146_pgtable_build_single() deliver a return code, make someMichael Hunold
2003-11-20- remove unnecessary "capture memory in framebuffer" special functionsMichael Hunold
2003-11-14- sanitize enabling of video input pins and i2c pinsMichael Hunold
2003-10-22- remove SAA7146_EXT_SWAP_ODD_EVEN flag + handlingMichael Hunold
2003-10-16- fix usage of i2c name field (has been changed again, see this for moreMichael Hunold
2003-10-14- disable vbi workaround for dvb-c cards which use port bMichael Hunold
2003-10-14Make cleanup handler interruptible.Michael Hunold
2003-10-14Include 2.6 kernel janitor cleanups (eliminate #include duplication, shiftMichael 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 handlingMichael Hunold
2003-10-01- clean up Kconfig files, use the new SELECT facilityMichael Hunold
2003-09-29fix VIDIOC_S_FBUF for v4l1 backward compatility with xfree86 / v4l_drvJohannes Stezenbach
2003-08-26Fix bytesperline-calculation forMichael Hunold
2003-08-16- re-disable the saa7146 master reset on device startup. I enabled thisMichael Hunold
2003-08-11Fix typo, remove unused variable.Michael Hunold
2003-08-11- follow latest changes in video-bufMichael Hunold
2003-08-04Remove debugging printk()s.Michael Hunold
2003-07-31Improvements regarding streaming capture to gfx card memory.Michael Hunold
2003-07-30- FIELD_ALTERNATE capture was broken, add a "wait for vbi" command beforeMichael Hunold
2003-07-29Kconfig un-obfuscation, contributed by Roman ZippelMichael Hunold
2003-07-17Fix 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-10Change the temporal order of the fields for the ALTERNATE mode, ie. waitMichael Hunold
2003-07-07Make the "ext_vv_data" informations a per-device information insteadMichael Hunold
2003-07-01Holger:Michael Hunold
2003-07-01- capturing alternating fields to different buffers works nowMichael Hunold
2003-07-01- fix a capture problem (fields got lost accidentaly, fields belongingMichael Hunold
2003-06-27Don't complain when an app tries to turn *off* overlay, butMichael Hunold
2003-06-26- fix usage of "v4l2_common_std()" from v4l2-common.c in saa7146_video.cMichael Hunold
2003-06-18Indentation fixes, make RPS capture code work againMichael Hunold
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold