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
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
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 b/doc/encoders.texi
index 6a410a8cb6..c5dfc646d
On Fri, Feb 2, 2018 at 11:49 PM, Moritz Barsnick wrote:
> On Thu, Feb 01, 2018 at 22:47:55 +0100, Menno de Gier wrote:
> > From: Menno
> >
> > Fix crash on decoder options.
>
> I don't think this was meant to be the final commit message? If you
> want to add
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 --git a/doc/encoders.texi b/doc/encoders.t
On Fri, Jan 26, 2018 at 11:30 AM, Menno de Gier wrote:
> From: Menno
>
> This supports disabling phase inversion in both the libopus encoder and the
> decoder.
>
> Signed-off-by: Menno
> ---
> doc/encoders.texi | 5 +
> l
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 ++
3 files changed, 52 inserti
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 option, but in this case