diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2014-04-22 15:22:51 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-04-28 20:21:59 +0200 |
commit | ed4b757177f9b563412cdbc8ee3405d82e10fc05 (patch) | |
tree | b6a6cec91ba2837a7f1faa90565087305e510f51 /doc/APIchanges | |
parent | 2fcef90bee98bffeff1d95b7197738f50c450d86 (diff) | |
download | ffmpeg-ed4b757177f9b563412cdbc8ee3405d82e10fc05.tar.gz |
dxva2_h264: add a workaround for old Intel GPUs
Old Intel GPUs expect the reference frame index to the actual surface,
instead of the index into RefFrameList as specified by the spec.
This workaround should be set when using one of the "ClearVideo" decoder
devices.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e163b56f3b..28afc9bd7e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-04-xx - xxxxxxx - lavc 55.50.0 - dxva2.h + Add FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO for old Intel GPUs. + 2014-04-xx - xxxxxxx - lavu 53.13.0 - avutil.h Add av_get_time_base_q(). |