summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-03-12 16:40:59 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2012-03-29 16:23:03 +0800
commitd200efacbd8daf115dad5077edd8be710905756e (patch)
tree570d6cf7c38644f10f38e13d4b3d3d2c6d2a6aa1 /NEWS
parent7e717c78b060936d5fec714b26aa00b682d216b8 (diff)
downloadvaapi-intel-driver-d200efacbd8daf115dad5077edd8be710905756e.tar.gz
vaapi-intel-driver-d200efacbd8daf115dad5077edd8be710905756e.tar.bz2
vaapi-intel-driver-d200efacbd8daf115dad5077edd8be710905756e.zip
mpeg2: fix incorrect slice_vertical_position from codec layers.
Correctly emit slice_vertical_position, as per the definition from the bitstream, to the HW decoder (MFD_MPEG2_BSD_OBJECT). Add workaround for players that have not fixed their usage of slice_vertical_position. That field shall represent the slice vertical position as it comes from the bitstream. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> (cherry picked from commit 298dc939835e3080c9330b4e52e8dfac25bf3060) Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8c5ac97..3c77fc0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ libva-driver-intel NEWS -- summary of changes. 2012-02-DD
Copyright (C) 2009-2011 Intel Corporation
Version 1.0.16 - DD.Feb.2012
+* Fix MPEG-2 decoding of interlaced streams (SNB, IVB)
* Fix VC-1 motion vector modes for Ivy Bridge
* Fix MFX_QM_STATE for H.264 flat scaling lists (IVB)
* Fix and simplify AVC_REF_IDX_STATE setup (ILK, SNB, IVB)