summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-11-17 13:59:08 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-11-17 13:59:08 +0100
commite47d73715b48e182cefbc4f4a728f70873840703 (patch)
tree8abc7a2dbc76f295297a87cd8af5fb75f1e667bc /HISTORY
parentb88420b23b8d975dad8ddce3b9d6f50ad8996cff (diff)
downloadvdr-e47d73715b48e182cefbc4f4a728f70873840703.tar.gz
vdr-e47d73715b48e182cefbc4f4a728f70873840703.tar.bz2
Fixed handling small PES packets that caused subtitles to be displayed late in live mode
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 89e0614d..40451bd1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5519,8 +5519,10 @@ Video Disk Recorder Revision History
- Fixed decoding filename characters in case there are not two hex digits after
the '#' (reported by Helmut Auer).
-2007-11-10: Version 1.5.12
+2007-11-17: Version 1.5.12
- Fixed assembling PS1 packets in cTS2PES::instant_repack() (thanks to Reinhard
Nissl).
- Updated the Russian OSD texts (thanks to Oleg Roitburd).
+- Fixed handling small PES packets that caused subtitles to be displayed late
+ in live mode (based on a patch from Reinhard Nissl).