Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-04avcodec/aacdec_template: skip apply_tns() if max_sfb is 0 (from previous head...Michael Niedermayer
2019-06-04avcodec/aacdec_template: Merge 3 #ifs related to noise handlingMichael Niedermayer
2019-01-01avcodec/aacdec_fixed: Provide context to av_log()Michael Niedermayer
2018-10-12avcodec/aacdec_template: Allow duplicated elementsMichael Niedermayer
2018-08-04avcodec/aacdec_template: Check for duplicate elementsMichael Niedermayer
2018-04-19aac: Rework extradata parsing codeVittorio Giovara
2018-02-22Parse and drop gain control data, so that SSR packets decode.Dale Curtis
2018-02-20avcodec/aacdec_templat: Fix integer overflow in apply_ltp()Michael Niedermayer
2017-10-31Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'James Almer
2017-10-04avcodec/aacdec_template: Clear tns present flag on errorMichael Niedermayer
2017-08-25avcodec/aac: Add floating point 960/120 MDCT windowPaul B Mahol
2017-08-22avcodec/aacdec_template: Fix running cleanup in decode_ics_info()Michael Niedermayer
2017-08-09avcodec/aacdec: Fix PCE channel_layout verificationNicolas Sugino
2017-07-18avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid un...Michael Niedermayer
2017-07-16avcodec/aacdec_template: Fix undefined integer overflow in apply_tns()Michael Niedermayer
2017-07-12aacdec_template: fix non-power-of-two MDCT scale signRostislav Pehlivanov
2017-07-11mdct15: remove redundant scale argument to imdct_halfRostislav Pehlivanov
2017-05-19avcodec/aacsbr_fixed: Fix multiple runtime error: left shift of negative valu...Michael Niedermayer
2017-05-17avcodec/aacdec_template: Fix fixed point scale in decode_cce()Michael Niedermayer
2017-05-11avcodec/aacdec_fixed: Fix various integer overflowsMichael Niedermayer
2017-05-07avcodec/aacdec_template: Do not decode 2nd PCE if it will lead to failureMichael Niedermayer
2017-03-09aacdec: do not mutate input packet metadatawm4
2017-02-22aacdec: When ignoring a PCE restore the previous configAlex Converse
2017-02-14imdct15: rename to mdct15 and add a forward transformRostislav Pehlivanov
2017-02-13aac_latm: Align inband PCE to the start of the payloadAlex Converse
2017-02-13aacsbr: Associate SBR data with AAC elements on initAlex Converse
2017-02-13aac_latm: Allow unaligned AudioSpecificConfigAlex Converse
2016-12-09aacdec: Rename elem_type_prev to che_prev_type.Alex Converse
2016-12-09aacdec: Allow SBR after DRC.Alex Converse
2016-12-03lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos
2016-03-13Move cbrt tables to separate cbrt_data(_fixed).c files.Reimar Döffinger
2016-01-10avcodec/aacdec_template: Check id_mapMichael Niedermayer
2016-01-01Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes
2015-11-27aac: temporarily un-share aac_table_init AVOnce variableRostislav Pehlivanov
2015-11-27aacenc: make threadsafeRostislav Pehlivanov
2015-11-10aacdec: don't return frames without data from aac_decode_er_frameAndreas Cadhalpun
2015-10-21aacdec: fix strict prototype warningHendrik Leppkes
2015-10-15aac: Make codec init run under ff_thread_onceDerek Buitenhuis
2015-08-03avcodec/aacdec: Fix integer overflow in argument to decode_audio_specific_con...Michael Niedermayer
2015-08-03libavcodec/aacdec_template: Use init_get_bits8() in aac_decode_frame()Emanuel Czirai
2015-07-29avcodec/aacdec_fixed: Fix preparation for resamplerNedeljko Babic
2015-07-28avcodec/aac_fixed: Fix a bug in spectral_to_sample()Nedeljko Babic
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-25avcodec/aactab: Add ff_aac_eld_window_480_fixedMichael Niedermayer
2015-07-20avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut
2015-07-09libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4]Djordje Pesut
2015-07-09libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4]Jovan Zelincevic