]> git.sesse.net Git - ffmpeg/commit
imgutils: add a function for copying image data from GPU mapped memory
authorAnton Khirnov <anton@khirnov.net>
Tue, 23 Aug 2016 19:46:50 +0000 (21:46 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 31 Aug 2016 06:15:47 +0000 (08:15 +0200)
commitd7bc52bf456deba0f32d9fe5c288ec441f1ebef5
tree23727303f674466f004d94c55f00b61124a8a670
parent24da430324735f95880c4a4a54298dc8023125bb
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
doc/APIchanges
libavutil/imgutils.c
libavutil/imgutils.h
libavutil/imgutils_internal.h [new file with mode: 0644]
libavutil/version.h
libavutil/x86/Makefile
libavutil/x86/imgutils.asm [new file with mode: 0644]
libavutil/x86/imgutils_init.c [new file with mode: 0644]