summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-131-6/+6
|\
| * Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-111-6/+6
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-061-2/+2
|\ \ | |/
| * Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau2011-04-051-2/+2
* | Float output for libavcodec AAC decoderclsid22011-04-031-1/+25
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-3/+5
|\ \ | |/
| * Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
| * Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-191-0/+1
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo2011-03-071-2/+2
| * aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-211-8/+11
| * aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee2011-02-191-5/+7
| * aacdec: Implement LTP support.Young Han Lee2011-02-141-10/+146
| * Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-031-1/+1
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-1/+3
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-10/+10
| * aacdec: Convert some loop copies into memcpy()s.Alex Converse2011-01-281-6/+3
| * cosmetics: indentation and spacingJustin Ruggles2011-01-281-2/+2
| * Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-26/+16
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
| * Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-231-8/+0
* | aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo2011-03-081-2/+2
* | aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-221-8/+11
* | aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee2011-02-201-5/+7
* | aacdec: Implement LTP support.Young Han Lee2011-02-151-10/+146
* | Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-041-1/+1
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-041-1/+3
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-021-10/+10
* | aacdec: Convert some loop copies into memcpy()s.Alex Converse2011-01-301-6/+3
* | cosmetics: indentation and spacingJustin Ruggles2011-01-281-2/+2
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-26/+16
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
* | Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-231-8/+0
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-5/+5
* aaclatm: Eliminate dummy packets due to muxlength calculation.Alex Converse2010-11-071-2/+2
* aacdec: consume the audio specific config during LATM parsingJanne Grunau2010-11-041-0/+2
* aacdec: change type of data in decode_audio_specific_config parametersJanne Grunau2010-11-021-1/+1
* Add single stream LATM/LOAS decoderJanne Grunau2010-11-021-0/+279
* aacdec: pass avctx as logging context for decode_audio_specific_configJanne Grunau2010-11-021-19/+30
* aacdec: refactor the actual aac decoding code into its own functionJanne Grunau2010-11-021-23/+34
* aacdec: return consumed bits in decode_audio_specific_configJanne Grunau2010-11-021-2/+2
* aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_configJanne Grunau2010-11-021-13/+16
* aacdec: Rework channel mapping compatibility hacks.Alex Converse2010-09-101-23/+4
* aacdec: Only load and write each predictor variable once.Alex Converse2010-07-241-9/+12
* aacdec: 4% faster main profile decoding.Alex Converse2010-07-241-4/+7
* aacdec: Eliminate the use of doubles in the MAIN predictor.Alex Converse2010-07-121-2/+2
* aacdec: Eliminate the use of doubles in decode_cce().Alex Converse2010-07-121-2/+2
* aacdec: Use a LUT to generate CCE scale.Alex Converse2010-07-121-1/+8
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-121-1/+1
OpenPOWER on IntegriCloud