msys2 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
2.21k stars 1.19k forks source link

vlc: Blank output window with hw accelerated AV1 content #21282

Open hmartinez82 opened 2 days ago

hmartinez82 commented 2 days ago

Description / Steps to reproduce the issue

VLC is not displaying any video content (only audio) when playing AV1 content and hw acceleration is enabled.

This behavior is seen with both DXVA 2.0 and D3D11 VA.

The official VLC 3.0.21 build does not show this behavior and hw accelerated AV1 works as expected

Other hw accelerated codecs, like H.264, are working as expected

Expected behavior

image

Actual behavior

image

Verification

Windows Version

MINGW64_NT-10.0-22631

MINGW environments affected

Are you willing to submit a PR?

✔️

hmartinez82 commented 2 days ago

This indeed seems to be VLC specific. MPV with mpv --hwdec=d3d11va ... is working as expected

lazka commented 2 days ago

Afair official VLC is still using ffmpeg 4.4, so lots of potential differences there.