summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-04-02 18:42:12 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-04-02 18:42:12 +0200
commit49b1dca2d37f42e105ab735be5615cdaa8c35243 (patch)
treef44a3caa4e363ab5f7997d59a29e2522d4b22be8 /NEWS
parent2d36f6199ecadcf91112a8672944d493e154e1a6 (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--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 17867ef9..05c54caf 100644
--- a/NEWS
+++ b/NEWS
@@ -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)