summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-09-11 14:09:03 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-09-11 14:09:03 +0200
commit413a0e6373f272f687db611185bc268c0d44f3b3 (patch)
tree046714f5e79e8ec57b4e7c64684dfe231d0109da /HISTORY
parent78e89efee8a54d4343183fc98a34d13f9e0ef478 (diff)
downloadvdr-413a0e6373f272f687db611185bc268c0d44f3b3.tar.gz
vdr-413a0e6373f272f687db611185bc268c0d44f3b3.tar.bz2
VDR now supports "Satellite Channel Routing" (SCR)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY9
1 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 8c005b14..c71afa05 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6743,8 +6743,15 @@ Video Disk Recorder Revision History
extends over TS packet boundaries is now done by locally skipping TS packets
in cFrameDetector.
-2011-09-10: Version 1.7.22
+2011-09-11: Version 1.7.22
- Fixed scaling subtitles in case the primary device's GetVideoSize() function doesn't
return actual values (thanks to Luca Olivetti).
- The DiSEqC codes are now copied in the call to cDiseqc::Execute().
+- VDR now supports "Satellite Channel Routing" (SCR) (based on the "unicable" patch
+ from Lars Hanisch). Since "Unicable" is a registered trademark and stands for only
+ one of many implementations of SCR, the following changes have been made compared
+ to the patch, which need to be taken into account by people who have set up their
+ system using the patch:
+ - The 'U' parameter in the diseqc.conf file has been changed to 'S' ("Scr").
+ - The configuration file name has been changed from "unicable.conf" to "scr.conf".