Skip to content

va: h264 enc&dec: Complete and fix generated template caps.

vah264dec: Complete profiles in decoder.

Instead of specifying all the H.264 "supported" profiles in the global hash table (used either by decoders and encoders), just complete them in the decoder only, since the encoder doesn't support them.


vah264enc: Fix caps for mesa gallium.

Radeon mesa gallium driver has a bug which adds P010_10LE sink caps format. This patch removes formats which arent 420 chroma.

Merge request reports