| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |