summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-03-27 13:38:59 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-03-27 13:38:59 +0100
commit323969e58df323ddce392be9abee5fd4019b79fc (patch)
tree5debabf57fd99a6bb8757148f7bd7eb8a668d16a /HISTORY
parente7ea3b3c70d737ba758527b806c040dbf8ec8e45 (diff)
downloadvdr-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--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 8e8ec2f7..53e5b2e8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).