log aaccoder.c @ 12488:351a81a23343 libavcodec

age author description
Sat, 24 Jul 2010 17:11:51 +0000 alexc aacenc: TLS: Save maximum values for each swb in a table. libavcodec
Sat, 24 Jul 2010 17:01:50 +0000 alexc 10l: Remove some commented out code that slipped in. libavcodec
Sat, 24 Jul 2010 16:36:01 +0000 alexc aacenc: TLS: Try to preserve some energy in each non-zero band. libavcodec
Sat, 24 Jul 2010 04:23:26 +0000 alexc aacenc: Prevent premature termination of the two loop search. libavcodec
Sat, 24 Jul 2010 02:10:59 +0000 alexc aacenc: Favor log2f() and sqrtf() over log2() and sqrt(). libavcodec
Fri, 23 Jul 2010 22:37:42 +0000 alexc aacenc: Factorize some scalefactor utilities. libavcodec
Mon, 19 Jul 2010 20:53:58 +0000 alexc aacenc: Convert if () abort() to assert(). libavcodec
Mon, 19 Jul 2010 18:37:45 +0000 alexc Cosmetics: Whitespace libavcodec
Fri, 16 Jul 2010 20:28:55 +0000 alexc 10l: Add a missing const. libavcodec
Fri, 16 Jul 2010 20:02:46 +0000 alexc aacenc: Template quantize_and_encode_band_cost(). libavcodec
Mon, 28 Jun 2010 21:42:57 +0000 alexc aacenc: Fill in the estimated codebook for the final computed scalefactor in the TLS. libavcodec
Fri, 28 May 2010 21:29:56 +0000 alexc aacenc: Remove an unnecessary division from the TLS. libavcodec
Fri, 28 May 2010 20:45:35 +0000 alexc Cosmetics: whitespace libavcodec
Fri, 28 May 2010 20:42:01 +0000 alexc aacenc: Remove unnecessary variables and scopes in the TLS. libavcodec
Tue, 25 May 2010 23:25:29 +0000 alexc Fix declaration after statement libavcodec
Tue, 25 May 2010 18:35:01 +0000 alexc aacenc: Split find_max_val() from find_min_book() to eliminate duplicate searches. libavcodec
Tue, 25 May 2010 18:32:59 +0000 alexc Remove useless costly inf checks from the trellis scalefactor search. libavcodec
Tue, 25 May 2010 18:31:55 +0000 alexc aacenc: Trellis over scalefactors using an estimated codebook rather than every codebook. libavcodec
Tue, 25 May 2010 18:28:18 +0000 alexc aacenc: Only trellis over a column of 61 scalefactors (reduced from 256). libavcodec
Tue, 25 May 2010 18:24:16 +0000 alexc aacenc: Factor out find_min_book so it can be used by multiple coefficient coders. libavcodec
Fri, 14 May 2010 19:38:17 +0000 alexc fmaxf -> FFMAX to fix pre-C99 systems libavcodec
Fri, 14 May 2010 16:49:51 +0000 alexc aacenc: Add a rate only trellis for codebook selection for the TLS. libavcodec
Fri, 14 May 2010 16:49:40 +0000 alexc aacenc: Use exact values when quantizing, not fuzzy values. libavcodec
Fri, 14 May 2010 16:49:30 +0000 alexc aacenc: Use an estimated codebook for the TLS (two loop search). libavcodec
Thu, 06 May 2010 20:38:42 +0000 alexc 10l: store the result of clipping added in r23035 libavcodec
Thu, 06 May 2010 20:18:36 +0000 alexc Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense." libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Wed, 24 Mar 2010 17:09:21 +0000 alexc aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). libavcodec
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