summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-04-25 13:05:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2010-04-25 13:05:37 +0200
commitb79436fd768db19f772fd0c1c8cf569581828af4 (patch)
tree0b600251350cafc74cf21568609e293ee40f27f6 /HISTORY
parent515966cdeae7e0a33911bf467931e803ac392014 (diff)
downloadvdr-b79436fd768db19f772fd0c1c8cf569581828af4.tar.gz
vdr-b79436fd768db19f772fd0c1c8cf569581828af4.tar.bz2
Now handling 'turbo fec' transponders
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY11
1 files changed, 10 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b3f4a535..ef7f1c43 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6411,7 +6411,7 @@ Video Disk Recorder Revision History
- The new setup option "Folders in timer menu" controls whether the file names in
the timer menu are shown with their full folder path.
-2010-04-18: Version 1.7.15
+2010-04-25: Version 1.7.15
- Added Macedonian language texts (thanks to Dimitar Petrovski).
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
@@ -6437,3 +6437,12 @@ Video Disk Recorder Revision History
spared.
- Fixed generating PMT language descriptors for multi language PIDs (thanks to Rolf
Ahrenberg).
+- Transponders that use "8psk turbo fec" (a non-standard mode used by North American
+ providers) are now identified by assuming that all 8psk transponders on DVB-S use
+ "turbo fec". In order to determine whether a certain device can handle "turbo fec",
+ the new driver flag FE_CAN_TURBO_FEC is checked. If your device can handle "turbo
+ fec", and your driver doesn't have that flag, yet, you can apply the patch from
+ ftp://ftp.tvdr.de/vdr/Developer/v4l-dvb-add-FE_CAN_TURBO_FEC.diff. A temporary
+ macro in dvbdevice.c defines the flag for all those who don't need this in the
+ driver, so that they can continue using an unmodified driver.
+ Thanks to Derek Kelly for testing this.