Re: [FFmpeg-devel] [PATCH] avcodec/lcldec: fix uncompressed buffer size calculation

2023-10-03 Thread Michael Niedermayer
On Mon, Oct 02, 2023 at 09:42:25PM +0200, Paul B Mahol wrote: > On 10/2/23, Michael Niedermayer wrote: > > Hi Paul > > > > On Mon, Oct 02, 2023 at 04:23:54PM +0200, Paul B Mahol wrote: > >> On 9/30/23, Paul B Mahol wrote: > >> > Attached. > >> > > >> > >> Gonna apply soon. > > > > Did you look at

Re: [FFmpeg-devel] [PATCH] avcodec/lcldec: fix uncompressed buffer size calculation

2023-10-02 Thread Paul B Mahol
On 10/2/23, Michael Niedermayer wrote: > Hi Paul > > On Mon, Oct 02, 2023 at 04:23:54PM +0200, Paul B Mahol wrote: >> On 9/30/23, Paul B Mahol wrote: >> > Attached. >> > >> >> Gonna apply soon. > > Did you look at > "avcodec/lcldec: Make PNG filter addressing match the code afterwards" > > You pa

Re: [FFmpeg-devel] [PATCH] avcodec/lcldec: fix uncompressed buffer size calculation

2023-10-02 Thread Michael Niedermayer
Hi Paul On Mon, Oct 02, 2023 at 04:23:54PM +0200, Paul B Mahol wrote: > On 9/30/23, Paul B Mahol wrote: > > Attached. > > > > Gonna apply soon. Did you look at "avcodec/lcldec: Make PNG filter addressing match the code afterwards" You patch is simpler (which is good) but it leaves some pixel a

Re: [FFmpeg-devel] [PATCH] avcodec/lcldec: fix uncompressed buffer size calculation

2023-10-02 Thread Paul B Mahol
On 9/30/23, Paul B Mahol wrote: > Attached. > Gonna apply soon. ___ 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 subje

[FFmpeg-devel] [PATCH] avcodec/lcldec: fix uncompressed buffer size calculation

2023-09-30 Thread Paul B Mahol
Attached. From efa34f7cd140f4e696641ce730b8e2b97e3d8452 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 30 Sep 2023 12:33:58 +0200 Subject: [PATCH] avcodec/lcldec: fix uncompressed buffer size calculation The width is truncated to multiple of 2. Signed-off-by: Paul B Mahol --- libavcode