log atrac3.c @ 12488:351a81a23343 libavcodec

age author description
Mon, 09 Aug 2010 07:17:01 +0000 vitor Fix handling of truncated files. Should fix random FATE breakages. libavcodec
Tue, 20 Jul 2010 15:08:54 +0000 vitor Fix memory leak in ATRAC3 decoder libavcodec
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavcodec
Sat, 10 Jul 2010 22:09:01 +0000 mru bswap: change ME to NE in macro names libavcodec
Fri, 02 Jul 2010 10:49:29 +0000 diego Fix misspelled parameter names in Doxygen documentation. 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 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
Sun, 20 Sep 2009 18:21:54 +0000 diego Remove unused variable, fixes the warning: libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Thu, 10 Sep 2009 18:39:57 +0000 banan Remove redundant code forgotten in the split libavcodec
Tue, 08 Sep 2009 19:25:54 +0000 banan Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. libavcodec
Sun, 17 May 2009 16:13:03 +0000 banan Indent libavcodec