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-06aacenc: convert to lavu/txLynne
2022-08-05avcodec/aacenc: Move aac_pce_configs to its only userAndreas Rheinhardt
2022-03-15aac: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2017-11-09aacenc: support extended channel layouts using PCEsRostislav Pehlivanov
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-11-08aacenc: quit when the audio queue reaches 0 rather than keeping track of empt...Rostislav Pehlivanov
2016-10-18aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov
2016-10-12aacenc: use the decoder's lcg PRNGRostislav Pehlivanov
2016-03-09aacenc: use generational cache instead of resetting.Reimar Döffinger
2016-01-20aacenc: remove FAAC-like coderRostislav Pehlivanov
2015-12-18acenc: remove deprecated avctx->frame_bits useRostislav Pehlivanov
2015-12-14aacenc: switch to using the RNG from libavutilRostislav Pehlivanov
2015-10-17aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov
2015-10-13aacenc: shorten name of ff_aac_adjust_common_predictionRostislav Pehlivanov
2015-10-13aacenc: increase size of s->planar_samples[] from 6 to 8Rostislav Pehlivanov
2015-10-12aacenc: add support for changing options based on a profileRostislav Pehlivanov
2015-10-12AAC encoder: memoize quantize_band_costClaudio Freire
2015-10-11AAC encoder: Extensive improvementsClaudio Freire
2015-09-23AAC encoder: tweak rate-distortion logicClaudio Freire
2015-09-06aacenc: copy PRNG from the decoderRostislav Pehlivanov
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