Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-10 | - add TCL 2002N tuner (Michael T. Dean). | Gerd Knorr | |
2004-09-10 | - fix 2.4 kernel builds. | Gerd Knorr | |
2004-08-26 | - cx88: Dvico FusionHDTV patches by Mac Michaels | Gerd Knorr | |
2004-08-25 | - merge 2.6.9-rc1 changes (mostly __user stuff). | Gerd Knorr | |
2004-08-25 | - cx88: plenty of mpeg work. blackbird might even work with | Gerd Knorr | |
some luck. dvb needs more work. | |||
2004-08-23 | - some bttv debug code. | Gerd Knorr | |
- new tuner type by Michael T. Dean | |||
2004-08-09 | #include <linux/compiler.h> for sparse annotations | Johannes Stezenbach | |
2004-08-05 | ATSC enums | Holger Waechtler | |
2004-07-31 | merge back various cleanups from mainline kernel: | Johannes Stezenbach | |
- sparse annotiations (viro) - NULL noise removal (viro) - #if where #ifdef should've been (saa7146) (viro) - convert private ABS() to kernel's abs() (rddunlap) - dvb_register_i2c_device() locking fix for -ENOMEM (akpm) - dvb_register_i2c_bus() locking fix for -ENOMEM (akpm) | |||
2004-07-30 | - cx88: more reorganization + code shuffeling. | Gerd Knorr | |
2004-07-29 | - Fix videodev has no release callback. | Kenneth Aafloy | |
NOTE: Michael, please remember to change the other drivers when submitting to Andrew. | |||
2004-07-28 | - tuner: added new type. | Gerd Knorr | |
- bttv: added id. | |||
2004-07-27 | dditional OSD window types: | Oliver Endriss | |
applied patch by Jeremy Jones mr.lebowski (at) gmail.com with some modifications | |||
2004-07-18 | New ioctl OSD_GET_CAPABILITY/OSD_CAP_MEMSIZE - returns size of OSD memory. | Oliver Endriss | |
2004-07-07 | - saa7134: add automute option. | Gerd Knorr | |
- tda9887: add config i2c command. | |||
2004-06-21 | - Replace generic saa7146 i2c name by card specific name, suggested by Uli ↵ | Michael Hunold | |
Luckas <luckas@musoft.de> | |||
2004-06-08 | - update i2c stuff for the changes in upcoming 2.6.7 | Gerd Knorr | |
2004-05-28 | - userptr fix. | Gerd Knorr | |
- add KEY_TEXT define for 2.4. | |||
2004-05-03 | - fix include file order in ttpci-driver | Michael Hunold | |
- convert tda1004x driver to kernel i2c, implement untested firmware loading | |||
2004-04-28 | - fix some ppc be endianess issues, overlay works fine, grabbing does not ↵ | Michael Hunold | |
work reliably yet, though | |||
2004-04-23 | - ir-kbd-i2c: purpletv ir fixes by 陳王展 (Wang-Chan Chen). | Gerd Knorr | |
2004-04-14 | - rename FEEDTYPE_SEC/TS to DVB_NET_FEEDTYPE_MPE/ULE | Johannes Stezenbach | |
- add binary compatibility cruft - return feedtype in NET_GET_IF - check feedtype for validity in NET_ADD_IF - fix a copy&paste bug in dvb_net_add_if() 2.4 vs. 2.6 - formatting and coding style fixes | |||
2004-04-14 | - cx88/tda9887: secam fixes. | Gerd Knorr | |
- video-buf: add sanity checks (thanks to Laurent Pinchart). - saa7133: fix off-by-one bug for oss sound recording. | |||
2004-04-06 | - major rewrite of the tda9887 module. | Gerd Knorr | |
- start switching over tuner + tda9887 to v4l2. | |||
2004-04-06 | - introduce new class variable, sets the i2c adapter class for 2.6 (unused ↵ | Michael Hunold | |
for 2.4) | |||
2004-04-05 | - new Bayer image format for v4l2. | Gerd Knorr | |
- misc saa7134 fixes. | |||
2004-04-05 | First commmit for budget-ci CI interface code | Andrew de Quincy | |
2004-04-05 | - add some KEY_* #defines for 2.4 compatibility. | Gerd Knorr | |
2004-03-31 | - integrate ULE Decapsulation code, thanks to gcs - Global Communication & ↵ | Michael Hunold | |
Services GmbH. and Institute for Computer Sciences Salzburg University. Hilmar Linder <hlinder@cosy.sbg.ac.at> and Wolfram Stering <wstering@cosy.sbg.ac.at> | |||
2004-03-15 | - remove superfluous h_calc and v_field entries from internal saa7146_vv | Michael Hunold | |
structure, fix all drivers defining this | |||
2004-03-15 | - cropcap fixes. | Gerd Knorr | |
- v4l1-compat fix. | |||
2004-03-12 | - header file changes belonging to the last saa7146 updates | Michael Hunold | |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy | |
Also some minimal budget-ci CI support implemented (just detection+IRQs) | |||
2004-03-08 | - fix saa7134 oss oops. | Gerd Knorr | |
2004-03-05 | - more cards supported in ir-kbd-gpio.c | Gerd Knorr | |
- add magics to video-buf structs. - fix saa7134 oss driver spinlocks. - misc minor stuff. | |||
2004-02-22 | Initial revision | Gerd Knorr | |
2004-01-27 | added VIDEO_EVENT_FRAME_RATE_CHANGED and VIDEO_GET_FRAME_RATE ioctl | Andreas Oberritter | |
2004-01-03 | - fix memory leak when using custom pagetables for video dma, | Michael Hunold | |
store the pointer in our saa7146_pagetable struct and free it later on correctly (only used by budget DVB drivers) - remove some commented out debug code | |||
2004-01-03 | saa7146 driver improvements, only affects Video4Linux stuff: | Michael Hunold | |
- add resource management functions - lock various stuff against each other, mostly vbi capture vs. planar capture formats, which use the same video dma - remove old commented out code - add new "flag" variable to saa7146_formats struct, store the information if a capture format is planar or packed - check for return codes at various places | |||
2003-12-15 | - fix compilation | Michael Hunold | |
- more video/vbi open/release fixes | |||
2003-11-25 | introduced flag SAA7146_I2C_SHORT_DELAY to speed up I2C access | Oliver Endriss | |
2003-11-20 | - move saa7146_set_gpio() from saa7146_vv to saa7146_core | Michael Hunold | |
- add "new" saa7146_wait_for_debi_done() function, remove other versions from av7110 and budget.ci - make budget-ci use this gpio function and the new wait_...() function, therefore fix BORROWED_FROM_AV7110_H_BUT_REALLY_BELONGS_IN_SAA7146_DEFS_H remark | |||
2003-11-20 | - make saa7146_pgtable_build_single() deliver a return code, make some | Michael Hunold | |
sanity checks of the arguments (if a bad pagetable is created, unpredictable thinks can happen. trust me... ;-) - follow this change for the several uses | |||
2003-10-22 | - remove SAA7146_EXT_SWAP_ODD_EVEN flag + handling | Michael Hunold | |
- hopefully fix field handling for DVB-S cards with progressive mpeg | |||
2003-10-06 | - add some debug and safety checks for video/vbi capture buffer handling | Michael Hunold | |
- fix init/exit of vbi capable devices - add new flag SAA7146_USE_PORT_B_FOR_VBI, so we can distinguish on which video port to apply the vbi workaround - add del_timer(...) for vbi capture queue and vbi_read timers, otherwise the kernel timer schedule oopses - add vbi device handling for dvb-c cards with analog module (does not work yet, have to setup the saa7113 decoder differently) | |||
2003-07-07 | Make the "ext_vv_data" informations a per-device information instead | Michael 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-07-01 | - capturing alternating fields to different buffers works now | Michael Hunold | |
2003-06-26 | - fix usage of "v4l2_common_std()" from v4l2-common.c in saa7146_video.c | Michael Hunold | |
- change saa7146_vv.h the way described earlier - follow these changes in budget-av and hexium driver | |||
2003-06-18 | Indentation fixes, make RPS capture code work again | Michael Hunold | |
2003-06-18 | When I submitted the last patchset for the 2.5 kernel series, | Michael Hunold | |
Alan Cox reformatted the code to follow his coding style when he fixed the merge bugs. This patch now introduces these coding style changes, so that we don't wipe out his changes with the next patchset. |