summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
Commit message (Expand)AuthorAge
* 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