log aac.c @ 8590:7a463923ecd1 libavcodec

age author description
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Wed, 07 Jan 2009 22:09:21 +0000 superdump Support ADTS AAC files in the ffaac decoder (limited to streams containing one libavcodec
Sun, 28 Dec 2008 20:08:39 +0000 cehoyos Revert r16375: It broke aac decoding. libavcodec
Sun, 28 Dec 2008 19:48:43 +0000 cehoyos Reduce number of warnings when compiling with icc by two. libavcodec
Sun, 21 Dec 2008 05:32:55 +0000 superdump AAC: Reindent after last commit libavcodec
Sun, 21 Dec 2008 05:28:14 +0000 superdump AAC: Fix AAC prediction when used in conjunction with the CPE libavcodec
Sun, 21 Dec 2008 05:08:32 +0000 superdump AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig libavcodec
Wed, 10 Dec 2008 00:50:59 +0000 mru AAC: move scratch array to context to ensure 16-byte alignment libavcodec
Tue, 09 Dec 2008 17:14:42 +0000 superdump AAC: Use a sign LUT rather than 1-2*get_bits1() libavcodec
Tue, 09 Dec 2008 17:08:40 +0000 superdump AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain. libavcodec
Tue, 09 Dec 2008 11:35:08 +0000 superdump AAC: Remove unnecessary fabsf() libavcodec
Mon, 08 Dec 2008 21:21:38 +0000 stefano Make av_log_missing_feature an internal function, and change its name libavcodec
Mon, 24 Nov 2008 00:14:33 +0000 superdump AAC: Cosmetics after last commit 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
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavcodec
Mon, 06 Oct 2008 16:22:11 +0000 superdump Rename variables to clarify the channel coupling element and corresponding libavcodec
Mon, 06 Oct 2008 16:12:30 +0000 superdump Corrections to channel coupling code to attain conformance for appropriate libavcodec
Thu, 18 Sep 2008 16:02:51 +0000 superdump Zero 'idx' for each iteration of the coupling gain loop and as it is only used libavcodec
Thu, 18 Sep 2008 15:48:37 +0000 superdump Cosmetics: missing brackets libavcodec
Thu, 18 Sep 2008 15:35:08 +0000 superdump Cast the return value of get_bits() to signed integer such that the subtraction libavcodec
Tue, 16 Sep 2008 15:59:43 +0000 superdump Validate pulse position and error out if an invalid position is encountered. libavcodec
Sat, 13 Sep 2008 20:52:57 +0000 superdump Reindent after last commit libavcodec
Sat, 13 Sep 2008 20:51:36 +0000 superdump Apply pulses to unscaled coefficients rather than scaled. libavcodec
Sat, 13 Sep 2008 20:22:31 +0000 superdump Operands of '+' are not necessarily evaluated in order so r15311 was pointless. libavcodec
Sat, 13 Sep 2008 18:47:43 +0000 superdump Correct order of parsing for pulse scalefactor band and offset to match the libavcodec
Fri, 12 Sep 2008 14:33:35 +0000 superdump Reindent after last commit libavcodec
Fri, 12 Sep 2008 14:32:49 +0000 superdump Only read some of TNS bitstream data in the case that the TNS filter order is libavcodec
Thu, 11 Sep 2008 01:22:34 +0000 superdump Correct pulse amplitude application - a negative or 0 coefficient implies the libavcodec
Thu, 04 Sep 2008 15:04:08 +0000 vitor Multiply table by -1. This avoid doing this calculation (that was introduced libavcodec