summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-1/+1
|\
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
* | Do not reset channel_layout to 0.Carl Eugen Hoyos2011-05-251-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-241-1/+1
|\ \ | |/
| * aacdec: fix typo in scalefactor clipping checkJustin Ruggles2011-05-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-211-0/+1
|\ \ | |/
| * LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje2011-05-201-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-191-14/+22
|\ \ | |/
| * Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-181-10/+24
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-161-3/+3
|\ \ | |/
| * aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles2011-05-151-3/+3
* | aacdec: add decode_channel_map overread checkReimar Döffinger2011-05-071-0/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-281-28/+23
|\ \ | |/
| * aacdec: remove sf_scale and sf_offset.Alex Converse2011-04-271-18/+8
| * aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles2011-04-271-1/+1
| * Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-271-3/+3
| * Large intensity stereo and PNS indices are legal. Clip them instead ofAlex Converse2011-04-271-11/+16
* | aacdec: Allow selecting float output at runtime.Reimar Döffinger2011-04-251-28/+10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-0/+9
|\ \ | |/
| * Add some debug log messages to AAC extradataAlex Converse2011-04-221-0/+9
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-231-10/+9
|\ \ | |/
| * aacdec: indentation cosmeticsYoung Han Lee2011-04-221-10/+9
* | 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
OpenPOWER on IntegriCloud