summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-08 10:13:38 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-08 10:13:38 +0100
commitb464dc407d5fba192abb0c9d4ca2f35fb438adcc (patch)
tree5de0d83cca2e323f706a2a5d91b42569d74dcdc8 /HISTORY
parentf7bf9b4090bb5b32a40133cc3b0fd3457efff262 (diff)
downloadvdr-b464dc407d5fba192abb0c9d4ca2f35fb438adcc.tar.gz
vdr-b464dc407d5fba192abb0c9d4ca2f35fb438adcc.tar.bz2
Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 085fa96f..deb44297 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3963,7 +3963,7 @@ Video Disk Recorder Revision History
commands may now be executed at any time, and the message will be displayed
(no more "pending message").
-2006-01-07: Version 1.3.38
+2006-01-08: Version 1.3.38
- Fixed handling second audio and Dolby Digital PIDs for encrypted channels
(was broken in version 1.3.37).
@@ -4129,3 +4129,5 @@ Video Disk Recorder Revision History
- The file 'ca.conf' is obsolete and has been removed.
- Revised all descriptions regarding CICAM.
- Adapted c(Dvb)Device::ProvidesCa() to the dynamic CA handling.
+- Added a mutex to synchronize cDevice::PlayPesPacket() and SetCurrentAudioTrack()
+ (thanks to Reinhard Nissl).