| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284' | Michael Niedermayer | 2013-05-01 | 1 | -6/+6 |
|\ |
|
| * | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -6/+6 |
* | | 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 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 | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -5/+48 |
|\| |
|
| * | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -5/+48 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -0/+1 |
|\| |
|
| * | ARM: NEON fixed-point FFT | Mans Rullgard | 2011-04-03 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-03 | 1 | -0/+3 |
|\| |
|
| * | Fixed-point MDCT with 32-bit unscaled output | Mans Rullgard | 2011-04-02 | 1 | -0/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-02 | 1 | -9/+4 |
|\| |
|
| * | FFT: simplify fft8() | Mans Rullgard | 2011-04-01 | 1 | -9/+4 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-04-01 | 1 | -23/+30 |
|\| |
|
| * | 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 |
* | | FFT: factor a shuffle out of the inner loop and merge it into fft_permute. | Loren Merritt | 2011-02-14 | 1 | -2/+7 |
* | | Mark C base versions of FFT functions static to fft.c | Diego Elio Pettenò | 2011-01-28 | 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 |