summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAge
* Add some debug log messages to AAC extradataAlex Converse2011-04-22
* aacdec: indentation cosmeticsYoung Han Lee2011-04-22
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-11
* Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau2011-04-05
* Move sine windows to a separate fileMans Rullgard2011-03-20
* Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-19
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo2011-03-07
* aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-21
* aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee2011-02-19
* aacdec: Implement LTP support.Young Han Lee2011-02-14
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-03
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* aacdec: Convert some loop copies into memcpy()s.Alex Converse2011-01-28
* cosmetics: indentation and spacingJustin Ruggles2011-01-28
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-23
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* aaclatm: Eliminate dummy packets due to muxlength calculation.Alex Converse2010-11-07
* aacdec: consume the audio specific config during LATM parsingJanne Grunau2010-11-04
* aacdec: change type of data in decode_audio_specific_config parametersJanne Grunau2010-11-02
* Add single stream LATM/LOAS decoderJanne Grunau2010-11-02
* aacdec: pass avctx as logging context for decode_audio_specific_configJanne Grunau2010-11-02
* aacdec: refactor the actual aac decoding code into its own functionJanne Grunau2010-11-02
* aacdec: return consumed bits in decode_audio_specific_configJanne Grunau2010-11-02
* aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_configJanne Grunau2010-11-02
* aacdec: Rework channel mapping compatibility hacks.Alex Converse2010-09-10
* aacdec: Only load and write each predictor variable once.Alex Converse2010-07-24
* aacdec: 4% faster main profile decoding.Alex Converse2010-07-24
* aacdec: Eliminate the use of doubles in the MAIN predictor.Alex Converse2010-07-12
* aacdec: Eliminate the use of doubles in decode_cce().Alex Converse2010-07-12
* aacdec: Use a LUT to generate CCE scale.Alex Converse2010-07-12
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-12
* aacdec: Remove the warning about non-meaningful window transitions.Alex Converse2010-07-12
* aacdec: remove checks for impossible error conditionsMåns Rullgård2010-07-07
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-23
* aacdec: cosmetics: (more) whitespaceAlex Converse2010-06-21
* aacdec: cosmetics: whitespaceAlex Converse2010-06-21
* aacdec: Factorize if (elem_type < TYPE_DSE).Alex Converse2010-06-21
* aacdec: Handle the first frame being empty case.Alex Converse2010-06-21
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-19
* aac: Move an initialization macro used only by the decoder out of the header.Alex Converse2010-06-05
* Rename aac.c to aacdec.c.Alex Converse2010-06-05