diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-03-27 13:38:59 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-03-27 13:38:59 +0100 |
commit | 323969e58df323ddce392be9abee5fd4019b79fc (patch) | |
tree | 5debabf57fd99a6bb8757148f7bd7eb8a668d16a /HISTORY | |
parent | e7ea3b3c70d737ba758527b806c040dbf8ec8e45 (diff) | |
download | vdr-323969e58df323ddce392be9abee5fd4019b79fc.tar.gz vdr-323969e58df323ddce392be9abee5fd4019b79fc.tar.bz2 |
Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames over several payload units
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 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-13: Version 1.7.5 +2009-03-27: Version 1.7.5 - Fixed a hangup when replaying a TS recording with subtitles activated (reported by Timo Helkio). @@ -6000,3 +6000,6 @@ Video Disk Recorder Revision History + The full-featured DVB cards need an improved firmware in order to return proper STC values in trick modes (thanks to Oliver Endriss for enhancing the av7110 firmware). +- Adapted cFrameDetector::Analyze() to HD NTSC broadcasts that split frames over + several payload units (thanks to Derek Kelly for reporting this and helping in + testing). |