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
2015-09-01aacenc_tns: rework coefficient quantization and filter applicationRostislav Pehlivanov
2015-08-29aacenc_tns: rework the way coefficients are calculatedRostislav 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-21aacenc: do not reject AAC-Main profileRostislav Pehlivanov
2015-08-21aaccoder: move the quantization functions to a separate fileRostislav Pehlivanov
2015-08-21aacenc: create and initialize an LTP contextRostislav Pehlivanov
2015-08-01aacenc: remove redundant argument from coder functionsRostislav Pehlivanov
2015-07-27AAC Encoder: clipping avoidanceClaudio Freire
2015-07-21aacenc: move the generation of ff_aac_pow34sf_tab[]Rostislav Pehlivanov
2015-07-05aacenc: implement Intensity Stereo encoding supportRostislav Pehlivanov
2015-07-05aaccoder: add a new perceptual noise substitution implementationRostislav Pehlivanov
2015-07-05aacenc: use the new function for setting special band scalefactor indicesRostislav Pehlivanov
2015-04-15aaccoder: Implement Perceptual Noise Substitution for AACRostislav Pehlivanov
2014-11-29avcodec/aacenc: Use avpriv_float_dsp_alloc()Michael Niedermayer
2013-09-12avcodec/aacenc: use enum for aac coder.Michael Niedermayer
2013-09-12aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macrosTimothy Gu
2013-03-20mips: Optimization of AAC coefficients encoder functionsBojan Zivkovic
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21aacenc: use AVCodec.encode2()Justin Ruggles
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-23aacenc: Deinterleave input samples before processing.Nathan Caldwell
2012-01-23aacenc: Store channel count in AACEncContext.Nathan Caldwell
2012-01-23aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell
2012-01-23aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell
2011-11-28aacenc: make the aac coder user choosable.Michael Niedermayer
2011-11-28aacenc: add AAC_CODER_NBMichael Niedermayer
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-30aacenc: Make chan_map const correctAlex Converse
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-28aacenc: Save channel configuration for later use.Nathan Caldwell
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02aacenc: Add stereo_mode option.Nathan Caldwell
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-09aacenc: Fix a segfault in search_for_quantizersNathan Caldwell
2011-03-08aacenc: Fix a segfault in search_for_quantizersNathan Caldwell
2011-03-08aacenc: remove the data arraysYoung Han Lee
2011-03-07aacenc: remove the data arraysYoung Han Lee
2010-05-14aacenc: Use exact values when quantizing, not fuzzy values.Alex Converse
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård