| Commit message (Expand) | Author | Age | Files | Lines |
* | rename CONFIG_FFT_FIXED_32 -> FFT_FIXED_32 | Michael Niedermayer | 2014-01-07 | 1 | -5/+5 |
* | Merge commit '794fcf79a89eca2d4e889803b2c804a0b1defbb3' | Michael Niedermayer | 2014-01-07 | 1 | -4/+4 |
|\ |
|
| * | Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT | Diego Biurrun | 2014-01-06 | 1 | -4/+4 |
* | | libavcodec: Implementation of 32 bit fixed point FFT | Nedeljko Babic | 2013-08-04 | 1 | -2/+17 |
* | | Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f' | Michael Niedermayer | 2013-05-01 | 1 | -1/+1 |
|\| |
|
| * | ppc: More consistent arch initialization | Diego Biurrun | 2013-04-30 | 1 | -1/+1 |
* | | Merge commit '42b9150b0d4f0a130c1d93dc991fd5412743a8cf' | Michael Niedermayer | 2013-05-01 | 1 | -3/+1 |
|\| |
|
| * | fft: Remove pointless #ifdefs around function declarations | Diego Biurrun | 2013-04-30 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -1/+1 |
* | | Optimization of AC3 floating point decoder for MIPS | Nedeljko Babic | 2012-09-05 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -1/+1 |
|\| |
|
| * | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -1/+2 |
|\| |
|
| * | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -1/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -0/+4 |
|\| |
|
| * | ARM: NEON fixed-point FFT | Mans Rullgard | 2011-04-03 | 1 | -0/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-03 | 1 | -0/+5 |
|\| |
|
| * | Fixed-point MDCT with 32-bit unscaled output | Mans Rullgard | 2011-04-02 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-04-01 | 1 | -5/+36 |
|\| |
|
| * | Fixed-point FFT and MDCT | Mans Rullgard | 2011-03-31 | 1 | -5/+36 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-23 | 1 | -1/+0 |
|\| |
|
| * | Move ff_dct_init_mmx declaration to dct.h | Mans Rullgard | 2011-03-20 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -141/+8 |
|\| |
|
| * | Move dct and rdft definitions to separate files | Mans Rullgard | 2011-03-20 | 1 | -65/+0 |
| * | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -25/+1 |
| * | Move ff_kbd_window_init() to a separate file | Mans Rullgard | 2011-03-19 | 1 | -13/+0 |
| * | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -38/+7 |
| * | 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 | -1/+4 |
| * | Mark C base versions of FFT functions static to fft.c | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+0 |
* | | FFT: factor a shuffle out of the inner loop and merge it into fft_permute. | Loren Merritt | 2011-02-14 | 1 | -1/+4 |
* | | Mark C base versions of FFT functions static to fft.c | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+0 |
|/ |
|
* | Revert unintended changes to fft.h from r24890. | Alex Converse | 2010-08-23 | 1 | -1/+1 |
* | aacenc: Rename Psy3gpp* structs to AacPsy* | Nathan Caldwell | 2010-08-23 | 1 | -1/+1 |
* | SSE optimized 32-point DCT | Vitor Sessak | 2010-07-06 | 1 | -0/+1 |
* | Remove vestiges of radix-2 FFT | Måns Rullgård | 2010-07-01 | 1 | -3/+0 |
* | More mp{1,2,3} 32-point DCT transform to our common DCT framework. | Vitor Sessak | 2010-06-30 | 1 | -0/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -4/+4 |
* | Remove VLA in ff_kbd_window_init, limit window size to 1024 | Måns Rullgård | 2010-06-24 | 1 | -1/+6 |
* | Implement the discrete sine/cosine transforms DCT-I and DST-I | Vitor Sessak | 2010-03-23 | 1 | -4/+7 |
* | ARM: NEON optimised RDFT | Måns Rullgård | 2010-03-23 | 1 | -0/+2 |
* | Call DCT by function pointer. Needed for any future ASM implementation and | Vitor Sessak | 2010-03-21 | 1 | -0/+1 |
* | DCT: remove unused field from context | Vitor Sessak | 2010-03-21 | 1 | -1/+0 |
* | Call rdft by function pointer | Måns Rullgård | 2010-03-20 | 1 | -1/+6 |
* | Create a public API for FFT family of functions | Måns Rullgård | 2010-03-07 | 1 | -21/+7 |
* | Give RDFT types more meaningful names | Måns Rullgård | 2010-03-07 | 1 | -4/+4 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+244 |