ernstp/ppa-mesarc

missing codecs in va-api

Closed this issue · 3 comments

vp9 and av1 is missing from va-api

I think it's probably due to not being enabled here

confflags_GALLIUM += -Dvideo-codecs="vc1dec, h264dec, h264enc, h265dec, h265enc"

The upstream rules file changed to using confflags_GALLIUM += -Dvideo-codecs="all" after the new codecs were added in 24.0 instead of adding each manually from what I could see
https://git.launchpad.net/ubuntu/+source/mesa/commit/debian/rules?id=08f9a0a3c7e6756438fe603fb9094bb4553ff83f

Thanks for the detailed tip. Working on it, doing a big update...

Should be fixed now, can you check @oyvindln ?

Yep it's sorted