Re: [PATCH v10 0/5] Enable support for AV1 stateful decoder
From: Bryan O'Donoghue
Date: Fri Jan 02 2026 - 05:45:10 EST
On 02/01/2026 10:43, Val Packett wrote:
On 12/10/25 3:59 PM, Deepa Guthyappa Madivalara wrote:
Hi all,
This patch series adds initial support for the AV1 stateful decoder
codecs in iris decoder. Also it adds support for AV1 stateful decoder
in V4l2. The objective of this work is to extend the Iris decoder's
capabilities to handle AV1 format codec streams, including necessary
format handling and buffer management.
This is awesome, thanks!
I've tested it with rpi-ffmpeg as well, and it works great (only
required one interesting logic change..
https://github.com/jc-kynesim/rpi-ffmpeg/pull/108) \o/
unsupported content with bitdepth 10 (66 tests)
Iris decoder supports only 8bit NV12
Any chance we could get 10-bit support soon as well?
10-bit is massively popular with AV1, especially with home encodes (see
e.g. https://wiki.x266.mov/docs/encoders/SVT-AV1#encoder-optimization
and the ab-av1 tool's defaults)
Thanks,
~val
Can you give a Tested-by so ?
---
bod