Re: [FFmpeg-devel] [PATCH] avcodec/speexdec: limit max frame_size

2025-01-28 Thread slbtty
t = bytestream_get_le32(&buf); if (s->frames_per_packet <= 0 || -- 2.48.1 > On Jan 28, 2025, at 8:31 PM, slbtty wrote: > > Correction: this fix the sample from #11054 but not #11078. > > Still trying to figure out why. > > >> On Jan 28, 2025, at 8:

Re: [FFmpeg-devel] [PATCH] avcodec/speexdec: limit max frame_size

2025-01-28 Thread slbtty
Correction: this fix the sample from #11054 but not #11078. Still trying to figure out why. > On Jan 28, 2025, at 8:21 PM, shenleban tongying > wrote: > > The max frame_size for speex format is 32000 Hz * 20 ms / 1000 ms = 640 > > close #11054 and #11078 > > Signed-off-by: shenleban tongyin

Re: [FFmpeg-devel] [PATCH] avcodec/speexdec: fix decoding regressions

2024-11-09 Thread slbtty
Sorry, I didn't notice the license change. On Sat, Nov 9, 2024 at 10:33 AM Michael Niedermayer wrote: > Hi > > I have received the mail below from paul, I belive it refers to these > patches here > > On Sat, Nov 09, 2024 at 08:09:15AM +0100, Paul B Mahol wrote: > > I see you reviewing one of sto