summaryrefslogtreecommitdiff
path: root/libavcodec/libfaad.c
Commit message (Collapse)AuthorAge
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
| | | | Originally committed as revision 15263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
| | | | Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set frame_size in libfaad decoderBaptiste Coudurier2008-06-28
| | | | Originally committed as revision 14024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-17
| | | | Originally committed as revision 13185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use variable frame_info before its value is set.Carl Eugen Hoyos2008-05-12
| | | | Originally committed as revision 13133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up dynamic loading of libfaadMåns Rullgård2008-01-25
| | | | Originally committed as revision 11609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: libfaad.c indentationMåns Rullgård2008-01-24
| | | | Originally committed as revision 11607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dynamic loading of libfaad 2.6Måns Rullgård2008-01-24
| | | | Originally committed as revision 11606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add downmixing support to libfaad decoderJustin Ruggles2008-01-05
| | | | Originally committed as revision 11422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk