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
|
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
|
Sat, 16 May 2009 14:17:08 +0000 |
serge |
Support for getting (i)MDCT output multiplied by a constant scaling factor.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Thu, 02 Oct 2008 15:52:04 +0000 |
reimar |
Add (additional) const to many global tables.
libavcodec
|
Sun, 24 Aug 2008 05:56:23 +0000 |
kostya |
okayed chunks of AAC encoder
libavcodec
|
Sat, 23 Aug 2008 15:25:57 +0000 |
kostya |
Do not pass unnecessary arguments to AAC encoder functions
libavcodec
|
Mon, 18 Aug 2008 05:38:26 +0000 |
kostya |
Add okayed parts for AAC encoder
libavcodec
|
Sun, 17 Aug 2008 07:04:11 +0000 |
kostya |
More okayed chunks of AAC encoder
libavcodec
|
Sat, 16 Aug 2008 11:59:36 +0000 |
kostya |
Synchronize AAC encoder with renamings in aac.h
libavcodec
|
Sat, 16 Aug 2008 05:47:18 +0000 |
kostya |
Add approved chunks to AAC encoder
libavcodec
|
Thu, 14 Aug 2008 16:07:17 +0000 |
kostya |
Remove not OKed parts from AAC encoder
libavcodec
|
Thu, 14 Aug 2008 05:52:29 +0000 |
kostya |
Okayed parts of AAC encoder
libavcodec
|