diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-01-29 19:07:37 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-02-01 23:56:41 +0100 |
commit | 368731d104da84605fcf6683d6ce014916fe76b0 (patch) | |
tree | 17c854ad111702a10ea55d3ba1a28efc28933a52 /NEWS | |
parent | 99ded53e66af1903f1d58ffbc24404d435a6de84 (diff) | |
download | libva-intel-driver-368731d104da84605fcf6683d6ce014916fe76b0.tar.gz libva-intel-driver-368731d104da84605fcf6683d6ce014916fe76b0.tar.bz2 libva-intel-driver-368731d104da84605fcf6683d6ce014916fe76b0.zip |
h264: fix and simplify REF_IDX_STATE (ILK, SNB, IVB).
Original code was parsing RefPicList0/1 over what is actually available
and filled in, i.e. wrt. num_ref_idx_l0/1_minus1 + 1. Besides, bit 5 of
Reference List Entry set to 1 means a frame, not a field.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ -libva-driver-intel NEWS -- summary of changes. 2011-10-28 +libva-driver-intel NEWS -- summary of changes. 2012-02-DD Copyright (C) 2009-2011 Intel Corporation +Version 1.0.16 - DD.Feb.2012 +* Fix and simplify AVC_REF_IDX_STATE setup (ILK, SNB, IVB) + Version 1.0.15 - 28.Oct.2011 * Add auto-generated Debian packaging * Fix VC-1 decoding (TTFRM packing) |