Browse Source

Edit documentation and versioning for the fixed point AAC decoder

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Jovan Zelincevic Michael Niedermayer 9 years ago
parent
commit
9e3135f49e
4 changed files with 7 additions and 2 deletions
  1. +1
    -0
      Changelog
  2. +1
    -1
      doc/general.texi
  3. +4
    -0
      doc/mips.txt
  4. +1
    -1
      libavcodec/version.h

+ 1
- 0
Changelog View File

@@ -21,6 +21,7 @@ version <next>:
- Reverse filter - Reverse filter
- Random filter - Random filter
- deband filter - deband filter
- AAC fixed-point decoding




version 2.7: version 2.7:


+ 1
- 1
doc/general.texi View File

@@ -863,7 +863,7 @@ following image formats are supported:
@item Name @tab Encoding @tab Decoding @tab Comments @item Name @tab Encoding @tab Decoding @tab Comments
@item 8SVX exponential @tab @tab X @item 8SVX exponential @tab @tab X
@item 8SVX fibonacci @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 @tab encoding supported through external library libaacplus
@item AAC @tab E @tab X @item AAC @tab E @tab X
@tab encoding supported through external library libfaac and libvo-aacenc @tab encoding supported through external library libfaac and libvo-aacenc


+ 4
- 0
doc/mips.txt View File

@@ -47,12 +47,16 @@ Files that have MIPS copyright notice in them:
* libavutil/mips/ * libavutil/mips/
float_dsp_mips.c float_dsp_mips.c
libm_mips.h libm_mips.h
softfloat_tables.h
* libavcodec/ * libavcodec/
fft_fixed_32.c fft_fixed_32.c
fft_init_table.c fft_init_table.c
fft_table.h fft_table.h
mdct_fixed_32.c mdct_fixed_32.c
* libavcodec/mips/ * libavcodec/mips/
aacdec_fixed.c
aacsbr_fixed.c
aacsbr_template.c
aaccoder_mips.c aaccoder_mips.c
aacpsy_mips.h aacpsy_mips.h
ac3dsp_mips.c ac3dsp_mips.c


+ 1
- 1
libavcodec/version.h View File

@@ -29,7 +29,7 @@
#include "libavutil/version.h" #include "libavutil/version.h"


#define LIBAVCODEC_VERSION_MAJOR 56 #define LIBAVCODEC_VERSION_MAJOR 56
#define LIBAVCODEC_VERSION_MINOR 51
#define LIBAVCODEC_VERSION_MINOR 52
#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_MICRO 100


#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \


Loading…
Cancel
Save