Skip to content

Draft: dxva/d3d11: Move DXVA common part to gst-libs

Seungha Yang requested to merge seungha.yang/gstreamer:dxva-comm into main
    d3d11decoder: Port to GstDxva

    Use newly added dxva baseclass and completely unify decoding logic of
    each final subclass
    dxva: Add DXVA decoder baseclass implementation

    Extract Direct3D version independent common DXVA logic from d3d11
    decoder so that it can be used by the other APIs (D3D9 and D3D12)
    as well

Merge request reports