]> git.sesse.net Git - nageru/commit
Support decoding FFmpeg via VDPAU.
authorSteinar H. Gunderson <steinar+nageru@gunderson.no>
Sat, 15 Apr 2023 22:33:28 +0000 (00:33 +0200)
committerSteinar H. Gunderson <steinar+nageru@gunderson.no>
Sat, 15 Apr 2023 22:35:34 +0000 (00:35 +0200)
commit7092d222bb356549ef453f9c6f0b21123fd8a2ce
tree188fcf2a943d972cae6ea1de9d4b9c6d929ae26c
parent1632b737345630f54b7ea5473bbaf592a8109b41
Support decoding FFmpeg via VDPAU.

This fixes a bug where we hit the VAAPI-by-VDPAU emulation,
which is seemingly bad and just hangs.

Note that this means that if you have a VDPAU card with worse
format support than your VA-API card, you'll now lose some formats.
nageru/ffmpeg_capture.cpp