From: Jovan Zelincevic <jovan.zelince...@imgtec.com> Signed-off-by: Nedeljko Babic <nedeljko.ba...@imgtec.com> --- Changelog | 1 + doc/general.texi | 2 +- doc/mips.txt | 4 ++++ libavcodec/version.h | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog index 6e9ca8e..00f67de 100644 --- a/Changelog +++ b/Changelog @@ -11,6 +11,7 @@ version <next>: - rewritten ASF demuxer - showvolume filter - Many improvements to the JPEG 2000 decoder +- AAC fixed-point decoding version 2.7: diff --git a/doc/general.texi b/doc/general.texi index 68ff58b..150acd0 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -840,7 +840,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 diff --git a/libavcodec/version.h b/libavcodec/version.h index 6e95c86..d95b514 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 45 +#define LIBAVCODEC_VERSION_MINOR 46 #define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ -- 1.8.2.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel