Sat, 05 Jun 2010 15:36:16 +0000 |
alexc |
Whitespace cosmetics
libavcodec
|
Sat, 05 Jun 2010 15:31:57 +0000 |
alexc |
aac: Move an initialization macro used only by the decoder out of the header.
libavcodec
|
Sat, 05 Jun 2010 15:22:19 +0000 |
alexc |
aacdec: Rename avccontext to avctx.
libavcodec
|
Thu, 03 Jun 2010 02:17:49 +0000 |
alexc |
aacdec: Work around illegal files with all elem_id tags set to the same value.
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Mon, 08 Mar 2010 04:33:02 +0000 |
alexc |
Add an HE-AAC v1 decoder.
libavcodec
|
Sat, 06 Mar 2010 14:34:46 +0000 |
mru |
Move FFT parts from dsputil.h to fft.h
libavcodec
|
Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Wed, 13 Jan 2010 16:46:39 +0000 |
mru |
AAC: Reduce depth of vlc_spectral tables to 2
libavcodec
|
Wed, 02 Dec 2009 09:12:05 +0000 |
alexc |
AAC: Add a global header but output not locked output configuration status.
libavcodec
|
Tue, 03 Nov 2009 22:50:02 +0000 |
alexc |
Don't lock the channel output configuration based on the first value seen for
libavcodec
|
Sun, 20 Sep 2009 17:30:20 +0000 |
mru |
Merge FFTContext and MDCTContext
libavcodec
|
Fri, 10 Jul 2009 21:53:04 +0000 |
alexc |
Ignore subsequent channel configurations after the first in an AAC file. The
libavcodec
|
Wed, 08 Jul 2009 20:01:31 +0000 |
alexc |
Merge the AAC encoder from SoC svn. It is still considered experimental.
libavcodec
|
Thu, 11 Jun 2009 20:18:29 +0000 |
diego |
The internal header libavutil/internal.h should not be used outside libavutil.
libavcodec
|
Wed, 18 Mar 2009 13:52:56 +0000 |
alexc |
Move MPEG-4 AOT enum to mpeg4audio.h.
libavcodec
|
Fri, 06 Mar 2009 19:47:01 +0000 |
alexc |
Fix the channel allocation bug/assumption (issue 800).
libavcodec
|
Tue, 17 Feb 2009 21:43:57 +0000 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavcodec
|
Mon, 02 Feb 2009 10:31:51 +0000 |
superdump |
Doxygen defgroups throw a warning if they don't have a title as well as a name
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sun, 21 Dec 2008 05:28:14 +0000 |
superdump |
AAC: Fix AAC prediction when used in conjunction with the CPE
libavcodec
|
Wed, 10 Dec 2008 00:50:59 +0000 |
mru |
AAC: move scratch array to context to ensure 16-byte alignment
libavcodec
|
Mon, 24 Nov 2008 00:13:50 +0000 |
superdump |
AAC: Frequency domain prediction and hence Main profile support
libavcodec
|
Wed, 05 Nov 2008 13:59:42 +0000 |
superdump |
Fix perceptual noise shaping scaling including an oversight of the offset for
libavcodec
|
Mon, 06 Oct 2008 16:18:18 +0000 |
superdump |
Correct documentation of ch_select array.
libavcodec
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Fri, 22 Aug 2008 18:21:22 +0000 |
superdump |
Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce
libavcodec
|
Mon, 18 Aug 2008 21:36:58 +0000 |
superdump |
More OKed AAC decoder code hunks
libavcodec
|
Mon, 18 Aug 2008 19:39:08 +0000 |
superdump |
More OKed AAC decoder code hunks
libavcodec
|
Fri, 15 Aug 2008 08:01:31 +0000 |
superdump |
More OKed AAC decoder hunks
libavcodec
|
Fri, 15 Aug 2008 00:19:14 +0000 |
superdump |
Synchronise AAC decoder code with that from SoC
libavcodec
|
Fri, 15 Aug 2008 00:05:09 +0000 |
superdump |
More OKed sections of AAC decoder code
libavcodec
|
Mon, 11 Aug 2008 11:16:06 +0000 |
superdump |
More OKed hunks of the AAC decoder from SoC
libavcodec
|
Sat, 09 Aug 2008 10:46:27 +0000 |
superdump |
Sync already committed code with that in SoC and commit more OKed hunks of code
libavcodec
|
Tue, 05 Aug 2008 19:27:17 +0000 |
superdump |
AAC definitions and structures that have been OKed from the SoC AAC decoder
libavcodec
|