On Fri, 27 Sep 2024, Cameron Gutman wrote:

On Thu, Sep 26, 2024 at 4:25 PM Martin Storsjö <mar...@martin.st> wrote:

From: Jan Ekström <jee...@gmail.com>

Use AV1DecContext's current_obu to access the original OBUs, and
feed them to videotoolbox, rather than the bare slice data passed
via decode_slice.

This requires a small addition to AV1DecContext, for keeping track
of the current range of OBUs that belong to the current frame.

Co-authored-by: Ruslan Chernenko <ractyf...@gmail.com>
Co-authored-by: Martin Storsjö <mar...@martin.st>
---
v3: Adjust where nb_unit/start_unit are set, add code comments explaining
the roles of nb_unit/start_unit.
---

I've got 3 positive reports from folks testing this version, so LGTM.

Thanks! If there's no further opposition to this, and James doesn't mind the changes to the generic code in av1dec.c/h, I'll go ahead and push this later today or tomorrow.

// Martin
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to