diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-04-02 18:42:12 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-04-02 18:42:12 +0200 |
commit | 49b1dca2d37f42e105ab735be5615cdaa8c35243 (patch) | |
tree | f44a3caa4e363ab5f7997d59a29e2522d4b22be8 /NEWS | |
parent | 2d36f6199ecadcf91112a8672944d493e154e1a6 (diff) |
mpeg2: fix calculation of macroblock_offset.
Fix decoding of streams with extra slice() information before the first
macroblock(). e.g. this fixes sony-ct3.bs from conformance test.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ Copyright (C) 2011 Collabora Version 0.3.7 - DD.Apr.2012 * Fix vaapidecode to report unsupported codec profiles -* Fix decoding of MPEG-2 High profile streams compatible with Main profile +* Fix MPEG-2 decoding of streams with extra slice() information +* Fix MPEG-2 decoding of High profile streams compatible with Main profile * Don't forcibly resize user provided X windows (Holger Kaelberer) * Recalculate render rect only if caps are negotiated (Holger Kaelberer) |