summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-03 14:45:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-03 14:45:53 +0200
commitb0d380ba06d7e7a36097d380c94a33358b68caab (patch)
treeff6da4bdc53b0ee0ff903a489040918b7dd15be3 /HISTORY
parentf161d1b2fe69d4fcfac37581fa60b5d9ce5ded11 (diff)
downloadvdr-b0d380ba06d7e7a36097d380c94a33358b68caab.tar.gz
vdr-b0d380ba06d7e7a36097d380c94a33358b68caab.tar.bz2
cFrameDetector::Analyze() now syncs on the TS packet sync bytes1.7.7
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ffafea42..d94e1612 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6072,3 +6072,5 @@ Video Disk Recorder Revision History
screen OSD on HD systems.
- The OSD size is now automatically adjusted to the actual video display
(provided the output device implements the GetVideoSize() function).
+- cFrameDetector::Analyze() now syncs on the TS packet sync bytes (thanks to
+ Oliver Endriss for reporting broken index generation after a buffer overflow).