log aac.c @ 11505:61949a920190 libavcodec

age author description
Sun, 14 Mar 2010 19:59:47 +0000 reimar Allow hard-coding of the 32kB cubic-root table for AAC. libavcodec
Sat, 13 Mar 2010 21:12:10 +0000 alexc aac: Don't bias output during the IMDCT if SBR will be used. libavcodec
Mon, 08 Mar 2010 04:33:02 +0000 alexc Add an HE-AAC v1 decoder. libavcodec
Sun, 07 Mar 2010 23:52:33 +0000 alexc 10l: AAC: Set multiplier to 0. libavcodec
Sun, 07 Mar 2010 23:46:40 +0000 alexc AAC: Set codec parameters in the first frame rather than in .init() libavcodec
Sun, 07 Mar 2010 21:07:22 +0000 alexc AAC: Add a new line after the TNS error message. libavcodec
Sat, 06 Mar 2010 14:34:46 +0000 mru Move FFT parts from dsputil.h to fft.h libavcodec
Thu, 04 Mar 2010 12:34:15 +0000 alexc AAC: Return the number of bytes consumed in decoding a frame. libavcodec
Thu, 04 Mar 2010 04:58:43 +0000 alexc AAC: Mark predictor functions av_always_inline. libavcodec
Wed, 24 Feb 2010 23:56:52 +0000 alexc aac: Keep decode_band_types() from eating all padding at the end of a buffer. libavcodec
Thu, 18 Feb 2010 23:06:56 +0000 alexc Add some AAC buffer overread checks. libavcodec
Mon, 15 Feb 2010 16:29:46 +0000 alexc AAC: Mark che_configure() as av_cold. libavcodec
Mon, 15 Feb 2010 16:19:46 +0000 alexc AAC: Mark functions that are only called when the output configuration is not locked as av_cold. libavcodec
Wed, 10 Feb 2010 14:51:57 +0000 alexc Output the first AAC frame. This is needed for SBR conformance. libavcodec
Fri, 15 Jan 2010 14:02:52 +0000 mru AAC: optimise bitstream reading in decode_spectrum_and_dequant() libavcodec
Fri, 15 Jan 2010 02:58:24 +0000 mru AAC: ARM/NEON asm for VMUL2/4 functions libavcodec
Wed, 13 Jan 2010 16:46:39 +0000 mru AAC: Reduce depth of vlc_spectral tables to 2 libavcodec
Wed, 13 Jan 2010 16:46:35 +0000 mru AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() libavcodec
Wed, 13 Jan 2010 16:46:32 +0000 mru AAC: simplify some calculations in decode_spectrum_and_dequant() libavcodec
Wed, 13 Jan 2010 16:46:28 +0000 mru AAC: Compress codebook tables and optimise sign bit handling libavcodec
Mon, 11 Jan 2010 20:21:26 +0000 mru AAC: use table for cbrtf(n)*n libavcodec
Mon, 11 Jan 2010 18:02:00 +0000 mru AAC: escape_sequence is 21 bits max libavcodec
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Fri, 08 Jan 2010 17:52:54 +0000 mru AAC: add a const to decode_spectrum_and_dequant() args libavcodec
Wed, 16 Dec 2009 11:39:14 +0000 cehoyos Undo r20874: It broke AAC decoding. libavcodec
Tue, 15 Dec 2009 15:57:18 +0000 cehoyos Use enum and constant to avoid three icc warnings. libavcodec
Tue, 08 Dec 2009 19:20:36 +0000 andoma aac: Set sample rate in avctx from ADTS header (if not already set by some libavcodec
Wed, 02 Dec 2009 09:12:05 +0000 alexc AAC: Add a global header but output not locked output configuration status. libavcodec
Wed, 02 Dec 2009 09:07:32 +0000 alexc Set the SBR mode to implicit on ADTS frames occurring before the output is locked. libavcodec
Sat, 21 Nov 2009 20:56:46 +0000 alexc 10l: Fix inverted if-condition from r20448. Fixes issue 1562. libavcodec