Age | Commit message (Collapse) | Author | |
---|---|---|---|
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... |