diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-12-07 15:04:57 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-14 22:06:04 +0100 |
commit | a001ce31bc2bcf875a39b5fb22dae49120293b42 (patch) | |
tree | 50a7e278654b31b3e90c3892013e3ce8376c1985 /doc | |
parent | 89923e418b494e337683442ab896d754bc07341a (diff) | |
download | ffmpeg-a001ce31bc2bcf875a39b5fb22dae49120293b42.tar.gz |
hwcontext: add a VDPAU implementation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 84d5e90b20..e17f02cb0b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -17,6 +17,8 @@ API changes, most recent first: xxxxxxx buffer.h - Add av_buffer_pool_init2(). xxxxxxx hwcontext.h - Add a new installed header hwcontext.h with a new API for handling hwaccel frames. + xxxxxxx hwcontext_vdpau.h - Add a new installed header hwcontext_vdpau.h with + VDPAU-specific hwcontext definitions. 2016-xx-xx - xxxxxxx - lavf 57.3.0 - avformat.h Add AVFormatContext.opaque, io_open and io_close, allowing custom IO |