Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-07 | New firmware which uses dummy PIDs 0x000e/0x000f (reserved by iso13818-1) | Johannes Stezenbach | |
instead of 0x1fff/0x1ffe to avoid sync problems during playback when tuned to transponders where 0x1ffe is a valid PCR PID (Astra 12515 h). | |||
2003-10-20 | make firmware static and *not* __initdata, so recover_arm() can work | Johannes Stezenbach | |
2003-10-13 | Fixed distortions when switching channel while recording | Klaus Schmidinger | |
2003-07-22 | fix DMX_GET_STC for video-only playback | Johannes Stezenbach | |
2003-07-09 | new av7110 firmware version 0x261a which fixes: | Johannes Stezenbach | |
- section filter outputs data from previous TS after zapping with hw_sections=0 - output of low bandwidth section data (TDT or TOT with hw_sections=0) is delayed | |||
2003-06-23 | Fixed getting CI slot status for CiMAX 2.0 chips; firmware version 0x2619 | Holger Waechtler | |
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. | |||
2003-06-15 | Improved performance when setting palette with full 256 color OSD | Klaus Schmidinger | |
2003-06-11 | Fixed handling hw_sections=0 (was broken by previous change) | Klaus Schmidinger | |
2003-06-07 | Fix to 'Sharing SDRAM between TT re-insertion and OSD...' - OSD didn't get ↵ | Klaus Schmidinger | |
the maximum available memory in one piece; firmware version 0x2616 | |||
2003-06-01 | Sharing SDRAM between TT re-insertion and OSD to have more video buffer; ↵ | Klaus Schmidinger | |
firmware version 0x2615 | |||
2003-04-22 | As announced last week: | Johannes Stezenbach | |
Video API change for VIDEO_EVENT_SIZE_CHANGED and VIDEO_GET_SIZE ioctl, and VIDEO_FORMAT_221_1. Implemented video events for VIDEO_EVENT_SIZE_CHANGED (use poll(2) with POLLPRI) and ioctl VIDEO_GET_SIZE. | |||
2003-04-10 | merge firmware fix for DMX_GET_STC from DVB CVS | Johannes Stezenbach | |
2003-04-08 | merge DMX_GET_STC implementation from DVB driver | Johannes Stezenbach | |
2003-03-31 | firmware update, get in sync with DVB/ tree | Holger Waechtler | |
2003-03-28 | fix the RC5 IR repeat bug, new version 0x2611 | Holger Waechtler | |
2003-03-05 | new firmware version 0x2610 | Johannes Stezenbach | |
2003-02-11 | firmware update from DVB HEAD (CI link layer, new FW version number, | Johannes Stezenbach | |
"too old" warning) | |||
2003-02-10 | link layer firmware | Holger Waechtler | |
2002-12-30 | Next chunk of big splitup / cleanup: | Michael Hunold | |
(tested on 2.4.18 and 2.5.53 -- the budget driver is untested, Holger will test it the next week) saa7146: - completely separated the saa7146 driver into a core-driver (saa7146.o) and a video/vbi part (saa7146_vv.o). this allows you to build the budget driver without av7110 and videodev bloat (see below) The following thinks have been approved by Holger Waechtler: av7110 (now ttpci): - for 2.5.x: removed the av7110 directory and put everything into ttpci. - removed all budget card support from this driver - compile and build fixes for the saa7146 changes ttpci-budget (new): - for 2.5.x: created a new ttpci-budget directory, added a new driver for the budget cards mxb: - compile and build fixes for the saa7146 changes Changed the build and compile files for both 2.5.x and build-2.4 of course... |