Skip to content

add AV1 decoding in DXVA

Steve Lhomme requested to merge robUx4/vlc:ffdxvav1-2 into master

The GUID are found in D3D12 and the structures are from the DXVA AV1 specs.

There's no "stable" SDK yet with these values. So it's not merged upstream yet.

the FFmpeg/libavcodec we use in the contrib can compile and use the DXVA support as long as the GUIDs and structures are defined.

Tested on some Intel hardware.

Merge request reports