From 9e3135f49e45ec6b26c5b7c3fea481bf85ad64d6 Mon Sep 17 00:00:00 2001 From: Jovan Zelincevic Date: Mon, 20 Jul 2015 13:36:22 +0200 Subject: Edit documentation and versioning for the fixed point AAC decoder Signed-off-by: Michael Niedermayer --- doc/general.texi | 2 +- doc/mips.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/general.texi b/doc/general.texi index 617be66..a260e79 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -863,7 +863,7 @@ following image formats are supported: @item Name @tab Encoding @tab Decoding @tab Comments @item 8SVX exponential @tab @tab X @item 8SVX fibonacci @tab @tab X -@item AAC+ @tab E @tab X +@item AAC+ @tab E @tab IX @tab encoding supported through external library libaacplus @item AAC @tab E @tab X @tab encoding supported through external library libfaac and libvo-aacenc diff --git a/doc/mips.txt b/doc/mips.txt index 8c6779f..a84e89a 100644 --- a/doc/mips.txt +++ b/doc/mips.txt @@ -47,12 +47,16 @@ Files that have MIPS copyright notice in them: * libavutil/mips/ float_dsp_mips.c libm_mips.h + softfloat_tables.h * libavcodec/ fft_fixed_32.c fft_init_table.c fft_table.h mdct_fixed_32.c * libavcodec/mips/ + aacdec_fixed.c + aacsbr_fixed.c + aacsbr_template.c aaccoder_mips.c aacpsy_mips.h ac3dsp_mips.c -- cgit v1.1