log wma.c @ 12488:351a81a23343 libavcodec

age author description
Fri, 02 Jul 2010 11:55:42 +0000 diego Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). libavcodec
Sat, 23 Jan 2010 08:39:50 +0000 daniel Export wma_critical_freqs as ff_wma_critical_freqs libavcodec
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Tue, 29 Sep 2009 10:38:34 +0000 mru WMA: store level_table as floats, use type punning for sign flip in decode libavcodec
Tue, 15 Sep 2009 16:18:16 +0000 vitor Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodec
Sat, 20 Jun 2009 11:22:25 +0000 faust3 Make remaining run level decode comments doxygen comments libavcodec
Sat, 20 Jun 2009 11:06:48 +0000 faust3 Simplify run level decoding: libavcodec
Sat, 20 Jun 2009 10:33:18 +0000 faust3 Fix indentation after the previous commit libavcodec
Sat, 20 Jun 2009 10:28:55 +0000 faust3 Add support for escape coded wmapro run level coefficients libavcodec
Sat, 20 Jun 2009 09:05:28 +0000 faust3 Introduce WMACoef typedef for decoded coefficients libavcodec
Fri, 12 Jun 2009 16:00:26 +0000 faust3 Move run level decode functionality to ff_wma_run_level_decode libavcodec
Fri, 12 Jun 2009 15:48:41 +0000 faust3 cosmetics: Add brackets between if/else libavcodec
Fri, 12 Jun 2009 15:38:11 +0000 faust3 Add additional sample rates to the frame len bits calculation code libavcodec
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