On 3/29/2025 6:46 PM, Michael Niedermayer wrote:
Hi Tristan
On Thu, Mar 13, 2025 at 02:54:48PM -0400, Tristan Matthews wrote:
This matches how the libspeex decoder is calculating frame size (except in
clamp form).
Fixes #11495
---
libavcodec/speexdec.c | 2 +-
1 file changed, 1 insertion(+
Hi Tristan
On Thu, Mar 13, 2025 at 02:54:48PM -0400, Tristan Matthews wrote:
> This matches how the libspeex decoder is calculating frame size (except in
> clamp form).
>
> Fixes #11495
> ---
> libavcodec/speexdec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
I belive this is a reg
On Thursday, March 13th, 2025 at 2:54 PM, Tristan Matthews
wrote:
> This matches how the libspeex decoder is calculating frame size (except in
> clamp form).
>
> Fixes #11495
> ---
> libavcodec/speexdec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/speex
This matches how the libspeex decoder is calculating frame size (except in
clamp form).
Fixes #11495
---
libavcodec/speexdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/speexdec.c b/libavcodec/speexdec.c
index b335e2fbe8..0990338341 100644
--- a/libavcodec/sp
Quoting Paul B Mahol (2022-09-06 10:03:51)
> On Tue, Sep 6, 2022 at 9:57 AM Anton Khirnov wrote:
> > Quoting Paul B Mahol (2022-09-03 18:24:51)
> > > -return buf_size;
> > > +return (get_bits_count(&s->gb) + 7) >> 3;
> >
> > Doesn't this need AV_CODEC_CAP_SUBFRAMES?
> >
>
> Dunno, documen
On Tue, Sep 6, 2022 at 9:57 AM Anton Khirnov wrote:
> Quoting Paul B Mahol (2022-09-03 18:24:51)
> > Patch attached.
> >
> > From 6a90e5d582ba2fc3a08fb08fb1b5f3f38d315b3f Mon Sep 17 00:00:00 2001
> > From: Paul B Mahol
> > Date: Sat, 3 Sep 2022 18:17:23 +0200
> > Subject: [PATCH] avcodec/speexde
Quoting Paul B Mahol (2022-09-03 18:24:51)
> Patch attached.
>
> From 6a90e5d582ba2fc3a08fb08fb1b5f3f38d315b3f Mon Sep 17 00:00:00 2001
> From: Paul B Mahol
> Date: Sat, 3 Sep 2022 18:17:23 +0200
> Subject: [PATCH] avcodec/speexdec: improve support for speex in non-ogg
>
> Signed-off-by: Paul B
Patch attached.
From 6a90e5d582ba2fc3a08fb08fb1b5f3f38d315b3f Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Sat, 3 Sep 2022 18:17:23 +0200
Subject: [PATCH] avcodec/speexdec: improve support for speex in non-ogg
Signed-off-by: Paul B Mahol
---
libavcodec/speexdec.c | 16 +++-
1 f