log aacenc.c @ 12514:e6d711ba5760 libavcodec

age author description
Tue, 31 Aug 2010 00:33:56 +0000 alexc aacenc: Remove an unused variable from adjust_frame_information(). libavcodec
Tue, 31 Aug 2010 00:31:17 +0000 alexc aacenc: Don't set s->cur_channel before apply_window_and_mdct(). libavcodec
Mon, 30 Aug 2010 23:52:03 +0000 alexc aacenc: Write tag.elem_id early. libavcodec
Mon, 30 Aug 2010 23:43:03 +0000 alexc aacenc: Only apply M/S if common_window is set. libavcodec
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
Fri, 02 Apr 2010 16:26:10 +0000 alexc aacenc: Error when an unsupported profile is requested libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Sun, 06 Sep 2009 09:15:07 +0000 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
Wed, 22 Jul 2009 03:56:08 +0000 alexc Revert unintended portion of last commit. (Setting the default coder to 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
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:14:47 +0000 alexc Reindent after last commit libavcodec
Wed, 08 Jul 2009 23:12:53 +0000 alexc Prevent AAC frame size overflows. libavcodec
Wed, 08 Jul 2009 23:10:13 +0000 alexc Refactor windowing and early psy from bitstream writing parts of the AAC encoder. libavcodec
Wed, 08 Jul 2009 23:04:22 +0000 alexc Turn on AAC rate control. libavcodec