On Fri, May 29, 2015 at 03:46:33PM +0200, Nedeljko Babic wrote: > 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 ++++ > libavutil/version.h | 2 +- > 4 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/Changelog b/Changelog > index 3f47490..7445333 100644 > --- a/Changelog > +++ b/Changelog > @@ -23,6 +23,7 @@ version <next>: > - VP9 high bit-depth and extended colorspaces decoding support > - WebPAnimEncoder API when available for encoding and muxing WebP > - Direct3D11-accelerated decoding > +- AAC fixed-point decoding > > > version 2.6: > diff --git a/doc/general.texi b/doc/general.texi > index ba79503..65cf396 100644 > --- a/doc/general.texi > +++ b/doc/general.texi > @@ -836,7 +836,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/libavutil/version.h b/libavutil/version.h > index 11be5b8..5306c21 100644 > --- a/libavutil/version.h > +++ b/libavutil/version.h > @@ -57,7 +57,7 @@ > > #define LIBAVUTIL_VERSION_MAJOR 54 > #define LIBAVUTIL_VERSION_MINOR 26 > -#define LIBAVUTIL_VERSION_MICRO 100 > +#define LIBAVUTIL_VERSION_MICRO 101
a minor bump is probably more correct for addition of a new decoder [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel