| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -8/+8 |
* | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -2/+2 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | dct: K&R formatting cosmetics | Aneesh Dogra | 2012-01-03 | 1 | -61/+61 |
* | dct: build dct32 as separate object files | Mans Rullgard | 2011-05-17 | 1 | -4/+2 |
* | dct: fix indentation | Mans Rullgard | 2011-05-16 | 1 | -15/+15 |
* | dct: bypass table allocation for DCT_II of size 32 | Mans Rullgard | 2011-05-16 | 1 | -3/+6 |
* | dct: remove superflous #include | Mans Rullgard | 2011-03-20 | 1 | -1/+0 |
* | Move dct and rdft definitions to separate files | Mans Rullgard | 2011-03-20 | 1 | -1/+1 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -9/+4 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | SSE optimized 32-point DCT | Vitor Sessak | 2010-07-06 | 1 | -0/+2 |
* | More mp{1,2,3} 32-point DCT transform to our common DCT framework. | Vitor Sessak | 2010-06-30 | 1 | -0/+14 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Implement the discrete sine/cosine transforms DCT-I and DST-I | Vitor Sessak | 2010-03-23 | 1 | -7/+68 |
* | Reindent after r22618. | Vitor Sessak | 2010-03-21 | 1 | -42/+43 |
* | Split DCT-II and DCT-III in different functions, they do not share any code. | Vitor Sessak | 2010-03-21 | 1 | -5/+11 |
* | Call DCT by function pointer. Needed for any future ASM implementation and | Vitor Sessak | 2010-03-21 | 1 | -1/+3 |
* | Cosmetics: move ff_dct_init() to the bottom of the file | Vitor Sessak | 2010-03-21 | 1 | -25/+25 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -1/+2 |
* | Floating point discrete cosine transform | Vitor Sessak | 2010-01-20 | 1 | -0/+139 |