October 8, 2016
View d2ae5f7

aacenc: add SIMD optimizations for abs_pow34 and quantization

Rostislav Pehlivanov authored on 2016/10/08 23:59:14
View 230178d

aacenc: use the decoder's lcg PRNG

Rostislav Pehlivanov authored on 2016/10/08 09:47:04
March 15, 2016
View db1a642

all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h

Ganesh Ajjanagadde authored on 2016/03/15 10:28:56
March 8, 2016
View bccc81d

lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)

Ganesh Ajjanagadde authored on 2016/03/08 11:16:29
March 7, 2016
View b60dfae

aacenc_utils: Use temporary variable.

Reimar Döffinger authored on 2016/03/07 05:25:11
March 2, 2016
View 0a04c28

aacenc: avoid double in quantize_bands.

Reimar Döffinger authored on 2016/03/02 06:53:18
March 1, 2016
View bd9c587

lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed value

Ganesh Ajjanagadde authored on 2016/03/01 12:16:16
January 14, 2016
View 62dfe1d

avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x))

Claudio Freire authored on 2016/01/14 12:38:22
December 15, 2015
View ade31b9

aacenc: switch to using the RNG from libavutil

Rostislav Pehlivanov authored on 2015/12/15 03:53:09
December 1, 2015
View ca203e9

AAC encoder: improve SF range utilization

Claudio Freire authored on 2015/12/01 15:28:36
November 28, 2015
View 79abf2d

avcodec/aac_tablegen: get rid of hardcoded tables entirely

Ganesh Ajjanagadde authored on 2015/11/28 07:01:49
October 17, 2015
View e9299df

aacenc: partially revert previous commits to set options via a profile

Rostislav Pehlivanov authored on 2015/10/17 11:15:44
October 13, 2015
View e2749ef

aacenc_utils: fit find_form_factor() below 80 chars per line

Rostislav Pehlivanov authored on 2015/10/13 01:14:50
View 0f4334d

aacenc: add support for changing options based on a profile

Rostislav Pehlivanov authored on 2015/10/13 00:50:10
October 12, 2015
View 5f760da

aacenc_utils: add 'inline' flag to find_form_factor, silence warning

Rostislav Pehlivanov authored on 2015/10/12 09:12:43