Re: [FFmpeg-devel] [PATCH 0/4] Opus

2025-07-07 Thread Andreas Rheinhardt
ffmpegagent: > This main aim of this patchset designed to fix the UB in opus-testvector02 > without adding branches. > > Andreas Rheinhardt (4): > avcodec/opus/dec: Don't use outdated size > avcodec/opus/dec: Remove unused parameters > avcodec/opus/dec: Don't call function multiple times in

[FFmpeg-devel] [PATCH 0/4] Opus

2025-07-04 Thread ffmpegagent
This main aim of this patchset designed to fix the UB in opus-testvector02 without adding branches. Andreas Rheinhardt (4): avcodec/opus/dec: Don't use outdated size avcodec/opus/dec: Remove unused parameters avcodec/opus/dec: Don't call function multiple times in FFMAX avcodec/opus/dec: S