diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-16 14:27:22 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-16 14:27:22 +0100 |
commit | 970622ccf294ce3ce34f230b163bf3ef9464019d (patch) | |
tree | fbe7b7d4c527966028a56f6b908c924643be033a /HISTORY | |
parent | 60c5248a3688eddaab8d1aaebd28c917016c5ad9 (diff) | |
download | vdr-970622ccf294ce3ce34f230b163bf3ef9464019d.tar.gz vdr-970622ccf294ce3ce34f230b163bf3ef9464019d.tar.bz2 |
The full-featured DVB cards are now given the TS data directly for replay
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -5912,7 +5912,13 @@ Video Disk Recorder Revision History can handle DVB-S2. The #define is still there to allow people with older drivers who don't need DVB-S2 to use this version without pathcing. -2009-01-06: Version 1.7.4 +2009-01-16: Version 1.7.4 - Removed the '#define FE_CAN_2ND_GEN_MODULATION', since it was wrong and the flag is now in the driver, anyway. +- The full-featured DVB cards are now given the TS data directly for replay + (thanks to Oliver Endriss for enhancing the av7110 driver to make it replay + TS data). The patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_ts_replay__1.diff + implements this change in the driver. + The the patch av7110_v4ldvb_api5_audiobuf_test_1.diff mentioned in version 1.7.2 + is no longer necessary. |