diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-04-05 09:08:02 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-04-05 09:08:02 +0200 |
commit | c886e69bc6371910a139c128aa37d76043892988 (patch) | |
tree | 1b8e765156485162e03f78c1805db3a0d785c36e /HISTORY | |
parent | 1b02cc9c9416f298be05f79e83abb7e4b0a1f164 (diff) | |
download | vdr-c886e69bc6371910a139c128aa37d76043892988.tar.gz vdr-c886e69bc6371910a139c128aa37d76043892988.tar.bz2 |
Improved replay at the begin and end of a recording; cDvbPlayer::Action() no longer calls DeviceFlush()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5979,7 +5979,7 @@ Video Disk Recorder Revision History cDevice class reimplements PlayTs() or PlayPes(), it also needs to make sure this new function works as expected. -2009-03-28: Version 1.7.5 +2009-04-05: Version 1.7.5 - Fixed a hangup when replaying a TS recording with subtitles activated (reported by Timo Helkio). @@ -6009,3 +6009,7 @@ Video Disk Recorder Revision History - Added command line help for the '-i' option. - Fixed cDvbPlayer::NextFile() to handle files larger than 2GB (thanks to Jose Alberto Reguero). +- Improved replay at the begin and end of a recording. The very first and very last + frame is now sent to the output device repeatedly until GetSTC() reports that it + has been played. cDvbPlayer::Action() no longer calls DeviceFlush() (thanks to + Reinhard Nissl for making sure vdr-xine no longer needs this). |