log mdct.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Thu, 24 Jun 2010 09:42:34 +0000 mru Remove VLA in ff_kbd_window_init, limit window size to 1024 libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 09 Mar 2010 17:39:19 +0000 mru Replace many includes of libavutil/common.h with what is actually needed libavcodec
Sat, 06 Mar 2010 14:34:46 +0000 mru Move FFT parts from dsputil.h to fft.h libavcodec
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Mon, 21 Sep 2009 02:56:06 +0000 mru Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext 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
Fri, 11 Sep 2009 02:24:19 +0000 mru Prepare for optimised forward MDCT implementations libavcodec
Sun, 06 Sep 2009 08:56:10 +0000 reimar ff_sine_windows table contains only constant data, too. libavcodec
Sat, 16 May 2009 14:17:08 +0000 serge Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec
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
Sun, 22 Jun 2008 15:12:27 +0000 superdump Add generic ff_sine_window_init function and implement in codecs appropriately libavcodec
Sun, 16 Mar 2008 13:15:42 +0000 mru improve precision in mdct.c using double for some temporaries libavcodec
Sun, 13 Jan 2008 11:02:08 +0000 superdump Add variable alpha and size of half window for Kaiser-Bessel Derived window libavcodec
Sat, 12 Jan 2008 11:11:19 +0000 andoma Make the Kaiser-Bessel window generator a common function libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sat, 13 Mar 2004 21:43:24 +0000 michael fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Tue, 07 Jan 2003 17:44:21 +0000 bellard use av_malloc instead of malloc libavcodec
Tue, 29 Oct 2002 22:26:01 +0000 bellard avoid name clash libavcodec
Mon, 28 Oct 2002 00:34:08 +0000 bellard new generic FFT/MDCT code for audio codecs libavcodec