diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-18 11:27:30 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-18 11:27:30 +0100 |
commit | 2e41129c3627c8981a5909173f5399fda47ed593 (patch) | |
tree | 65c5432389a1267388d6da4711fc383bc59435ba /HISTORY | |
parent | 1df6a87249291566d978f3d104ca68dbb075b37b (diff) | |
download | vdr-2e41129c3627c8981a5909173f5399fda47ed593.tar.gz vdr-2e41129c3627c8981a5909173f5399fda47ed593.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-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8132,7 +8132,7 @@ Video Disk Recorder Revision History and also to use the correct directory with --edit (the latter reported by Marko Mäkelä). -2014-01-16: Version 2.1.4 +2014-01-17: Version 2.1.4 - Updated 'sources.conf' (thanks to Antti Hartikainen). - cFont::CreateFont() now returns a dummy font in case there are no fonts installed. @@ -8152,3 +8152,5 @@ Video Disk Recorder Revision History initial channel when VDR is started. This is necessary in case CI adapters are used that are not physically connected to a dedicated device. The respective checks in cDvbDevice have been removed to avoid redundancy. +- 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). |