]> git.sesse.net Git - nageru/commit
Support decoding FFmpeg videos via VA-API.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Jun 2020 20:36:58 +0000 (22:36 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Jun 2020 20:36:58 +0000 (22:36 +0200)
commit4148366592acbd18be713b0ed333dabb2196f90d
tree657a35a9923a908381f051be46614896f021fdf5
parent2e5386ddae01a50ff36a6cda1e73a4c180f6e8d4
Support decoding FFmpeg videos via VA-API.

This is more relevant now that having multiple SRT cameras can lead to
decoding lots of videos at the same time. It would be possible to support
other mechanisms (e.g. VDPAU) in FFmpeg depending on what FFmpeg is
built against, but it's a bit cumbersome to do, so this is VA-API only for now.
nageru/ffmpeg_capture.cpp