summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorOvchinnikovDmitrii <ovchinnikov.dmitrii@gmail.com>2019-08-08 21:33:25 +0300
committerPhilip Langdale <philipl@overt.org>2019-08-27 18:28:31 -0700
commitf8ad2ddd7a51df5d6e768ba2a6f65ee64b94e29b (patch)
tree7d3c747e777b5f511962bac6cbaae2ad61aef481 /Changelog
parentb319feb05f40d23ec17c8346c819becc4c13210f (diff)
downloadffmpeg-streaming-f8ad2ddd7a51df5d6e768ba2a6f65ee64b94e29b.zip
ffmpeg-streaming-f8ad2ddd7a51df5d6e768ba2a6f65ee64b94e29b.tar.gz
libavcodec/amfenc: Vulkan initialization support for encoder.
Added linux support for amf encoder through vulkan. To use h.264(AMD VCE) encoder on linux amdgru-pro version 19.20+ and amf-amdgpu-pro package(amdgru-pro contains, but does not install automatically) are required. This driver can be installed using amdgpu-pro-install script in official amd driver archive. Initialization of amf encoder occurs in this order: 1) trying to initialize through dx11(only windows) 2) trying to initialize through dx9(only windows) 3) trying to initialize through vulkan Only Vulkan initialization available on linux.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index efdc656..f1cddc4 100644
--- a/Changelog
+++ b/Changelog
@@ -6,6 +6,7 @@ version <next>:
- Intel QSV-accelerated MJPEG decoding
- Intel QSV-accelerated VP9 decoding
- support for TrueHD in mp4
+- Supoort AMD AMF encoder on Linux (via Vulkan)
version 4.2:
OpenPOWER on IntegriCloud