log wma.c @ 9841:39bb2646fe00 libavcodec

age author description
Fri, 12 Jun 2009 15:21:43 +0000 faust3 Move frame len bits calculation to ff_wma_get_frame_len_bits libavcodec
Fri, 12 Jun 2009 13:12:13 +0000 diego cosmetics: Prettyprint and reformat wma.c closer to K&R style. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sun, 24 Aug 2008 08:31:19 +0000 superdump Fix index to ff_sine_windows[]. Previously the index was usually in reverse libavcodec
Fri, 15 Aug 2008 10:31:11 +0000 superdump Don't try to free shared ff_sine_* tables pointed to by s->windows[] libavcodec
Thu, 14 Aug 2008 14:40:16 +0000 superdump Add declarations for the sine tables used in wma.c (half window sizes: 128, libavcodec
Thu, 14 Aug 2008 14:36:22 +0000 superdump Change wma.c to use the ff_sine_window_init() from mdct.c libavcodec
Wed, 18 Jul 2007 15:36:45 +0000 benoit fix mem leak libavcodec
Wed, 30 May 2007 23:06:37 +0000 michael sanity checks (should prevent hypothetical div by zero issue) libavcodec
Mon, 26 Mar 2007 10:03:57 +0000 banan Optimize by building the mdct window and multipying/adding at the same time. libavcodec
Mon, 12 Mar 2007 12:36:41 +0000 mbardiaux Give context to dprintf libavcodec
Thu, 08 Mar 2007 14:49:43 +0000 mbardiaux Corrections so that builds with DEBUG work 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
Sat, 24 Feb 2007 09:41:43 +0000 diego cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodec
Tue, 06 Feb 2007 20:19:04 +0000 michael wma encoder libavcodec