| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -5/+48 |
* | ARM: NEON fixed-point FFT | Mans Rullgard | 2011-04-03 | 1 | -0/+1 |
* | Fixed-point MDCT with 32-bit unscaled output | Mans Rullgard | 2011-04-02 | 1 | -0/+3 |
* | FFT: simplify fft8() | Mans Rullgard | 2011-04-01 | 1 | -9/+4 |
* | Fixed-point FFT and MDCT | Mans Rullgard | 2011-03-31 | 1 | -23/+30 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | FFT: factor a shuffle out of the inner loop and merge it into fft_permute. | Loren Merritt | 2011-02-13 | 1 | -2/+7 |
* | Mark C base versions of FFT functions static to fft.c | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+5 |
* | Indent | Måns Rullgård | 2010-07-01 | 1 | -8/+8 |
* | Remove vestiges of radix-2 FFT | Måns Rullgård | 2010-07-01 | 1 | -77/+5 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -0/+2 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -1/+2 |
* | Fix build with --disable-mdct | Måns Rullgård | 2010-02-11 | 1 | -0/+2 |
* | Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the | Reimar Döffinger | 2009-11-05 | 1 | -9/+15 |
* | Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. | Reimar Döffinger | 2009-11-04 | 1 | -1/+2 |
* | Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions | Reimar Döffinger | 2009-10-15 | 1 | -24/+15 |
* | Use hardcoded instead of runtime-calculated ff_cos_* tables if | Reimar Döffinger | 2009-10-14 | 1 | -13/+26 |
* | fft_dispatch array should be const | Reimar Döffinger | 2009-10-13 | 1 | -1/+1 |
* | Move per-arch fft init bits into the corresponding subdirs | Måns Rullgård | 2009-09-15 | 1 | -34/+5 |
* | ARM: 10l: fix large FFTs | Måns Rullgård | 2009-09-14 | 1 | -4/+1 |
* | ARM: NEON optimised MDCT | Måns Rullgård | 2009-09-11 | 1 | -0/+1 |
* | Prepare for optimised forward MDCT implementations | Måns Rullgård | 2009-09-11 | 1 | -0/+1 |
* | ARM: NEON optimised FFT and MDCT | Måns Rullgård | 2009-09-10 | 1 | -1/+9 |
* | The ff_cos_tabs table itself is constant, too, so mark it as such. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references | David Conrad | 2009-03-16 | 1 | -1/+1 |
* | Only enable SSE/3DNOW optimizations when they have been enabled at compilation. | Diego Biurrun | 2009-02-19 | 1 | -3/+3 |
* | prettyprinting whitespace cosmetics | Diego Biurrun | 2009-02-19 | 1 | -10/+10 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. | Alex Converse | 2009-01-30 | 1 | -1/+1 |
* | Mark ff_fft_end av_cold. | Alex Converse | 2009-01-29 | 1 | -1/+1 |
* | Mark ff_fft_init with av_cold. | Alex Converse | 2009-01-22 | 1 | -1/+1 |
* | Clean up FFT related comments. | Alex Converse | 2009-01-22 | 1 | -12/+0 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -4/+4 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 1 | -4/+4 |
* | mdct wrapper function to match fft | Loren Merritt | 2008-08-12 | 1 | -2/+2 |
* | optimize imdct_half: | Loren Merritt | 2008-08-12 | 1 | -0/+2 |
* | indent | Loren Merritt | 2008-08-12 | 1 | -8/+7 |
* | split-radix FFT | Loren Merritt | 2008-08-12 | 1 | -126/+245 |
* | exploit mdct symmetry | Loren Merritt | 2008-07-13 | 1 | -0/+3 |
* | indentation | Måns Rullgård | 2008-03-17 | 1 | -25/+25 |
* | clean up FFT SIMD selection | Måns Rullgård | 2008-03-17 | 1 | -27/+28 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | sse implementation of imdct. | Loren Merritt | 2006-09-21 | 1 | -5/+6 |
* | use ff_fft_calc_3dn2 instead of sse on a K8. | Loren Merritt | 2006-08-19 | 1 | -7/+3 |
* | ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. | Loren Merritt | 2006-08-18 | 1 | -5/+1 |
* | r5954 broke fft on cpus with 3dnow but without mm3dnow.h | Loren Merritt | 2006-08-10 | 1 | -29/+27 |
* | 3dnow2 implementation of imdct. | Loren Merritt | 2006-08-08 | 1 | -4/+3 |
* | ff_fft_init now double checks that the system has mm3dnow.h before | Benjamin Larsson | 2006-07-02 | 1 | -0/+4 |