summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_video.c
AgeCommit message (Expand)Author
2007-10-05 V4L: videobuf-core.c avoid NULL dereferences in videobuf-coreMauro Carvalho Chehab
2007-08-23Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab
2007-07-13saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss
2007-04-22saa7146: Release capture buffers on device closeOliver Endriss
2007-02-19compat: Add -include linux/version.h to cflagsTrent Piepho
2006-08-09[saa7146] Fixed image grabbing (VIDIOCGMBUF ioctl)Oliver Endriss
2006-08-02V4L2 Conversion: saa5246a, saa5249, vino, hexium_orion, hexium_geminiMauro Carvalho Chehab
2006-04-11Kill drivers/media/common/saa7146_vv_ksyms.cMauro Carvalho Chehab
2006-03-10Make video_buf more genericMauro Carvalho Chehab
2006-02-06sem2mutex: drivers/media/, #2Mauro Carvalho Chehab
2005-12-08syncronizes some changes between v4l and dvbMauro Carvalho Chehab
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
2005-11-25saa7146 compatability fix for use with headers in v4l-kernel cvsMichael Krufky
2005-07-16Remove all #include <linux/version.h> and all referencesJohannes Stezenbach
2005-06-19backport of 2.6.12 changes to match other API changes (i2c, usb)Johannes Stezenbach
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