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
Sun, 17 May 2009 16:12:07 +0000 banan Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 libavcodec
Sat, 16 May 2009 14:17:08 +0000 serge Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Tue, 17 Mar 2009 20:47:31 +0000 ramiro use intptr_t to cast pointers to int in codecs maintained by benjamin larsson libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Thu, 02 Oct 2008 21:17:33 +0000 aurel atrac3dec: cosmetics: indentation libavcodec
Mon, 29 Sep 2008 22:22:46 +0000 aurel atrac3: ensure input frame is not overwritten (it is const) libavcodec
Tue, 12 Aug 2008 00:38:30 +0000 lorenm mdct wrapper function to match fft libavcodec
Tue, 12 Aug 2008 00:36:36 +0000 lorenm remove mdct tmp buffer libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Tue, 03 Jun 2008 16:46:38 +0000 banan Sample tested and the code worked so the comment is removed libavcodec
Thu, 22 May 2008 19:42:02 +0000 banan Update copyright and text libavcodec