| Commit message (Expand) | Author | Age | Files | Lines |
* | AAC encoder: use signed coeffs when measuring IS energy | Claudio Freire | 2016-01-17 | 1 | -2/+2 |
* | avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x)) | Claudio Freire | 2016-01-14 | 1 | -1/+1 |
* | AAC encoder: encode out-of-phase I/S efficiently | Claudio Freire | 2016-01-13 | 1 | -1/+8 |
* | AAC encoder: fix I/S relative error evaluation | Claudio Freire | 2016-01-13 | 1 | -1/+1 |
* | AAC encoder: in IS, fix index of sf_idx, band_type | Claudio Freire | 2016-01-13 | 1 | -10/+5 |
* | aacenc_is: rename variable | Rostislav Pehlivanov | 2015-12-21 | 1 | -5/+5 |
* | AAC encoder: improve SF range utilization | Claudio Freire | 2015-12-02 | 1 | -2/+9 |
* | AAC encoder: Extensive improvements | Claudio Freire | 2015-10-11 | 1 | -10/+18 |
* | aacenc_is: take absolute coefficient value upon energy calculations | Rostislav Pehlivanov | 2015-09-06 | 1 | -2/+2 |
* | aacenc_is: ignore PNS band types | Rostislav Pehlivanov | 2015-09-06 | 1 | -0/+5 |
* | aacenc_is: add a flag to use pure coefficients instead | Rostislav Pehlivanov | 2015-09-05 | 1 | -18/+18 |
* | aacenc_is: rename struct to follow guidelines | Rostislav Pehlivanov | 2015-08-22 | 1 | -5/+5 |
* | aacenc: Add missing ff_ prefixes | Timothy Gu | 2015-08-22 | 1 | -10/+10 |
* | aaccoder: move the Intensity Stereo implementation out | Rostislav Pehlivanov | 2015-08-21 | 1 | -0/+136 |