intel / media-driver

Intel Graphics Media Driver to support hardware decode, encode and video processing.
https://github.com/intel/media-driver/wiki
Other
1.01k stars 346 forks source link

[Decode] Do not report AV1d support in free kernel build on TGLx and DG2 #1862

Open nyanmisaka opened 1 month ago

nyanmisaka commented 1 month ago

Av1 decode needs filmgrain kernel support, and free kernel build will not support av1 decode.

This has been fixed in the docs and needs to be fixed in libva's capabilities as well.

Fixes:

https://github.com/intel/media-driver/pull/1853#issuecomment-2385982039 Downstream https://github.com/mpv-player/mpv/issues/14941 Downstream https://trac.ffmpeg.org/ticket/11213

nyanmisaka commented 1 month ago

@Jexu Can this be merged? Otherwise AV1 caps queried via Libva are unreliable.

Jexu commented 1 month ago

looks good to me.