summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_video.c
AgeCommit message (Expand)Author
2005-03-02whitespace 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.10Kenneth Aafloy
2004-11-16 - MODULE_PARM -> module_paramKenneth Aafloy
2004-10-26- add back support for older kernels due to popular demandMichael Hunold
2004-10-25- follow latest changes in 2.6.10-rc1 regarding video-buf. this changeMichael Hunold
2004-07-31merge 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-12With the addition of the ressource management, an overlay couldn't beMichael Hunold
2004-03-11- minor debug output cleanup in the resource handling functionsMichael Hunold
2004-02-26[PATCH] C99 initializers for drivers/media/common/saa7146_video.c by Art HaasMichael 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 beforeMichael Hunold
2004-01-26- make sure to disable clipping before capturing, otherwise capturing mayMichael 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-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-15- fix compilationMichael Hunold
2003-12-15- fix a bunch of race conditions and locking bugs in video and vbiMichael 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-10-09- backfeed patches from 2.6.0-test7, which have not gone through our cvs:Michael 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-11- follow latest changes in video-bufMichael Hunold
2003-07-31Improvements 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-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-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
2003-06-03Here comes the "dvb-c analog module hack"Michael Hunold
2003-05-28I removed all "analog" drivers from the main CVS repository and moved themMichael Hunold
2003-04-22- removed the compatibility crap around KBUILD_MODNAME from all drivers,Michael Hunold
2003-03-28A whole bunch of small changes all over the place:Michael Hunold
2003-03-20Small changes all over the place:Michael Hunold
2003-03-20This is the beginning of some modifications to get the newMichael Hunold
2003-03-06Removed some debug messages, verified that it works with "mp1e" andMichael Hunold