log mdct.c @ 9484:fb240cb99bcf libavcodec

age author description
Fri, 17 Apr 2009 18:12:00 +0000 michael Remove useless += from ff_imdct_half_c() found by CSA. libavcodec
Wed, 04 Feb 2009 20:43:17 +0000 diego Remove documentation of non-existing function parameters. libavcodec
Tue, 03 Feb 2009 23:09:00 +0000 alexc Add av_cold attributes to *_init and *_end functions. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sun, 11 Jan 2009 10:40:05 +0000 banan Add size that is needed for the wmapro codec libavcodec
Mon, 08 Sep 2008 13:37:12 +0000 michael Try to fix wma regression. libavcodec
Tue, 26 Aug 2008 19:40:53 +0000 aurel Add a temp variable to ff_sine_window_init() to match the way wma.c computed libavcodec
Thu, 14 Aug 2008 22:12:19 +0000 superdump The ff_sine_#[] should be aligned as they will commonly be used in dsputil 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
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
Tue, 12 Aug 2008 00:34:08 +0000 lorenm remove a float->double->float conversion. libavcodec
Tue, 12 Aug 2008 00:33:34 +0000 lorenm optimize imdct_half: libavcodec
Sun, 13 Jul 2008 15:03:58 +0000 lorenm exploit mdct symmetry libavcodec