| Commit message (Expand) | Author | Age | Files | Lines |
* | AAC encoder: check for NaNs/inf in TNS gain | Claudio Freire | 2016-01-21 | 1 | -7/+10 |
* | libavcodec/aacenc_tnc.c: remove unused variable w2 | Claudio Freire | 2016-01-17 | 1 | -1/+1 |
* | AAC encoder: TNS fixes on short windows | Claudio Freire | 2016-01-17 | 1 | -11/+7 |
* | aacenc_tns: use 4 bits for short windows | Rostislav Pehlivanov | 2015-12-08 | 1 | -1/+1 |
* | aacenc_tns: tune and reduce artifacts | Rostislav Pehlivanov | 2015-12-06 | 1 | -40/+26 |
* | aacenc_ltp: use an AR filter for LTP encoding as well | Rostislav Pehlivanov | 2015-12-05 | 1 | -14/+5 |
* | aacenc_tns: rework TNS descision logic | Rostislav Pehlivanov | 2015-10-17 | 1 | -35/+40 |
* | aacenc_tns: simplify encoding function | Rostislav Pehlivanov | 2015-10-17 | 1 | -18/+18 |
* | aacenc_tns: disable coefficient compression by default | Rostislav Pehlivanov | 2015-10-17 | 1 | -11/+15 |
* | aacenc_tns: add moving average filter for LTP | Rostislav Pehlivanov | 2015-10-17 | 1 | -5/+16 |
* | aacenc_tns: fix coefficient compression condition | Rostislav Pehlivanov | 2015-09-16 | 1 | -1/+1 |
* | aacenc_tns: encode coefficients directly and reenable compression | Rostislav Pehlivanov | 2015-09-12 | 1 | -8/+25 |
* | aacenc_tns: redo coefficient quantization and decision making | Rostislav Pehlivanov | 2015-09-12 | 1 | -26/+34 |
* | aacenc_tns: adjust coefficient calculation, add double filter support | Rostislav Pehlivanov | 2015-09-05 | 1 | -18/+30 |
* | aacenc_tns: rework coefficient quantization and filter application | Rostislav Pehlivanov | 2015-09-01 | 1 | -125/+78 |
* | aacenc_tns: do not limit the filter size | Rostislav Pehlivanov | 2015-08-29 | 1 | -3/+2 |
* | lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinson | Rostislav Pehlivanov | 2015-08-29 | 1 | -2/+2 |
* | aacenc_tns: fix out-of-bounds array access | Rostislav Pehlivanov | 2015-08-29 | 1 | -1/+4 |
* | aacenc_tns: actually apply TNS filter to the coefficients | Rostislav Pehlivanov | 2015-08-29 | 1 | -2/+0 |
* | aacenc: initialize LPC context with MAX_LPC_ORDER | Rostislav Pehlivanov | 2015-08-29 | 1 | -1/+1 |
* | aacenc_tns: fix triggering an assertion with assert-level=2 | Rostislav Pehlivanov | 2015-08-29 | 1 | -2/+2 |
* | aacenc_tns: rework the way coefficients are calculated | Rostislav Pehlivanov | 2015-08-29 | 1 | -112/+99 |
* | aacenc_tns: temporarily disable | Rostislav Pehlivanov | 2015-08-22 | 1 | -0/+3 |
* | aacenc: Add missing ff_ prefixes | Timothy Gu | 2015-08-22 | 1 | -3/+4 |
* | aacenc_tns: remove unused header | Rostislav Pehlivanov | 2015-08-21 | 1 | -1/+0 |
* | aacenc_tns: re-enable coefficient compression | Rostislav Pehlivanov | 2015-08-21 | 1 | -7/+11 |
* | aacenc_tns: temporarily disable coefficient compression | Rostislav Pehlivanov | 2015-08-21 | 1 | -4/+4 |
* | aacenc_tns: implement temporal noise shaping | Rostislav Pehlivanov | 2015-08-21 | 1 | -0/+235 |