aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aaccoder.c
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* aacenc: Merge quantize_band_cost() with quantize_and_encode_band().Alex Converse2010-03-241-114/+30
* aacenc: Use preprocessor constants for trellis states and stages.Alex Converse2009-09-211-9/+12
* aacenc: Split paths in the scalefactor selection trellis into a 2-D array.Alex Converse2009-09-211-46/+49
* aacenc: Replace cbrt() with cbrtf() when the result is destined for floatAlex Converse2009-09-211-2/+2
* aacenc: Multiple distortion by lambda after it's summed and not each individualAlex Converse2009-09-211-12/+12
* Cosmetics: Reindent after r19943.Alex Converse2009-09-211-10/+10
* aacenc: Don't make unnecessary compares to the escape value in tight loops.Alex Converse2009-09-211-4/+4
* Re-add search_for_ms to the coefficients encoders to silence warningsAlex Converse2009-08-271-4/+4
* Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse2009-07-221-1/+3
* Remove an unused field from the BandCodingPath struct.Alex Converse2009-07-201-1/+0
* Actually use all the codebooks we are iterating over in the two-loop scalefac...Alex Converse2009-07-201-1/+1
* Fix an integer overflow in the AAC encoder.Alex Converse2009-07-201-2/+2
* Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.Alex Converse2009-07-171-5/+8
* Dead code removal in the AAC encoder.Alex Converse2009-07-171-5/+0
* When calculating AAC quantized band cost, don't leave garbage in the bit countAlex Converse2009-07-161-0/+2
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-091-9/+9
* Turn on AAC rate control.Alex Converse2009-07-081-14/+5
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-081-22/+17
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-081-67/+79
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-081-169/+169
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-081-0/+1037