Skip to content

Radeon: AV1 HW video acceleration with OMX

Leo Liu requested to merge leoliu/mesa:omx-av1-support into master

This series is to add AV1 video HW acceleration support with Radeon newer HW,
also adding support to the existing OMX infrastructure to demo AV1 HW decocde,
It's currently working with the gst-omx changes available at:
https://cgit.freedesktop.org/~leoliu/gstomx
The command line can be used like:
gst-launch-1.0 -f filesrc location=/path/to/av1(ivf) ! ivfparse ! omxav1dec ! glimagesink

Edited by Leo Liu

Merge request reports