diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-02-24 15:23:16 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-02-24 15:23:16 +0000 |
commit | 6992276acaaee32b33bd5f6e2f0d89588c4ae59a (patch) | |
tree | cd5d035d3293ae6076de0b6cc0a41e132e64539d /doc | |
parent | 63c3e35332838fca19b7ffdae13233b0f3759402 (diff) | |
parent | ad884d100259e55cb51a4239cd8a4fd5154c2073 (diff) | |
download | ffmpeg-6992276acaaee32b33bd5f6e2f0d89588c4ae59a.tar.gz |
Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073'
* commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073':
hwcontext: add a CUDA implementation
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
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 f6061c2918..5af5ab10a1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -25,6 +25,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. |