]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/aaccoder.c
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.
[frescor/ffmpeg.git] / libavcodec / aaccoder.c
2009-09-21 alexcaacenc: Use preprocessor constants for trellis states...
2009-09-21 alexcaacenc: Split paths in the scalefactor selection trelli...
2009-09-21 alexcaacenc: Replace cbrt() with cbrtf() when the result...
2009-09-21 alexcaacenc: Multiple distortion by lambda after it's summed...
2009-09-21 alexcCosmetics: Reindent after r19943.
2009-09-21 alexcaacenc: Don't make unnecessary compares to the escape...
2009-08-27 alexcRe-add search_for_ms to the coefficients encoders to...
2009-07-22 alexcBe sure to increment our position in the coefficient...
2009-07-20 alexcRemove an unused field from the BandCodingPath struct.
2009-07-20 alexcActually use all the codebooks we are iterating over...
2009-07-20 alexcFix an integer overflow in the AAC encoder.
2009-07-17 alexcReplace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a...
2009-07-17 alexcDead code removal in the AAC encoder.
2009-07-16 alexcWhen calculating AAC quantized band cost, don't leave...
2009-07-09 alexcChange fminf/fmaxf to FFMIN/FFMAX to fix the build...
2009-07-08 alexcTurn on AAC rate control.
2009-07-08 diegocosmetics: Remove unnecessary {} around if/for blocks;
2009-07-08 diegocosmetics: prettyprinting, K&R style, break overly...
2009-07-08 alexcCosmetics: Pretty print the AAC encoder.
2009-07-08 alexcMerge the AAC encoder from SoC svn. It is still conside...