• OvchinnikovDmitrii's avatar
    libavcodec/amfenc: Vulkan initialization support for encoder. · f8ad2ddd
    OvchinnikovDmitrii authored
    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.
    f8ad2ddd
To find the state of this project's repository at the time of any of these versions, check out the tags.
Changelog 60.2 KB