summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* | Do not reset channel_layout to 0.Carl Eugen Hoyos2011-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-24
|\|
| * aacdec: fix typo in scalefactor clipping checkJustin Ruggles2011-05-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-21
|\|
| * LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje2011-05-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-19
|\|
| * Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-18
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-16
|\|
| * aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles2011-05-15
* | aacdec: add decode_channel_map overread checkReimar Döffinger2011-05-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-28
|\|
| * aacdec: remove sf_scale and sf_offset.Alex Converse2011-04-27
| * aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles2011-04-27
| * Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-27
| * Large intensity stereo and PNS indices are legal. Clip them instead ofAlex Converse2011-04-27
* | aacdec: Allow selecting float output at runtime.Reimar Döffinger2011-04-25
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * Add some debug log messages to AAC extradataAlex Converse2011-04-22
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-23
|\|
| * aacdec: indentation cosmeticsYoung Han Lee2011-04-22
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-13
|\|
| * Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-11
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-06
|\|
| * Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau2011-04-05
* | Float output for libavcodec AAC decoderclsid22011-04-03
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * 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
* | aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo2011-03-08
* | aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-22
* | aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee2011-02-20
* | aacdec: Implement LTP support.Young Han Lee2011-02-15
* | Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-04
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-04