log aacenc.c @ 12354:ba503df47c2f libavcodec

age author description
Mon, 19 Jul 2010 18:22:44 +0000 alexc aacenc: Adjust array offsets for the current channel before calling ff_psy_suggest_window(). libavcodec
Mon, 19 Jul 2010 18:19:53 +0000 alexc aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset channel. libavcodec
Wed, 07 Jul 2010 21:50:50 +0000 alexc Cosmetics: whitespace libavcodec
Wed, 07 Jul 2010 21:48:51 +0000 alexc aacenc: Enforce LFE bitstream restrictions. libavcodec
Tue, 06 Jul 2010 00:06:15 +0000 mru aacenc: replace VLA with fixed size libavcodec
Mon, 28 Jun 2010 21:50:57 +0000 alexc aacenc: Start the lookahead pointer 1/4 of the way into the first short window. libavcodec
Mon, 28 Jun 2010 21:34:57 +0000 alexc aacenc: Properly pad extradata. libavcodec
Wed, 23 Jun 2010 19:30:01 +0000 alexc aactab: Tablegenify ff_aac_pow2sf_tab. libavcodec
Sat, 05 Jun 2010 19:41:52 +0000 alexc Cleanup apply_window_and_mdct(). libavcodec
Thu, 27 May 2010 14:46:31 +0000 alexc Mark AAC encoder as experimental. libavcodec
Fri, 14 May 2010 16:49:21 +0000 alexc aacenc: Select the TLS (two-loop search) as the default scalefactor coder. libavcodec
Fri, 14 May 2010 16:49:11 +0000 alexc aacenc: Fix psy logic. libavcodec
Tue, 11 May 2010 18:53:49 +0000 alexc Set cur_channel in the AAC encoder context where needed. libavcodec
Thu, 06 May 2010 20:35:10 +0000 alexc Error out when too many bits per frame are requested. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec