[FFmpeg-devel] [PATCH 14/14] Edit documentation and versioning

Nedeljko Babic nedeljko.babic at imgtec.com
Wed Apr 15 18:29:29 CEST 2015


From: Jovan Zelincevic <jovan.zelincevic at imgtec.com>

Signed-off-by: Nedeljko Babic <nedeljko.babic at imgtec.com>
---
 Changelog           | 1 +
 doc/general.texi    | 2 +-
 doc/mips.txt        | 5 +++++
 libavutil/version.h | 2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index 2e30b24..d634853 100644
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,7 @@ version <next>:
 - WebM Live Chunk Muxer
 - nvenc level and tier options
 - chorus filter
+- AAC fixed-point decoding
 
 
 version 2.6:
diff --git a/doc/general.texi b/doc/general.texi
index a826a1d..fc6315a 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -834,7 +834,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
- at item AAC+                   @tab  E  @tab  X
+ at 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..49ac872 100644
--- a/doc/mips.txt
+++ b/doc/mips.txt
@@ -47,12 +47,17 @@ 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/
+      aac_float_emu.h
+      aacdec_fixed.c
+      aacsbr_fixed.c
+      aacsbr_template.c
       aaccoder_mips.c
       aacpsy_mips.h
       ac3dsp_mips.c
diff --git a/libavutil/version.h b/libavutil/version.h
index a3d95d8..a26245e 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -57,7 +57,7 @@
 
 #define LIBAVUTIL_VERSION_MAJOR  54
 #define LIBAVUTIL_VERSION_MINOR  22
-#define LIBAVUTIL_VERSION_MICRO 101
+#define LIBAVUTIL_VERSION_MICRO 102
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
                                                LIBAVUTIL_VERSION_MINOR, \
-- 
1.8.2.1



More information about the ffmpeg-devel mailing list