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-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-03-18lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde
2016-03-09aacenc_utils: Use temporary variable.Reimar Döffinger
2016-03-06aacenc: avoid double in quantize_bands.Reimar Döffinger
2016-03-02lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed valueGanesh Ajjanagadde
2016-01-14avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x))Claudio Freire
2015-12-14aacenc: switch to using the RNG from libavutilRostislav Pehlivanov
2015-12-02AAC encoder: improve SF range utilizationClaudio Freire
2015-11-28avcodec/aac_tablegen: get rid of hardcoded tables entirelyGanesh Ajjanagadde
2015-10-17aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov
2015-10-12aacenc_utils: fit find_form_factor() below 80 chars per lineRostislav Pehlivanov
2015-10-12aacenc: add support for changing options based on a profileRostislav Pehlivanov
2015-10-12aacenc_utils: add 'inline' flag to find_form_factor, silence warningRostislav Pehlivanov
2015-10-11AAC encoder: Extensive improvementsClaudio Freire
2015-09-23AAC encoder: simplify and speed up find_min_bookClaudio Freire
2015-09-06aacenc: copy PRNG from the decoderRostislav Pehlivanov
2015-08-11aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov