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
2022-11-06aacdec: convert to lavu/tx and support fixed-point 960-sample decodingLynne
2022-07-30avcodec/aacdec: print a log message when treating mono HE-AAC as stereoJames Almer
2022-03-15aac: convert to new channel layout APIAnton Khirnov
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-04-05lavc/aacdec_template: Only warn once about unusual 7.1 encoding.Carl Eugen Hoyos
2019-01-01avcodec/aacdec_fixed: Provide context to av_log()Michael Niedermayer
2018-02-22Parse and drop gain control data, so that SSR packets decode.Dale Curtis
2017-08-25avcodec/aac: Add floating point 960/120 MDCT windowPaul B Mahol
2017-02-14imdct15: rename to mdct15 and add a forward transformRostislav Pehlivanov
2015-11-28avcodec/aac_tablegen: get rid of hardcoded tables entirelyGanesh Ajjanagadde
2015-10-17aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov
2015-10-11AAC encoder: Extensive improvementsClaudio Freire
2015-08-29aac: remove now-unused redundant arrayRostislav Pehlivanov
2015-08-29aacenc_pred: rework the way prediction is doneRostislav Pehlivanov
2015-08-21aacenc: implement the complete AAC-Main profileRostislav Pehlivanov
2015-08-21aacenc_tns: implement temporal noise shapingRostislav Pehlivanov
2015-08-21aaccoder: move the quantization functions to a separate fileRostislav Pehlivanov
2015-07-27AAC Encoder: clipping avoidanceClaudio Freire
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) [2/4]Jovan Zelincevic
2015-06-28aac: add additional fields needed by the encoder for intensity stereoRostislav Pehlivanov
2015-04-14aacenc: Adjust the initial offset for PNS valuesRostislav Pehlivanov
2015-04-13aacenc: Add support for Perceptual Noise Substitution energy valuesRostislav Pehlivanov
2015-03-03AAC: Fix M/S stereo encodingClaudio Freire
2015-03-01Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer
2015-02-28lavc: remove unused traces of fmtconvert usageAnton Khirnov
2015-02-04Merge commit 'd615187f74ddf3413778a8b5b7ae17255b0df88e'Michael Niedermayer
2015-02-04aacdec: Support for ER AAC ELD 480.Alex Converse
2014-12-02avcodec/aacdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-11-09avcodec/aacdec: Skip processing channel elements which have not been presentMichael Niedermayer
2014-10-24avcodec/aacdec: warn user when remapping streams.Benoit Fouet
2014-05-25avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macroMichael Niedermayer
2013-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-23aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse
2013-09-19Merge commit '1914e6f010b3320025c7b692aaea51d9b9a992a8'Michael Niedermayer
2013-09-18aacdec: Add support for LD (Low Delay) AACAlex Converse
2013-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-03-08Revert "aacdec: Reconfigure output as needed, disable pop_output_configuratio...Michael Niedermayer
2013-03-07aacdec: Reconfigure output as needed, disable pop_output_configuration()Michael Niedermayer
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-22mips: optimization for float aac decoder (sbr module)Mirjana Vulin
2013-02-13Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer
2013-02-12aac: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-31mips: optimization for float aac decoder (core module)Mirjana Vulin
2013-01-23Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-12-30aacdec: make dual mono mode selectable through AVOptions too.Michael Niedermayer