On Fri, 27 Sep 2024, Cameron Gutman wrote:
On Thu, Sep 26, 2024 at 4:25 PM Martin Storsjö <[email protected]> wrote:
From: Jan Ekström <[email protected]>
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 <[email protected]>
Co-authored-by: Martin Storsjö <[email protected]>
---
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
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".