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 <krist...@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?
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to