diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-03-13 16:46:37 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-03-13 17:29:57 +0100 |
commit | 7c6754f6b315374b74ee52a816456784c0b1c880 (patch) | |
tree | 729de48ad84bb23d6ac3377bf90c5c28e0179dc9 /NEWS | |
parent | 9b7863bf49dcf8bf1de9b45ce4e986dfd1cca418 (diff) | |
download | vaapi-intel-driver-7c6754f6b315374b74ee52a816456784c0b1c880.tar.gz vaapi-intel-driver-7c6754f6b315374b74ee52a816456784c0b1c880.tar.bz2 vaapi-intel-driver-7c6754f6b315374b74ee52a816456784c0b1c880.zip |
h264: fix weighted prediction indicator (SNB).
Implicit weight tables derivation (weighted_bipred_idc == 2) could
not be set. Only default weight tables were possible instead of
explicit weight tables provided by the codec layer.
https://bugs.freedesktop.org/show_bug.cgi?id=40820
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ Copyright (C) 2009-2011 Intel Corporation Version 1.0.16 - DD.Feb.2012 * Fix VC-1 bitplane buffer size (SNB, IVB) * Fix VC-1 motion vector modes for Ivy Bridge +* Fix weighted prediction indicator for Sandy Bridge * Fix MFX_QM_STATE for H.264 flat scaling lists (IVB) * Fix and simplify AVC_REF_IDX_STATE setup (ILK, SNB, IVB) * Fix and simplify first macroblock bit offset calculation (ILK, SNB, IVB) |