summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-25 14:37:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-25 14:37:05 +0100
commitdd95f4ed61db236b5135129ca70e1315a89b71ca (patch)
tree0553a3bfc649881c27a2b0b7c318d7ba0652d3ec /HISTORY
parent6bd94489deb08ab5eed2e83cbb1f818295fd9a26 (diff)
downloadvdr-dd95f4ed61db236b5135129ca70e1315a89b71ca.tar.gz
vdr-dd95f4ed61db236b5135129ca70e1315a89b71ca.tar.bz2
Fixed detecting frame borders in MPEG-2 streams that have "bottom fields" or varying GOP structures
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index aab6a0f3..73c35003 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7878,4 +7878,6 @@ Video Disk Recorder Revision History
- Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10 in order to be able to record
channels that need more than 5 TS packets for detecting frame borders (reported by
Eike Sauer).
+- Fixed detecting frame borders in MPEG-2 streams that have "bottom fields" or varying
+ GOP structures (reported by Christian Paulick, with help from Helmut Auer).
- Fixed a wrong alignment in cCiDateTime::SendDateTime().