| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/avassert: Don't include avutil.h | Andreas Rheinhardt | 2022-02-24 | 1 | -0/+2 |
* | avcodec/dct: Propagate error code from ff_rdft_init() | Michael Niedermayer | 2019-01-01 | 1 | -2/+3 |
* | Merge commit '69277069dd225f5ae02f0215e877a06522d834d3' | Michael Niedermayer | 2015-06-01 | 1 | -0/+2 |
|\ |
|
| * | dct: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -0/+2 |
* | | avcodec/dct: use av_freep(), do not leave stale pointers in memory | Michael Niedermayer | 2014-10-11 | 1 | -2/+2 |
* | | avcodec/dct: use av_malloc_array() | Michael Niedermayer | 2014-05-11 | 1 | -1/+1 |
* | | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284' | Michael Niedermayer | 2013-05-01 | 1 | -8/+8 |
|\| |
|
| * | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
| * | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-04 | 1 | -61/+61 |
|\| |
|
| * | dct: K&R formatting cosmetics | Aneesh Dogra | 2012-01-03 | 1 | -61/+61 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-18 | 1 | -4/+2 |
|\| |
|
| * | dct: build dct32 as separate object files | Mans Rullgard | 2011-05-17 | 1 | -4/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-17 | 1 | -17/+20 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -11/+5 |
|\| |
|
| * | 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 |