summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
AgeCommit message (Collapse)Author
2004-04-08- cx88: more PAL-DK fixes.Gerd Knorr
2004-04-08- cx88: fix PAL-DK fm/stereo.Gerd Knorr
- misc.
2004-04-06- add saa7134 asus inputs (by Martin Hicks).Gerd Knorr
2004-04-06- add retry loop for carrier scan.Gerd Knorr
2004-04-06- fix cx88 svideo.Gerd Knorr
2004-04-06- major rewrite of the tda9887 module.Gerd Knorr
- start switching over tuner + tda9887 to v4l2.
2004-04-06- saa7134 card list fixes.Gerd Knorr
2004-04-06- make pci_sync change depend on kernel version.Gerd Knorr
2004-04-05- added tda9887 debug code.Gerd Knorr
- scripts/saa7134.pl fix.
2004-04-05- new Bayer image format for v4l2.Gerd Knorr
- misc saa7134 fixes.
2004-04-05- update version numbers for release.Gerd Knorr
2004-04-05- merge video-buf fix from 2.6.5Gerd Knorr
2004-04-01- fix tuner for saa7133 asus board.Gerd Knorr
2004-03-31- tda9887 autoload for cx88.Gerd Knorr
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-30- fix buffer overflow in cx8800_i2c_init.Gerd Knorr
2004-03-30- ImageNation PXC200* fixes by Luke FletcherGerd Knorr
2004-03-29- tuner added for the cx88 winfast.Gerd Knorr
2004-03-29- pv951 IR support by Mark Phalan.Gerd Knorr
2004-03-25- fix register #define.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- saa7134 IR updates by Job D. R. BorgesGerd Knorr
2004-03-25- cx88 vbi fixes by Tom ZoernerGerd Knorr
2004-03-17- fix saa7134 cropping.Gerd Knorr
2004-03-17- bttv card list update.Gerd Knorr
- attempt to fix svideo in cx88. - documentation update.
2004-03-17- misc cx88 fixes.Gerd Knorr
2004-03-16- misc.Gerd Knorr
2004-03-16- plenty of cx88 audio fixes.Gerd Knorr
* grabbed some A2 code from dscaler cvs. * merged patches by zarquon@earendel.org. * code cleanups.
2004-03-15- cropcap fixes.Gerd Knorr
- v4l1-compat fix.
2004-03-10- crop support for saa7134.Gerd Knorr
2004-03-08- fix saa7134 oss oops.Gerd Knorr
2004-03-05- more cards supported in ir-kbd-gpio.cGerd Knorr
- add magics to video-buf structs. - fix saa7134 oss driver spinlocks. - misc minor stuff.
2004-03-01- reprogram picture settings after reset.Gerd Knorr
2004-02-24- bump version numbers for release.Gerd Knorr
2004-02-24- one more pinnacle fix (don't load tvaudio).Gerd Knorr
2004-02-23- fix bttv 10fc:d018 (I-O Data Co. GV-BCTV5/PCI)Gerd Knorr
Junichi Uekawa <dancer@netfort.gr.jp>
2004-02-23-add bttv 153b:ff23 (Terratec TValue Radio)Gerd Knorr
Tobias Diedrich <ranma@gmx.at>
2004-02-23- comment bttv irq flags.Gerd Knorr
2004-02-22Initial revisionGerd Knorr
2003-09-10Remove analog saa7146 driver for "Hexium" cards from "dvb-kernel"Michael Hunold
CVS. It has been included to 2.6.0-test4, so no need to have it hanging around here. I'll add it to the "analog-2.4" directory later.
2003-07-17[V4L] - fix static build for hexium_gemini and hexium_orion drivers (Thanks ↵Michael Hunold
to Adrian Bunk <bunk@fs.tum.de> for reporting this) [V4L] - set debug verbosity to 0 for hexium_gemini and hexium_orion drivers [V4L] - make hexium_gemini and hexium_orion drivers depdend on i2c module [V4L] - make saa7146 module depend on hexium_gemini and hexium_orion drivers [V4L] - let the saa7146 i2c bus report itself as I2C_ADAP_CLASS_TV_ANALOG
2003-07-07Make the "ext_vv_data" informations a per-device information insteadMichael Hunold
of a per-extension information. This is needed for the DVB-C cards, which seem to have swapped field order and need to propagate some video4linux specific stuff for the analog module to work.
2003-06-26- fix usage of "v4l2_common_std()" from v4l2-common.c in saa7146_video.cMichael Hunold
- change saa7146_vv.h the way described earlier - follow these changes in budget-av and hexium driver
2003-06-03Follow the latest changes in the saa7146 driver core.Michael Hunold
2003-05-28I removed all "analog" drivers from the main CVS repository and moved themMichael Hunold
to a separate "analog-2.4" directory. Main reasons: - the drivers don't have anything to do with dvb 8-) - the drivers are already in the kernel (besides the "Hexium" driver) and don't change that much any more - the analog drivers rely on the i2c subsystem, which was heavily modified between 2.4 and 2.5. When making a new DVB patchset I have to work around these differences every time, which is very annoying
2003-05-20Add new drivers for the Hexium Orion and Gemini frame grabber cards.Michael Hunold
2003-05-06It's hard to keep these drivers to compile under 2.4. because of theMichael Hunold
ongoing i2c changes in 2.5. Because of the fact that they are already in the kernel and won't change any more, they can be removed here and added to the build-2.4 directory.
2003-04-30- introduce dvb_functions.h in order to make the dvb subsystemMichael Hunold
less dependent on the linux kernel. here is the place to store additional dvb_* functions, which encapsulate linux kernel functionality which cannot be expressed as a one-liner - rename ddelay() to dvb_delay(), move it to dvb_functions.h - change all files to include dvb_functions.h instead of dvb_compat.h - compile fix for the saa7111 driver
2003-04-28Compile fixes against 2.5.68.Michael Hunold
- add some ifdef magic into i2c drivers (mxb/analog drivers only) - shuffle around includes, so that "dvb_compat.h" is included after all other include files - fix a warning in saa7146 i2c code