alexlarsson/xdg-app

Investigate libva/VDPAU support

hadess opened this issue · 5 comments

Similar to the joystick, or optical drives support, we'll need to investigate libva/VDPAU support.

Shouldn't be handled like GL?
As far opening the device, you only need /dev/dri, which you have.

By the way, the intel libva driver is not built, but the vdpau-to-libva adapters (from mesa) are built, and so are the gallium vdpau drivers. Which means it should "just work" on radeon/nvidia with the free drivers.

I don't really know how vdpau stuff works, but i think I added the right modules for this to the fd.o runtimes, and with dri access this should "just work". But, i've never tested it.

Didn't know we were missing an intel driver. We should add that then.

Then we'd likely need an extension point for that, as the Intel libva driver apparently contains patent encumbered code.

ah...

This issue was moved to flatpak/flatpak#4