Re: [FFmpeg-devel] [PATCH] avcodec: add ACC_NON_HE decoder

2023-02-01 Thread Jean-Baptiste Kempf
On Wed, 1 Feb 2023, at 15:55, Kristofer Björkström wrote: >>What is the aim of this? Is it patents? > > To avoid patents in AAC HE Patents? Which patents? Which country does this apply? The whole FFmpeg is concerned probably with thousands of patents... I don't see here the gain. PS: There are

Re: [FFmpeg-devel] [PATCH] avcodec: add ACC_NON_HE decoder

2023-02-01 Thread Kristofer Björkström
>Kristofer Björkström: >> As ACC decoder but with HE and HEv2 disabled. >> >> Signed-off-by: Kristofer Björkström > >> --- >> Changelog| 1 + >> configure| 1 + >> libavcodec/Makefile | 3 +++ >> libavcodec/aacdec.c | 21 +++

Re: [FFmpeg-devel] [PATCH] avcodec: add ACC_NON_HE decoder

2023-01-31 Thread Andreas Rheinhardt
Kristofer Björkström: > As ACC decoder but with HE and HEv2 disabled. > > Signed-off-by: Kristofer Björkström > --- > Changelog| 1 + > configure| 1 + > libavcodec/Makefile | 3 +++ > libavcodec/aacdec.c | 21 + >

Re: [FFmpeg-devel] [PATCH] avcodec: add ACC_NON_HE decoder

2023-01-31 Thread Lynne
Jan 31, 2023, 17:34 by kristofer.bjorkst...@axis.com: > As ACC decoder but with HE and HEv2 disabled. > > Signed-off-by: Kristofer Björkström > --- > Changelog| 1 + > configure| 1 + > libavcodec/Makefile | 3 +++ > libavcodec/aacdec.c

[FFmpeg-devel] [PATCH] avcodec: add ACC_NON_HE decoder

2023-01-31 Thread Kristofer Björkström
As ACC decoder but with HE and HEv2 disabled. Signed-off-by: Kristofer Björkström --- Changelog| 1 + configure| 1 + libavcodec/Makefile | 3 +++ libavcodec/aacdec.c | 21 + libavcodec/aacdec_template.c | 8 ++