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
|