| Commit message (Expand) | Author | Age | Files | Lines |
* | aac: Add support for Enhanced AAC Low Delay (ER AAC ELD). | Alex Converse | 2013-10-23 | 1 | -1/+1 |
* | aacdec: Add support for LD (Low Delay) AAC | Alex Converse | 2013-09-18 | 1 | -0/+1 |
* | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 1 | -1/+1 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | aac: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -1/+1 |
* | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+0 |
* | aacdec: use float planar sample format for output | Justin Ruggles | 2012-11-25 | 1 | -3/+4 |
* | aac: fix build with hardcoded tables | Mans Rullgard | 2012-10-18 | 1 | -1/+0 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -11/+11 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -0/+2 |
* | aacdec: More robust output configuration. | Alex Converse | 2012-04-16 | 1 | -5/+10 |
* | aacdec: Try to sniff a reasonable channel layout for PCE based configurations. | Alex Converse | 2012-02-09 | 1 | -3/+2 |
* | aacdec: Turn off PS for multichannel files that use PCE based configs. | Alex Converse | 2012-01-09 | 1 | -0/+1 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -0/+1 |
* | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -5/+5 |
* | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler | 2011-07-02 | 1 | -4/+5 |
* | aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding. | Justin Ruggles | 2011-05-15 | 1 | -1/+1 |
* | aacdec: remove sf_scale and sf_offset. | Alex Converse | 2011-04-27 | 1 | -2/+0 |
* | Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead | Alex Converse | 2011-04-27 | 1 | -0/+1 |
* | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -5/+5 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | aacdec: Reduce the size of buf_mdct. | Young Han Lee | 2011-02-21 | 1 | -1/+1 |
* | aacdec: Implement LTP support. | Young Han Lee | 2011-02-14 | 1 | -9/+23 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -0/+2 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -1/+0 |
* | aacdec: Rework channel mapping compatibility hacks. | Alex Converse | 2010-09-10 | 1 | -1/+0 |
* | Whitespace cosmetics | Alex Converse | 2010-06-05 | 1 | -3/+3 |
* | aac: Move an initialization macro used only by the decoder out of the header. | Alex Converse | 2010-06-05 | 1 | -6/+0 |
* | aacdec: Rename avccontext to avctx. | Alex Converse | 2010-06-05 | 1 | -1/+1 |
* | aacdec: Work around illegal files with all elem_id tags set to the same value. | Alex Converse | 2010-06-03 | 1 | -0/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add an HE-AAC v1 decoder. | Alex Converse | 2010-03-08 | 1 | -1/+3 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -4/+4 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -5/+5 |
* | AAC: Reduce depth of vlc_spectral tables to 2 | Måns Rullgård | 2010-01-13 | 1 | -1/+1 |
* | AAC: Add a global header but output not locked output configuration status. | Alex Converse | 2009-12-02 | 1 | -0/+1 |
* | Don't lock the channel output configuration based on the first value seen for | Alex Converse | 2009-11-03 | 1 | -1/+11 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -2/+2 |
* | Ignore subsequent channel configurations after the first in an AAC file. The | Alex Converse | 2009-07-10 | 1 | -0/+2 |
* | Merge the AAC encoder from SoC svn. It is still considered experimental. | Alex Converse | 2009-07-08 | 1 | -3/+16 |
* | The internal header libavutil/internal.h should not be used outside libavutil. | Diego Biurrun | 2009-06-11 | 1 | -1/+0 |
* | Move MPEG-4 AOT enum to mpeg4audio.h. | Alex Converse | 2009-03-18 | 1 | -30/+0 |
* | Fix the channel allocation bug/assumption (issue 800). | Alex Converse | 2009-03-06 | 1 | -0/+2 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2009-02-17 | 1 | -0/+1 |
* | Doxygen defgroups throw a warning if they don't have a title as well as a name | Robert Swain | 2009-02-02 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | AAC: Fix AAC prediction when used in conjunction with the CPE | Alex Converse | 2008-12-21 | 1 | -1/+1 |
* | AAC: move scratch array to context to ensure 16-byte alignment | Måns Rullgård | 2008-12-10 | 1 | -0/+1 |
* | AAC: Frequency domain prediction and hence Main profile support | Alex Converse | 2008-11-24 | 1 | -0/+19 |