Re: [FFmpeg-devel] [PATCH] avformat/aacdec: account for small frame sizes.

2019-04-29 Thread Menno de Gier
On Mon, Apr 29, 2019 at 3:34 PM Hendrik Leppkes wrote: > > On Mon, Apr 29, 2019 at 2:39 PM Menno de Gier wrote: > > > > Some ADTS files have a first frame that's shorter than the 10 bytes that > > are being read while checking for ID3 tags. > > > > Fixes #727

[FFmpeg-devel] [PATCH] avformat/aacdec: account for small frame sizes.

2019-04-29 Thread Menno de Gier
Some ADTS files have a first frame that's shorter than the 10 bytes that are being read while checking for ID3 tags. Fixes #7271 Signed-off-by: Menno de Gier --- libavformat/aacdec.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavformat/aacdec.c b/libavformat/aacdec.c index

[FFmpeg-devel] [PATCH v4] avcodec/libopus: support disabling phase inversion.

2018-02-05 Thread Menno de Gier
From: Menno Signed-off-by: Menno --- doc/encoders.texi | 5 + libavcodec/libopusdec.c | 33 + libavcodec/libopusenc.c | 14 ++ 3 files changed, 52 insertions(+) diff --git a/doc/encoders.texi

Re: [FFmpeg-devel] [PATCH v4] avcodec/libopus: support disabling phase inversion.

2018-02-05 Thread Menno de Gier
On Fri, Feb 2, 2018 at 11:49 PM, Moritz Barsnick <barsn...@gmx.net> wrote: > On Thu, Feb 01, 2018 at 22:47:55 +0100, Menno de Gier wrote: > > From: Menno <mrdeg...@gmail.com> > > > > Fix crash on decoder options. > > I don't think this was meant to be

[FFmpeg-devel] [PATCH v4] avcodec/libopus: support disabling phase inversion.

2018-02-01 Thread Menno de Gier
From: Menno Fix crash on decoder options. Signed-off-by: Menno --- doc/encoders.texi | 5 + libavcodec/libopusdec.c | 33 + libavcodec/libopusenc.c | 14 ++ 3 files changed, 52 insertions(+) diff

Re: [FFmpeg-devel] [PATCH v3] avcodec/libopus: support disabling phase inversion.

2018-01-31 Thread Menno de Gier
On Fri, Jan 26, 2018 at 11:30 AM, Menno de Gier <mrdeg...@gmail.com> wrote: > From: Menno <mrdeg...@gmail.com> > > This supports disabling phase inversion in both the libopus encoder and the > decoder. > > Signed-off-by: Menno <mrdeg...@gmail.com> &

[FFmpeg-devel] [PATCH v3] avcodec/libopus: support disabling phase inversion.

2018-01-26 Thread Menno de Gier
From: Menno This supports disabling phase inversion in both the libopus encoder and the decoder. Signed-off-by: Menno --- doc/encoders.texi | 5 + libavcodec/libopusdec.c | 33 + libavcodec/libopusenc.c | 14

Re: [FFmpeg-devel] [PATCH v2] libopus: support disabling phase inversion.

2018-01-23 Thread Menno de Gier
On Tue, Jan 23, 2018 at 3:50 PM, Moritz Barsnick wrote: > On Tue, Jan 23, 2018 at 13:50:41 +0100, Menno wrote: > > +@item apply_phase_inv (N.A.) (requires libopus >= 1.2) > > What does the "N.A." stand for? Does it have a technical meaning? It's the `opusenc` equivalent