Re: [FFmpeg-devel] [PATCH v2] avcodec/jpeg2000htdec: check if block decoding will exceed internal precision

2023-12-14 Thread Michael Niedermayer
On Sat, Aug 12, 2023 at 01:31:16PM -0700, p...@sandflow.com wrote: > From: Pierre-Anthony Lemieux > > Intended to replace > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20230802000135.26482-3-mich...@niedermayer.cc/ > with a more accurate block decoding magnitude bound. > > --- > libavcod

Re: [FFmpeg-devel] [PATCH v2] avcodec/jpeg2000htdec: check if block decoding will exceed internal precision

2023-08-14 Thread Pierre-Anthony Lemieux
On Mon, Aug 14, 2023 at 1:14 AM Tomas Härdin wrote: > > lör 2023-08-12 klockan 13:31 -0700 skrev p...@sandflow.com: > > From: Pierre-Anthony Lemieux > > > > Intended to replace > > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20230802000135.26482-3-mich...@niedermayer.cc/ > > with a more acc

Re: [FFmpeg-devel] [PATCH v2] avcodec/jpeg2000htdec: check if block decoding will exceed internal precision

2023-08-14 Thread Tomas Härdin
lör 2023-08-12 klockan 13:31 -0700 skrev p...@sandflow.com: > From: Pierre-Anthony Lemieux > > Intended to replace > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20230802000135.26482-3-mich...@niedermayer.cc/ > with a more accurate block decoding magnitude bound. > > --- >  libavcodec/jpeg2

[FFmpeg-devel] [PATCH v2] avcodec/jpeg2000htdec: check if block decoding will exceed internal precision

2023-08-12 Thread pal
From: Pierre-Anthony Lemieux Intended to replace https://patchwork.ffmpeg.org/project/ffmpeg/patch/20230802000135.26482-3-mich...@niedermayer.cc/ with a more accurate block decoding magnitude bound. --- libavcodec/jpeg2000htdec.c | 34 +- 1 file changed, 33 inse