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
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
2015-07-05aacenc: implement Intensity Stereo encoding supportRostislav Pehlivanov
2015-07-05aaccoder: add a new perceptual noise substitution implementationRostislav Pehlivanov
2015-07-05aaccoder: remove previous PNS implementation from twoloopRostislav Pehlivanov
2015-07-05aacenc: use the new function for setting special band scalefactor indicesRostislav Pehlivanov
2015-07-03aaccoder: fix M/S codingRostislav Pehlivanov
2015-06-29aacenc: add support for coding of intensity stereo scalefactor indicesRostislav Pehlivanov
2015-06-28aaccoder: add intensity stereo support to encode_window_bands_info quantizerRostislav Pehlivanov
2015-06-28aaccoder: add intensity stereo coding support for the trellis quantizerRostislav Pehlivanov
2015-04-18aaccoder: use put_sbits()James Almer