log aaccoder.c @ 11528:b0e1c40e9d07 libavcodec

age author description
Mon, 21 Sep 2009 04:32:51 +0000 alexc aacenc: Use preprocessor constants for trellis states and stages. libavcodec
Mon, 21 Sep 2009 04:15:12 +0000 alexc aacenc: Split paths in the scalefactor selection trellis into a 2-D array. libavcodec
Mon, 21 Sep 2009 03:53:39 +0000 alexc aacenc: Replace cbrt() with cbrtf() when the result is destined for float libavcodec
Mon, 21 Sep 2009 03:50:59 +0000 alexc aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodec
Mon, 21 Sep 2009 03:42:54 +0000 alexc Cosmetics: Reindent after r19943. libavcodec
Mon, 21 Sep 2009 03:41:08 +0000 alexc aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodec
Thu, 27 Aug 2009 17:46:13 +0000 alexc Re-add search_for_ms to the coefficients encoders to silence warnings libavcodec
Wed, 22 Jul 2009 03:53:30 +0000 alexc Be sure to increment our position in the coefficient array when skipping a zero libavcodec
Mon, 20 Jul 2009 21:52:03 +0000 alexc Remove an unused field from the BandCodingPath struct. libavcodec
Mon, 20 Jul 2009 20:32:27 +0000 alexc Actually use all the codebooks we are iterating over in the two-loop scalefactor search. libavcodec
Mon, 20 Jul 2009 18:27:17 +0000 alexc Fix an integer overflow in the AAC encoder. libavcodec
Fri, 17 Jul 2009 14:21:49 +0000 alexc Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. libavcodec
Fri, 17 Jul 2009 14:06:53 +0000 alexc Dead code removal in the AAC encoder. libavcodec
Thu, 16 Jul 2009 22:20:17 +0000 alexc When calculating AAC quantized band cost, don't leave garbage in the bit count libavcodec
Thu, 09 Jul 2009 17:22:59 +0000 alexc Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. libavcodec
Wed, 08 Jul 2009 23:04:22 +0000 alexc Turn on AAC rate control. libavcodec
Wed, 08 Jul 2009 21:36:33 +0000 diego cosmetics: Remove unnecessary {} around if/for blocks; libavcodec
Wed, 08 Jul 2009 21:16:06 +0000 diego cosmetics: prettyprinting, K&R style, break overly long lines libavcodec
Wed, 08 Jul 2009 20:36:45 +0000 alexc Cosmetics: Pretty print the AAC encoder. libavcodec
Wed, 08 Jul 2009 20:01:31 +0000 alexc Merge the AAC encoder from SoC svn. It is still considered experimental. libavcodec