summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
Commit message (Expand)AuthorAge
* lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* aacdec: Support for ER AAC ELD 480.Alex Converse2015-02-03
* aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse2013-10-23
* aacdec: Add support for LD (Low Delay) AACAlex Converse2013-09-18
* miscellaneous typo fixesDiego Biurrun2013-07-25
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* aac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* aacdec: use float planar sample format for outputJustin Ruggles2012-11-25
* aac: fix build with hardcoded tablesMans Rullgard2012-10-18
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* aacdec: More robust output configuration.Alex Converse2012-04-16
* aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse2012-02-09
* aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse2012-01-09
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles2011-05-15
* aacdec: remove sf_scale and sf_offset.Alex Converse2011-04-27
* Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-27
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-21
* aacdec: Implement LTP support.Young Han Lee2011-02-14
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* aacdec: Rework channel mapping compatibility hacks.Alex Converse2010-09-10
* Whitespace cosmeticsAlex Converse2010-06-05
* aac: Move an initialization macro used only by the decoder out of the header.Alex Converse2010-06-05
* aacdec: Rename avccontext to avctx.Alex Converse2010-06-05
* aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse2010-06-03
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add an HE-AAC v1 decoder.Alex Converse2010-03-08
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård2010-01-13
* AAC: Add a global header but output not locked output configuration status.Alex Converse2009-12-02
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-03
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-10
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08
* The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun2009-06-11
* Move MPEG-4 AOT enum to mpeg4audio.h.Alex Converse2009-03-18
* Fix the channel allocation bug/assumption (issue 800).Alex Converse2009-03-06
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-17
* Doxygen defgroups throw a warning if they don't have a title as well as a nameRobert Swain2009-02-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* AAC: Fix AAC prediction when used in conjunction with the CPEAlex Converse2008-12-21