log wmadec.c @ 4838:eeac11145c4e libavcodec

age author description
Wed, 04 Apr 2007 13:49:55 +0000 banan WMA decoder improvement, output closer to the dmo binary. libavcodec
Mon, 26 Mar 2007 10:03:57 +0000 banan Optimize by building the mdct window and multipying/adding at the same time. libavcodec
Tue, 27 Feb 2007 09:54:48 +0000 mbardiaux Rename WMADecodeContext to WMACodecContext libavcodec
Tue, 27 Feb 2007 09:39:04 +0000 mbardiaux Supply context to tprintf libavcodec
Wed, 07 Feb 2007 14:53:25 +0000 michael doxygenize libavcodec
Tue, 06 Feb 2007 21:12:48 +0000 michael kill debuging code libavcodec
Tue, 06 Feb 2007 20:19:04 +0000 michael wma encoder libavcodec
Thu, 14 Dec 2006 17:50:23 +0000 banan Bug fix for crashes when SSE is used on unaligned arrays. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavcodec
Sun, 10 Sep 2006 15:36:53 +0000 lu_zero Cleanup, from Emanuele Giaquinta <exg@gentoo.org> libavcodec
Tue, 22 Aug 2006 16:23:56 +0000 banan Alignment of the LT window, segfault fix patch by Baptiste Coudurier. libavcodec
Sat, 19 Aug 2006 08:46:52 +0000 banan SIMD vector optimizations. 3% faster overall decoding. libavcodec
Tue, 08 Aug 2006 04:01:04 +0000 lorenm 3dnow2 implementation of imdct. libavcodec
Tue, 27 Jun 2006 12:13:01 +0000 reimar Do not read full byte when less than 8 bits are still to be read. libavcodec