diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-13 14:25:58 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-14 22:08:33 +0100 |
commit | ad884d100259e55cb51a4239cd8a4fd5154c2073 (patch) | |
tree | ab6d8f0243c470113e8e2c33cae402394ade4a25 /doc | |
parent | 7bc780cd4413f688d3b834037b0f9ddfd6948140 (diff) | |
download | ffmpeg-ad884d100259e55cb51a4239cd8a4fd5154c2073.tar.gz |
hwcontext: add a CUDA 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 d815d9fee3..d42868e22e 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_cuda.h - Add a new installed header hwcontext_cuda.h with + CUDA-specific hwcontext definitions. xxxxxxx hwcontext_vdpau.h - Add a new installed header hwcontext_vdpau.h with VDPAU-specific hwcontext definitions. xxxxxxx pixfmt.h - Add AV_PIX_FMT_CUDA. |