summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-08-14 09:56:28 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-08-14 09:56:28 +0200
commite68171626e0492593f82da76e5a63b36e4fa5f99 (patch)
tree2b3a64ccccb79598158ff554b3a826749d691177 /HISTORY
parentdc32738b27b2cce5a10398c96a1d78078b32a141 (diff)
downloadvdr-e68171626e0492593f82da76e5a63b36e4fa5f99.tar.gz
vdr-e68171626e0492593f82da76e5a63b36e4fa5f99.tar.bz2
Fixed setting additional audio PIDs in CAMs
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6ba80d34..b378680d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4874,3 +4874,11 @@ Video Disk Recorder Revision History
Oliver Endriss).
- Added a log error message to cPlugin::ConfigDirectory() in case a plugin calls it
from a separate thread (reported by Udo Richter).
+
+2006-08-14: Version 1.4.1-5
+
+- Replaced the "quick workaround for additional live audio PIDs" in
+ cDvbDevice::SetChannelDevice() with an actual solution in
+ cDvbDevice::SetAudioTrackDevice() in order to prevent sticky PIDs in CAMs,
+ which caused long switching times or completely blank screens when switching
+ between encrypted channels on the same transponder (reported by Tomas Berglund).