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-10-28avcodec/aaccoder: Mark function pointer arrays as constAndreas Rheinhardt
2022-08-05avcodec/aacenc_quantization: Deduplicate quantization functionsAndreas Rheinhardt
2022-08-05avcodec/aacenc_quantization: Remove always-zero function parameterAndreas Rheinhardt
2022-03-15aac: convert to new channel layout APIAnton Khirnov
2021-12-03all: Remove unused-but-set variablesAndreas Rheinhardt
2021-07-31avcodec/aaccoder: Add minimal bias in search_for_ms()Michael Niedermayer
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-03-26avcodec: stop using deprecated codec flagsJames Almer
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-10-18aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov
2016-10-12aacenc: use the decoder's lcg PRNGRostislav Pehlivanov
2016-08-13aacenc: fix various typos and an error messageRostislav Pehlivanov
2016-08-13aacenc: add a faster version of twoloop as the "fast" coderRostislav Pehlivanov
2016-01-20aacenc: remove FAAC-like coderRostislav Pehlivanov
2016-01-17AAC encoder: enforce SF delta in PNS and IS SFsClaudio Freire
2016-01-13AAC encoder: various fixes in M/S codingClaudio Freire
2016-01-13AAC encoder: avoid assertion failure on PNSClaudio Freire
2015-12-22AAC encoder: fix possible assertion failure in PNSClaudio Freire
2015-12-14aacenc: switch to using the RNG from libavutilRostislav Pehlivanov
2015-12-10AAC encoder: fix OOB access in search_for_pnsClaudio Freire
2015-12-05AAC encoder: ANMR, avoid empty search rangesClaudio Freire
2015-12-05aaccoder: prevent crash of anmr coderAndreas Cadhalpun
2015-12-02AAC encoder: improve SF range utilizationClaudio Freire
2015-11-28avcodec/aac_tablegen: get rid of hardcoded tables entirelyGanesh Ajjanagadde
2015-11-26AAC encoder: Fix application of M/S with PNSClaudio Freire
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-11AAC encoder: Extensive improvementsClaudio Freire
2015-09-26AAC encoder: fix OOB access in search_for_pnsClaudio Freire
2015-09-25AAC encoder: tweak PNS usage to be more aggressiveClaudio Freire
2015-09-17AAC encoder: refactor to resynchronize MIPS portClaudio Freire
2015-09-11aaccoder: respect cutoff when marking bands as PNSRostislav Pehlivanov
2015-09-09aaccoder: tweak PNS implementation furtherRostislav Pehlivanov
2015-09-07aaccoder: add frequency scaling and quantization correction for PNSRostislav Pehlivanov
2015-09-06aaccoder: rewrite PNS implementationRostislav Pehlivanov
2015-09-06aaccoder: use roundf() instead of ceilf()Rostislav 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-22aacenc: Add missing ff_ prefixesTimothy Gu
2015-08-21aacenc: implement the complete AAC-Main profileRostislav Pehlivanov
2015-08-21aacenc_tns: implement temporal noise shapingRostislav Pehlivanov
2015-08-21aaccoder: move the Intensity Stereo implementation outRostislav Pehlivanov
2015-08-21aaccoder: move the quantization functions to a separate fileRostislav Pehlivanov
2015-08-21aacenc: reset special bands in the main frame encoding functionRostislav Pehlivanov
2015-08-21aacenc: coding style changesRostislav Pehlivanov
2015-08-11aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov
2015-08-07aacenc: Move local encoder specific tables to a separate fileRostislav 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