]> git.sesse.net Git - ffmpeg/commit
Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK
authorMikhail Mironov <mikhail.mironov@amd.com>
Mon, 27 Nov 2017 02:36:06 +0000 (21:36 -0500)
committerMark Thompson <sw@jkqxz.net>
Tue, 28 Nov 2017 22:14:42 +0000 (22:14 +0000)
commit9ea6607d294526688ab1b1342cb36ee159683e88
tree7ef80448d0c482a976d0575620fe86578ebdf8c9
parent23db3a1ae6d1be3438aec73c4dc91185d7958300
Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK

Requires AMF headers for at least version 1.4.4.1.

Signed-off-by: Mikhail Mironov <mikhail.mironov@amd.com>
Signed-off-by: Mark Thompson <sw@jkqxz.net>
Changelog
configure
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/amfenc.c [new file with mode: 0644]
libavcodec/amfenc.h [new file with mode: 0644]
libavcodec/amfenc_h264.c [new file with mode: 0644]
libavcodec/amfenc_hevc.c [new file with mode: 0644]