| Commit message (Expand) | Author | Age | Files | Lines |
* | Be sure to increment our position in the coefficient array when skipping a zero | Alex Converse | 2009-07-22 | 1 | -1/+3 |
* | Remove an unused field from the BandCodingPath struct. | Alex Converse | 2009-07-20 | 1 | -1/+0 |
* | Actually use all the codebooks we are iterating over in the two-loop scalefac... | Alex Converse | 2009-07-20 | 1 | -1/+1 |
* | Fix an integer overflow in the AAC encoder. | Alex Converse | 2009-07-20 | 1 | -2/+2 |
* | Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. | Alex Converse | 2009-07-17 | 1 | -5/+8 |
* | Dead code removal in the AAC encoder. | Alex Converse | 2009-07-17 | 1 | -5/+0 |
* | When calculating AAC quantized band cost, don't leave garbage in the bit count | Alex Converse | 2009-07-16 | 1 | -0/+2 |
* | Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. | Alex Converse | 2009-07-09 | 1 | -9/+9 |
* | Turn on AAC rate control. | Alex Converse | 2009-07-08 | 1 | -14/+5 |
* | cosmetics: Remove unnecessary {} around if/for blocks; | Diego Biurrun | 2009-07-08 | 1 | -22/+17 |
* | cosmetics: prettyprinting, K&R style, break overly long lines | Diego Biurrun | 2009-07-08 | 1 | -67/+79 |
* | Cosmetics: Pretty print the AAC encoder. | Alex Converse | 2009-07-08 | 1 | -169/+169 |
* | Merge the AAC encoder from SoC svn. It is still considered experimental. | Alex Converse | 2009-07-08 | 1 | -0/+1037 |