summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
Commit message (Expand)AuthorAgeFilesLines
...
* | aacdec: simplify dmonoMichael Niedermayer2012-12-301-2/+1
* | Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa'Michael Niedermayer2012-11-261-3/+4
|\ \ | |/
| * aacdec: use float planar sample format for outputJustin Ruggles2012-11-251-3/+4
* | Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2'Michael Niedermayer2012-10-191-1/+0
|\ \ | |/
| * aac: fix build with hardcoded tablesMans Rullgard2012-10-181-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-11/+11
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-11/+11
* | aacdec: add support for dual mono in Japanese DTVAkihiro Tsukada2012-09-151-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-081-0/+2
|\ \ | |/
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-081-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-181-5/+10
|\ \ | |/
| * aacdec: More robust output configuration.Alex Converse2012-04-161-5/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-111-3/+2
|\ \ | |/
| * aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse2012-02-091-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-101-0/+1
|\ \ | |/
| * aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse2012-01-091-0/+1
* | Support "VLB " audio in NSV files.Reimar Döffinger2011-12-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-0/+1
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-261-5/+5
|\ \ | |/
| * doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-261-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-031-4/+5
|\ \ | |/
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-4/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-161-1/+1
|\ \ | |/
| * aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles2011-05-151-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-281-2/+1
|\ \ | |/
| * aacdec: remove sf_scale and sf_offset.Alex Converse2011-04-271-2/+0
| * Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-271-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-5/+5
|\ \ | |/
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-5/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-211-1/+1
| * aacdec: Implement LTP support.Young Han Lee2011-02-141-9/+23
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-0/+2
| * Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-1/+0
* | aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-221-1/+1
* | aacdec: Implement LTP support.Young Han Lee2011-02-151-9/+23
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-041-0/+2
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-1/+0
|/
* aacdec: Rework channel mapping compatibility hacks.Alex Converse2010-09-101-1/+0
* Whitespace cosmeticsAlex Converse2010-06-051-3/+3
* aac: Move an initialization macro used only by the decoder out of the header.Alex Converse2010-06-051-6/+0
* aacdec: Rename avccontext to avctx.Alex Converse2010-06-051-1/+1
* aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse2010-06-031-0/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add an HE-AAC v1 decoder.Alex Converse2010-03-081-1/+3
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-4/+4
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-5/+5
* AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård2010-01-131-1/+1