log mpegaudiodec.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Tue, 27 Jul 2010 10:08:34 +0000 cehoyos Show correct bitrate for VBR MP3 files. libavcodec
Wed, 07 Jul 2010 10:36:26 +0000 michael Move ff_dct_init(context) out of if(one time init) libavcodec
Thu, 01 Jul 2010 23:21:20 +0000 mru mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c libavcodec
Thu, 01 Jul 2010 23:21:17 +0000 mru mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder libavcodec
Thu, 01 Jul 2010 21:08:20 +0000 aurel adu and mp3on4 functions are also needed by their respective float decoders libavcodec
Thu, 01 Jul 2010 21:04:12 +0000 vitor Altivec-optimized mp{1,2,3} windowing libavcodec
Wed, 30 Jun 2010 20:11:27 +0000 vitor More mp{1,2,3} 32-point DCT transform to our common DCT framework. libavcodec
Mon, 28 Jun 2010 04:55:36 +0000 vitor Use lookup table to avoid division in mp2 decoder libavcodec
Thu, 24 Jun 2010 07:44:50 +0000 vitor SSE-optimized MP3 floating point windowing functions libavcodec
Wed, 23 Jun 2010 20:45:36 +0000 vitor Move float-specific function to mpegaudiodec_float.c libavcodec
Wed, 23 Jun 2010 20:43:37 +0000 vitor Remove pointless condition in #if libavcodec
Sun, 20 Jun 2010 13:00:24 +0000 vitor Fix breakage in compilation with --disable-mpegaudio-hp introduced in libavcodec
Sat, 19 Jun 2010 09:56:05 +0000 vitor Factorize the mpegaudio windowing code in a function and call it by a libavcodec
Mon, 07 Jun 2010 11:43:12 +0000 vitor Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable libavcodec
Thu, 13 May 2010 18:06:44 +0000 michael 1.0 and the resulting exactly representable value must be marked as float as well, libavcodec
Thu, 13 May 2010 17:58:17 +0000 michael Cast constants to float to avoid gcc converting to and from libavcodec
Thu, 13 May 2010 10:04:31 +0000 michael Fix compilation with low precission mpeg audio decoding. libavcodec
Tue, 11 May 2010 21:31:54 +0000 michael Do the same sign flip optimization to the low freq decoder. libavcodec
Tue, 11 May 2010 21:20:33 +0000 michael Factorize READ_FLIP_SIGN() optimization out libavcodec
Tue, 11 May 2010 21:10:55 +0000 michael Optimize decoding high freqs. libavcodec
Tue, 11 May 2010 20:33:48 +0000 michael Make lsf_sf_expand() 4 times faster. libavcodec
Tue, 11 May 2010 19:52:42 +0000 michael float based mp1/mp2/mp3 decoders. libavcodec
Tue, 11 May 2010 14:49:48 +0000 michael Remove unused FRAC_RND() macro from mpegaudiodec.c. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sat, 06 Mar 2010 22:36:41 +0000 mru Make some functions static 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
Mon, 16 Nov 2009 17:42:43 +0000 rbultje Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec
Wed, 04 Nov 2009 23:33:08 +0000 vitor Reduce stack memory allocation in MP3 decoder libavcodec