log fft.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Thu, 01 Jul 2010 23:21:46 +0000 mru Indent libavcodec
Thu, 01 Jul 2010 23:21:42 +0000 mru Remove vestiges of radix-2 FFT 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
Thu, 11 Feb 2010 23:40:45 +0000 mru Fix build with --disable-mdct libavcodec
Thu, 05 Nov 2009 18:29:06 +0000 reimar Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodec
Wed, 04 Nov 2009 17:30:23 +0000 reimar Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodec
Thu, 15 Oct 2009 17:55:51 +0000 reimar Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodec
Wed, 14 Oct 2009 21:41:24 +0000 reimar Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodec
Tue, 13 Oct 2009 10:30:10 +0000 reimar fft_dispatch array should be const libavcodec
Tue, 15 Sep 2009 21:14:14 +0000 mru Move per-arch fft init bits into the corresponding subdirs libavcodec
Mon, 14 Sep 2009 21:37:41 +0000 mru ARM: 10l: fix large FFTs libavcodec
Fri, 11 Sep 2009 02:24:22 +0000 mru ARM: NEON optimised MDCT libavcodec
Fri, 11 Sep 2009 02:24:19 +0000 mru Prepare for optimised forward MDCT implementations libavcodec
Thu, 10 Sep 2009 08:50:03 +0000 mru ARM: NEON optimised FFT and MDCT libavcodec
Sun, 06 Sep 2009 08:53:14 +0000 reimar The ff_cos_tabs table itself is constant, too, so mark it as such. libavcodec
Mon, 16 Mar 2009 03:56:42 +0000 conrad Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references libavcodec
Thu, 19 Feb 2009 00:54:59 +0000 diego Only enable SSE/3DNOW optimizations when they have been enabled at compilation. libavcodec
Thu, 19 Feb 2009 00:06:17 +0000 diego prettyprinting whitespace cosmetics libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Fri, 30 Jan 2009 20:15:48 +0000 alexc Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. libavcodec
Thu, 29 Jan 2009 17:08:51 +0000 alexc Mark ff_fft_end av_cold. libavcodec
Thu, 22 Jan 2009 19:48:10 +0000 alexc Mark ff_fft_init with av_cold. libavcodec
Thu, 22 Jan 2009 19:46:23 +0000 alexc Clean up FFT related comments. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Mon, 03 Nov 2008 18:08:00 +0000 rathann Remove duplicated MM_* macros for CPU capabilities from dsputil.h. libavcodec
Tue, 12 Aug 2008 00:38:30 +0000 lorenm mdct wrapper function to match fft libavcodec
Tue, 12 Aug 2008 00:33:34 +0000 lorenm optimize imdct_half: libavcodec
Tue, 12 Aug 2008 00:27:21 +0000 lorenm indent libavcodec
Tue, 12 Aug 2008 00:26:58 +0000 lorenm split-radix FFT libavcodec
Sun, 13 Jul 2008 15:03:58 +0000 lorenm exploit mdct symmetry libavcodec
Mon, 17 Mar 2008 19:22:31 +0000 mru indentation libavcodec
Mon, 17 Mar 2008 19:22:28 +0000 mru clean up FFT SIMD selection libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Thu, 21 Sep 2006 16:37:39 +0000 lorenm sse implementation of imdct. libavcodec
Sat, 19 Aug 2006 02:42:20 +0000 lorenm use ff_fft_calc_3dn2 instead of sse on a K8. libavcodec
Fri, 18 Aug 2006 23:53:49 +0000 lorenm ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. libavcodec
Thu, 10 Aug 2006 18:49:47 +0000 lorenm r5954 broke fft on cpus with 3dnow but without mm3dnow.h libavcodec
Tue, 08 Aug 2006 04:01:04 +0000 lorenm 3dnow2 implementation of imdct. libavcodec
Sun, 02 Jul 2006 02:05:35 +0000 banan ff_fft_init now double checks that the system has mm3dnow.h before libavcodec
Wed, 08 Mar 2006 04:13:55 +0000 corey 3DNow! & Extended 3DNow! versions of FFT libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting 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
Thu, 16 Jan 2003 21:54:55 +0000 michaelni AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Sat, 11 Jan 2003 20:51:03 +0000 michaelni altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec
Tue, 07 Jan 2003 18:15:48 +0000 bellard fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding libavcodec
Tue, 07 Jan 2003 17:45:24 +0000 bellard enabled SSE fft on x86 libavcodec
Mon, 28 Oct 2002 00:34:08 +0000 bellard new generic FFT/MDCT code for audio codecs libavcodec