summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aacdec_template: Clear tns present flag on errorMichael Niedermayer2017-10-041-16/+28
* avcodec/aac: Add floating point 960/120 MDCT windowPaul B Mahol2017-08-241-7/+117
* avcodec/aacdec_template: Fix running cleanup in decode_ics_info()Michael Niedermayer2017-08-221-4/+9
* avcodec/aacdec: Fix PCE channel_layout verificationNicolas Sugino2017-08-091-1/+1
* avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid un...Michael Niedermayer2017-07-181-0/+8
* avcodec/aacdec_template: Fix undefined integer overflow in apply_tns()Michael Niedermayer2017-07-161-2/+3
* aacdec_template: fix non-power-of-two MDCT scale signRostislav Pehlivanov2017-07-121-1/+1
* mdct15: remove redundant scale argument to imdct_halfRostislav Pehlivanov2017-07-111-2/+2
* avcodec/aacsbr_fixed: Fix multiple runtime error: left shift of negative valu...Michael Niedermayer2017-05-191-2/+2
* avcodec/aacdec_template: Fix fixed point scale in decode_cce()Michael Niedermayer2017-05-171-1/+5
* avcodec/aacdec_fixed: Fix various integer overflowsMichael Niedermayer2017-05-111-2/+2
* avcodec/aacdec_template: Do not decode 2nd PCE if it will lead to failureMichael Niedermayer2017-05-071-2/+12
* aacdec: do not mutate input packet metadatawm42017-03-091-6/+2
* aacdec: When ignoring a PCE restore the previous configAlex Converse2017-02-211-0/+1
* imdct15: rename to mdct15 and add a forward transformRostislav Pehlivanov2017-02-141-2/+2
* aac_latm: Align inband PCE to the start of the payloadAlex Converse2017-02-131-1/+4
* aacsbr: Associate SBR data with AAC elements on initAlex Converse2017-02-131-1/+1
* aac_latm: Allow unaligned AudioSpecificConfigAlex Converse2017-02-131-30/+52
* aacdec: Rename elem_type_prev to che_prev_type.Alex Converse2016-12-081-4/+4
* aacdec: Allow SBR after DRC.Alex Converse2016-12-081-2/+4
* lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos2016-12-031-1/+1
* Move cbrt tables to separate cbrt_data(_fixed).c files.Reimar Döffinger2016-03-131-2/+2
* avcodec/aacdec_template: Check id_mapMichael Niedermayer2016-01-101-0/+4
* Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-011-12/+0
* aac: temporarily un-share aac_table_init AVOnce variableRostislav Pehlivanov2015-11-271-0/+2
* aacenc: make threadsafeRostislav Pehlivanov2015-11-271-3/+1
* aacdec: don't return frames without data from aac_decode_er_frameAndreas Cadhalpun2015-11-101-0/+5
* aacdec: fix strict prototype warningHendrik Leppkes2015-10-211-1/+1
* aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-151-34/+46
* avcodec/aacdec: Fix integer overflow in argument to decode_audio_specific_con...Michael Niedermayer2015-08-031-4/+9
* libavcodec/aacdec_template: Use init_get_bits8() in aac_decode_frame()Emanuel Czirai2015-08-031-1/+1
* avcodec/aacdec_fixed: Fix preparation for resamplerNedeljko Babic2015-07-291-1/+2
* avcodec/aac_fixed: Fix a bug in spectral_to_sample()Nedeljko Babic2015-07-281-5/+5
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-2/+2
* avcodec/aactab: Add ff_aac_eld_window_480_fixedMichael Niedermayer2015-07-251-1/+1
* avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut2015-07-201-7/+7
* libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4]Djordje Pesut2015-07-091-125/+296
* libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4]Jovan Zelincevic2015-07-091-0/+3052