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 | 6 ++++++ libavutil/version.h | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog index 95a4ccc..ae7a0cc 100644 --- a/Changelog +++ b/Changelog @@ -11,6 +11,7 @@ version <next>: - support for H.261 RTP payload format (RFC 4587) - added codecview filter to visualize information exported by some codecs - matroska 3d support thorugh side data +- AAC fixed-point decoding version 2.3: diff --git a/doc/general.texi b/doc/general.texi index 8d7555d..ef16ce2 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -821,7 +821,7 @@ following image formats are supported: @item 8SVX fibonacci @tab @tab X @item AAC+ @tab E @tab X @tab encoding supported through external library libaacplus -@item AAC @tab E @tab X +@item AAC @tab E @tab IX @tab encoding supported through external library libfaac and libvo-aacenc @item AC-3 @tab IX @tab IX @item ADPCM 4X Movie @tab @tab X diff --git a/doc/mips.txt b/doc/mips.txt index 8c6779f..8fb97a3 100644 --- a/doc/mips.txt +++ b/doc/mips.txt @@ -48,9 +48,15 @@ Files that have MIPS copyright notice in them: float_dsp_mips.c libm_mips.h * libavcodec/ + aac_float_emu.h + aacdec_fixed.c + aacsbr_fixed.c + aacsbr_template.c fft_fixed_32.c fft_init_table.c fft_table.h + float_emu_tab.c + float_emu.h mdct_fixed_32.c * libavcodec/mips/ aaccoder_mips.c diff --git a/libavutil/version.h b/libavutil/version.h index 8311cdd..b1bee58 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -57,7 +57,7 @@ #define LIBAVUTIL_VERSION_MAJOR 54 #define LIBAVUTIL_VERSION_MINOR 7 -#define LIBAVUTIL_VERSION_MICRO 100 +#define LIBAVUTIL_VERSION_MICRO 101 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ -- 1.8.2.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel