diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-08-23 21:46:50 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-08-31 08:15:47 +0200 |
commit | d7bc52bf456deba0f32d9fe5c288ec441f1ebef5 (patch) | |
tree | 23727303f674466f004d94c55f00b61124a8a670 /doc/APIchanges | |
parent | 24da430324735f95880c4a4a54298dc8023125bb (diff) | |
download | ffmpeg-d7bc52bf456deba0f32d9fe5c288ec441f1ebef5.tar.gz |
imgutils: add a function for copying image data from GPU mapped memory
See https://software.intel.com/en-us/articles/copying-accelerated-video-decode-frame-buffers
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c4cc0b4d0f..a4e418acd3 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-08-24 - xxxxxxx - lavu 55.21.0 - imgutils.h + Add av_image_copy_uc_from(), a version of av_image_copy() for copying + from GPU mapped memory. + 2016-xx-xx - xxxxxxx - lavc 59.26.0 - vaapi.h Deprecate struct vaapi_context and the vaapi.h installed header. Callers should set AVCodecContext.hw_frames_ctx instead. |