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

Lynne dev at lynne.ee
Tue Jan 31 22:01:53 EET 2023


Jan 31, 2023, 17:34 by Kristofer.Bjorkstrom at axis.com:

> As ACC decoder but with HE and HEv2 disabled.
>
> Signed-off-by: Kristofer Björkström <kristofb at axis.com>
> ---
>  Changelog                    |  1 +
>  configure                    |  1 +
>  libavcodec/Makefile          |  3 +++
>  libavcodec/aacdec.c          | 21 +++++++++++++++++++++
>  libavcodec/aacdec_template.c |  8 ++++++++
>  libavcodec/aactab.c          |  2 +-
>  libavcodec/aarch64/Makefile  |  4 ++++
>  libavcodec/allcodecs.c       |  1 +
>  libavcodec/arm/Makefile      |  4 ++++
>  libavcodec/mips/Makefile     |  4 ++++
>  libavcodec/version.h         |  2 +-
>  libavcodec/x86/Makefile      |  4 ++++
>  tests/checkasm/Makefile      |  2 ++
>  tests/checkasm/checkasm.c    |  2 +-
>  14 files changed, 56 insertions(+), 3 deletions(-)
>
> diff --git a/Changelog b/Changelog
> index aa0dad13a1..a9f5b54baa 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -35,6 +35,7 @@ version <next>:
>  - ffmpeg CLI new options: -enc_stats_pre[_fmt], -enc_stats_post[_fmt]
>  - hstack_vaapi, vstack_vaapi and xstack_vaapi filters
>  - XMD ADPCM decoder and demuxer
> +- ACC NON HE decoder 
>

Why? Also, why a separate decoder rather than a --disable-he-aac config option?


More information about the ffmpeg-devel mailing list