log wmadec.c @ 5833:dfd34e7f243f libavcodec

age author description
Sat, 11 Aug 2007 23:17:03 +0000 aurel various simplifications around recent av_clip_int16() usage libavcodec
Sat, 11 Aug 2007 22:48:55 +0000 aurel use av_clip_int16() where it makes sense libavcodec
Thu, 09 Aug 2007 00:57:36 +0000 alex use skip_bits where appropriate libavcodec
Thu, 09 Aug 2007 00:54:41 +0000 alex fix compilation with TRACE enabled libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Sat, 02 Jun 2007 01:41:07 +0000 ramiro Use AV_xx throughout libavcodec libavcodec
Wed, 30 May 2007 23:06:37 +0000 michael sanity checks (should prevent hypothetical div by zero issue) libavcodec
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