| Commit message (Expand) | Author | Age | Files | Lines |
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -1/+1 |
* | lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y) | Ganesh Ajjanagadde | 2016-03-18 | 1 | -1/+5 |
* | aacenc_utils: Use temporary variable. | Reimar Döffinger | 2016-03-08 | 1 | -2/+3 |
* | aacenc: avoid double in quantize_bands. | Reimar Döffinger | 2016-03-06 | 1 | -3/+2 |
* | lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed value | Ganesh Ajjanagadde | 2016-03-01 | 1 | -2/+1 |
* | avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x)) | Claudio Freire | 2016-01-14 | 1 | -0/+5 |
* | aacenc: switch to using the RNG from libavutil | Rostislav Pehlivanov | 2015-12-14 | 1 | -10/+0 |
* | AAC encoder: improve SF range utilization | Claudio Freire | 2015-12-02 | 1 | -0/+63 |
* | avcodec/aac_tablegen: get rid of hardcoded tables entirely | Ganesh Ajjanagadde | 2015-11-28 | 1 | -1/+1 |
* | aacenc: partially revert previous commits to set options via a profile | Rostislav Pehlivanov | 2015-10-17 | 1 | -39/+0 |
* | aacenc_utils: fit find_form_factor() below 80 chars per line | Rostislav Pehlivanov | 2015-10-12 | 1 | -1/+2 |
* | aacenc: add support for changing options based on a profile | Rostislav Pehlivanov | 2015-10-12 | 1 | -0/+38 |
* | aacenc_utils: add 'inline' flag to find_form_factor, silence warning | Rostislav Pehlivanov | 2015-10-12 | 1 | -1/+1 |
* | AAC encoder: Extensive improvements | Claudio Freire | 2015-10-11 | 1 | -0/+56 |
* | AAC encoder: simplify and speed up find_min_book | Claudio Freire | 2015-09-23 | 1 | -7/+4 |
* | aacenc: copy PRNG from the decoder | Rostislav Pehlivanov | 2015-09-06 | 1 | -0/+9 |
* | aacenc: Move small misc. functions to a separate file | Rostislav Pehlivanov | 2015-08-11 | 1 | -0/+143 |