summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc_utils.h
Commit message (Expand)AuthorAge
* aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov2016-10-18
* aacenc: use the decoder's lcg PRNGRostislav Pehlivanov2016-10-12
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde2016-03-18
* aacenc_utils: Use temporary variable.Reimar Döffinger2016-03-08
* aacenc: avoid double in quantize_bands.Reimar Döffinger2016-03-06
* lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed valueGanesh Ajjanagadde2016-03-01
* avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x))Claudio Freire2016-01-14
* aacenc: switch to using the RNG from libavutilRostislav Pehlivanov2015-12-14
* AAC encoder: improve SF range utilizationClaudio Freire2015-12-02
* avcodec/aac_tablegen: get rid of hardcoded tables entirelyGanesh Ajjanagadde2015-11-28
* aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov2015-10-17
* aacenc_utils: fit find_form_factor() below 80 chars per lineRostislav Pehlivanov2015-10-12
* aacenc: add support for changing options based on a profileRostislav Pehlivanov2015-10-12
* aacenc_utils: add 'inline' flag to find_form_factor, silence warningRostislav Pehlivanov2015-10-12
* AAC encoder: Extensive improvementsClaudio Freire2015-10-11
* AAC encoder: simplify and speed up find_min_bookClaudio Freire2015-09-23
* aacenc: copy PRNG from the decoderRostislav Pehlivanov2015-09-06
* aacenc: Move small misc. functions to a separate fileRostislav Pehlivanov2015-08-11