| Commit message (Expand) | Author | Age | Files | Lines |
* | 10l: store the result of clipping added in r23035 | Alex Converse | 2010-05-06 | 1 | -1/+1 |
* | Make the faac inspired quantizer search make sense for a slightly narrower de... | Alex Converse | 2010-05-06 | 1 | -7/+9 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). | Alex Converse | 2010-03-24 | 1 | -114/+30 |
* | aacenc: Use preprocessor constants for trellis states and stages. | Alex Converse | 2009-09-21 | 1 | -9/+12 |
* | aacenc: Split paths in the scalefactor selection trellis into a 2-D array. | Alex Converse | 2009-09-21 | 1 | -46/+49 |
* | aacenc: Replace cbrt() with cbrtf() when the result is destined for float | Alex Converse | 2009-09-21 | 1 | -2/+2 |
* | aacenc: Multiple distortion by lambda after it's summed and not each individual | Alex Converse | 2009-09-21 | 1 | -12/+12 |
* | Cosmetics: Reindent after r19943. | Alex Converse | 2009-09-21 | 1 | -10/+10 |
* | aacenc: Don't make unnecessary compares to the escape value in tight loops. | Alex Converse | 2009-09-21 | 1 | -4/+4 |
* | Re-add search_for_ms to the coefficients encoders to silence warnings | Alex Converse | 2009-08-27 | 1 | -4/+4 |
* | 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 |