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

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

2024-11-09 Thread Michael Niedermayer
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 stolen (The author of mail stole multiple > patches and changed original authorship) code patches from librempeg > proje

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

2024-11-08 Thread Michael Niedermayer
Hi On Thu, Nov 07, 2024 at 06:59:36PM -0500, shenleban tongying wrote: > fix ticket #11054 and #11078 > > * reduce false decoding errors > * fix wrong frame_size > > Co-authored-by: Paul B Mahol > Signed-off-by: shenleban tongying > --- > libavcodec/speexdec.c | 10 ++ > 1 file changed,

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

2024-11-07 Thread shenleban tongying
* fix ticket #11054 and #11078 * reduce false decoding errors * fix wrong frame_size Co-authored-by: Paul B Mahol Signed-off-by: shenleban tongying --- libavcodec/speexdec.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libavcodec/speexdec.c b/libavcodec/speexdec.

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

2024-11-07 Thread shenleban tongying
fix ticket #11054 and #11078 * reduce false decoding errors * fix wrong frame_size Co-authored-by: Paul B Mahol Signed-off-by: shenleban tongying --- libavcodec/speexdec.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libavcodec/speexdec.c b/libavcodec/speexdec.c