diff options
author | Mark Thompson <mrt@jkqxz.net> | 2016-02-25 00:21:40 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-19 15:41:04 +0100 |
commit | 07a844f32ebb78503981df017fa3ebfedb75fe1c (patch) | |
tree | e1d7563f0711cff1109b50820ee298eba5f381d5 /doc/APIchanges | |
parent | 551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4 (diff) | |
download | ffmpeg-streaming-07a844f32ebb78503981df017fa3ebfedb75fe1c.zip ffmpeg-streaming-07a844f32ebb78503981df017fa3ebfedb75fe1c.tar.gz |
lavfi: generic hardware surface upload and download filters
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 bce8504..e0c4678 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavfi 6.3.0 - avfilter.h + Add AVFilterContext.hw_device_ctx. + 2016-xx-xx - xxxxxxx - lavu 55.9.0 - hwcontext_vaapi.h Add new installed header with VAAPI-specific hwcontext definitions. |