summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2014-04-22 15:22:51 +0200
committerAnton Khirnov <anton@khirnov.net>2014-04-28 20:21:59 +0200
commited4b757177f9b563412cdbc8ee3405d82e10fc05 (patch)
treeb6a6cec91ba2837a7f1faa90565087305e510f51 /doc
parent2fcef90bee98bffeff1d95b7197738f50c450d86 (diff)
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')
-rw-r--r--doc/APIchanges3
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().