summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
Commit message (Expand)AuthorAge
...
* aacenc: Replace cbrt() with cbrtf() when the result is destined for floatAlex Converse2009-09-21
* aacenc: Multiple distortion by lambda after it's summed and not each individualAlex Converse2009-09-21
* Cosmetics: Reindent after r19943.Alex Converse2009-09-21
* aacenc: Don't make unnecessary compares to the escape value in tight loops.Alex Converse2009-09-21
* Re-add search_for_ms to the coefficients encoders to silence warningsAlex Converse2009-08-27
* Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse2009-07-22
* Remove an unused field from the BandCodingPath struct.Alex Converse2009-07-20
* Actually use all the codebooks we are iterating over in the two-loop scalefac...Alex Converse2009-07-20
* Fix an integer overflow in the AAC encoder.Alex Converse2009-07-20
* Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.Alex Converse2009-07-17
* Dead code removal in the AAC encoder.Alex Converse2009-07-17
* When calculating AAC quantized band cost, don't leave garbage in the bit countAlex Converse2009-07-16
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-09
* Turn on AAC rate control.Alex Converse2009-07-08
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-08
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-08
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-08
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08