diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-03-01 18:04:56 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-03-02 11:43:09 +0100 |
commit | 9b7863bf49dcf8bf1de9b45ce4e986dfd1cca418 (patch) | |
tree | b1d59db3a93519562c49186da596ee5f6c7a21cc /NEWS | |
parent | 96f453ab612c37845c5993b846553db40358a3b5 (diff) | |
download | libva-intel-driver-9b7863bf49dcf8bf1de9b45ce4e986dfd1cca418.tar.gz libva-intel-driver-9b7863bf49dcf8bf1de9b45ce4e986dfd1cca418.tar.bz2 libva-intel-driver-9b7863bf49dcf8bf1de9b45ce4e986dfd1cca418.zip |
h264: fix first macroblock bit offset calculation (ILK, SNB, IVB).
Fix and simplify the scan for emulation_prevention_bytes, thus avoiding
a read beyond the end of the slice data buffer. Besides, if slice_header()
bytes are needed, use dri_bo_get_subdata() instead.
HW specific changes:
- SNB: make the HW skip the emulation prevention bytes itself.
- IVB: fix MFD_AVC_BSD_OBJECT to report the actual slice data buffer size.
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
@@ -6,6 +6,7 @@ Version 1.0.16 - DD.Feb.2012 * 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) +* Fix and simplify first macroblock bit offset calculation (ILK, SNB, IVB) Version 1.0.15 - 28.Oct.2011 * Add auto-generated Debian packaging |