summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttv-driver.c
AgeCommit message (Collapse)Author
2005-06-22 * bttv-driver.h:Nickolay V. Shmyrev
- use DMA_32BIT_MASK. Thanks to domen@coderock.org. * tuner.h: - Remove unneeded set_tuner from tuner structure. * saa7134-cards.c, saa7134-tvaudio.c: patch to switch external mux on mute on some cards. * tuner-simple: - unify tuner list
2005-06-16 * bttv-driver.c, bttvp.h:Nickolay V. Shmyrev
- New bttv module params: - uv_ratio : allow a ratio of saturation between u and v. If you have a ratio of 40 and a saturation of 100, usat will be 80 and vstat 120. Useful to correct a bad color balance. - full_luma_range : provide a better contrast in using the full range 0-253 of values instead of 16-253. - coring : to have a better black level. Thanks to Sylvain Meyer <sylvain.meyer@worldonline.fr>
2005-06-16 * cx88-video.c, saa7134-video.c, bttv-driver.c:Mauro Carvalho Chehab
- radio range is now defined on tuner-core.c. Cleaning up. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-10 - Syncrhronized with linux-2.6.12-rc6-mm1.Mauro Carvalho Chehab
- Should compile cleanly with linux-2.6.11 also. make snapshot improved.
2005-02-21- add some bttv debug code.Gerd Knorr
2005-02-15- some powermanagement stuff.Gerd Knorr
- misc fixes. - fixup patch generation control files.
2005-01-24- sync with 2.6.11-rc2 & latest dvb cvs.Gerd Knorr
- misc card-specific tweaks.
2005-01-07- new bttv card (by Chris Fanning).Gerd Knorr
- misc.
2004-12-17- spinlock init cleanups.Gerd Knorr
2004-12-10- add moduleparam.h include to many files.Gerd Knorr
- some pinnacle 300i progress (can talk to mt352 now, not working yet through). - misc minor stuff.
2004-12-02- fix memory leak in drivers.Gerd Knorr
2004-11-19- misc cleanups.Gerd Knorr
- blackbird + empress updates.
2004-11-10- lots of empress stuff from Andrew de Quincey + some rewrites from me.Gerd Knorr
- misc fixes.
2004-11-09- avermedia fixes (by Nickolay V. Shmyrev).Gerd Knorr
- make it build on non-cutting edge kernels (i.e. 2.6.9 ;) - convert remaining modules to new-style insmod options.
2004-11-07- kill obsolete stuff.Gerd Knorr
2004-11-07- yet another video-buf interface change + fixups.Gerd Knorr
- move more modules to new-style insmod options.
2004-11-03- cx88: fix/add dvb cards by Christopher PascoeGerd Knorr
- saa7134: new card - misc minor fixes.
2004-10-25- new saa7134 card by Nickolay V. ShmyrevGerd Knorr
- misc stuff
2004-10-13- kill trailing whitespaces.Gerd Knorr
2004-10-12- more power management stuff.Gerd Knorr
- misc fixes.
2004-10-11- fix poll/select oops.Gerd Knorr
2004-10-11- some powermanagement stuff.Gerd Knorr
- misc minor fixes.
2004-10-08- add suspend support for some i2c modules.Gerd Knorr
2004-10-06- bttv: irq fixes.Gerd Knorr
- add i2c scans.
2004-09-30- cx88: build dvb stuff only on 2.6.9.Gerd Knorr
- saa7134: new card by Michael Rodriguez-Torrent. - bttv: remove check for cx88 boards.
2004-09-23- make video-bufg don't touch struct file any more, pass throughGerd Knorr
a void ptr instead of a file ptr everythere. - add cx22702 fe driver,
2004-09-20- bttv: dark red image fixed (thanks to jeremy smith).Gerd Knorr
- misc cx88 tweaks.
2004-09-15- added a bunch of $Id$ tags.Gerd Knorr
2004-09-03- msleep() cleanups from kernel janitors.Gerd Knorr
2004-08-31- cx88: merge dvb patches (by Christopher Pascoe), step one.Gerd Knorr
- cx88: added some code lines for error stats.
2004-08-25- merge 2.6.9-rc1 changes (mostly __user stuff).Gerd Knorr
2004-07-15- bttv: alignment fix.Gerd Knorr
2004-04-19- cx88: some btsc-sap bits (not enabled yet).Gerd Knorr
- saa7134: new entry for the avermedia 305. - misc fixes.
2004-04-13- bttv: splitted video + vbi buffer switching, that should make bttvGerd Knorr
less sensitive to IRQ latencies. - saa7134: new card added, minor saa7133 fixes (by toshii@netbsd.org).
2004-03-31- make bttv hw i2c configurable per card, enable for twinhan dst.Gerd Knorr
2004-03-30- fix byte-wide register access in cx88.Gerd Knorr
2004-03-25- minor vbi fix.Gerd Knorr
- add some latency debug code to the bttv irq handler (enable with debug_latency=1).
2004-03-25- cx88 vbi fixes by Tom ZoernerGerd Knorr
2004-03-01- reprogram picture settings after reset.Gerd Knorr
2004-02-23- comment bttv irq flags.Gerd Knorr
2004-02-22Initial revisionGerd Knorr