Re: [FFmpeg-devel] [PATCH v2 1/2] apv_decode: Multisymbol entropy decode

2025-05-13 Thread Mark Thompson
On 11/05/2025 11:09, Mark Thompson wrote: > --- > v2: > * Bring error handling to the same level as before. > * Split first run/level step to avoid first-AC handling inside the loop. > * More commentary. > * Other minor improvements. > > Thanks, No further changes here, so applied. This also see

[FFmpeg-devel] [PATCH v2 1/2] apv_decode: Multisymbol entropy decode

2025-05-11 Thread Mark Thompson
--- v2: * Bring error handling to the same level as before. * Split first run/level step to avoid first-AC handling inside the loop. * More commentary. * Other minor improvements. Thanks, - Mark libavcodec/apv_decode.c | 5 +- libavcodec/apv_decode.h | 59 ++-- libavcodec/apv_entropy.c | 6