diff options
author | Mark Thompson <mrt@jkqxz.net> | 2016-02-15 19:32:45 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-19 15:40:22 +0100 |
commit | 551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4 (patch) | |
tree | 291515a20837144df215da96b7df06f516625563 /doc | |
parent | d264c720f7b74286840719e506daba39f83b438b (diff) | |
download | ffmpeg-551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4.tar.gz |
lavu: VAAPI hwcontext implementation
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4effe0a1f6..bce85049b9 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavu 55.9.0 - hwcontext_vaapi.h + Add new installed header with VAAPI-specific hwcontext definitions. + 2016-xx-xx - xxxxxxx - lavu 55.8.0 - pixfmt.h Deprecate all AV_PIX_FMT_VAAPI_* formats. Replaced by AV_PIX_FMT_VAAPI. |