summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-01-13 14:25:58 +0100
committerAnton Khirnov <anton@khirnov.net>2016-06-21 19:53:37 +0200
commit59e7361cc791e5103be1712dc59a2055f118d0da (patch)
treef94952dc2d601d9d9f46cc5d2c895932b2f9beac /doc
parent6f19bbcf8532d018d8d6d82e000738d0ac2385c9 (diff)
hwcontext: add a QSV implementation
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index e251490944..74316ed7c1 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - xxxxxxx - lavu 55.16.0 - hwcontext.h hwcontext_qsv.h
+ Add AV_HWDEVICE_TYPE_QSV and a new installed header with QSV-specific
+ hwcontext definitions.
+
2016-xx-xx - xxxxxxx - lavc 57.23.0 - avcodec.h
AVCodecContext.hw_frames_ctx now may be used by decoders.