summaryrefslogtreecommitdiff
path: root/libavcodec/dct.c
Commit message (Expand)AuthorAge
* dct: Check memory allocationVittorio Giovara2015-05-31
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* dct: K&R formatting cosmeticsAneesh Dogra2012-01-03
* dct: build dct32 as separate object filesMans Rullgard2011-05-17
* dct: fix indentationMans Rullgard2011-05-16
* dct: bypass table allocation for DCT_II of size 32Mans Rullgard2011-05-16
* dct: remove superflous #includeMans Rullgard2011-03-20
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* SSE optimized 32-point DCTVitor Sessak2010-07-06
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-23
* Reindent after r22618.Vitor Sessak2010-03-21
* Split DCT-II and DCT-III in different functions, they do not share any code.Vitor Sessak2010-03-21
* Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak2010-03-21
* Cosmetics: move ff_dct_init() to the bottom of the fileVitor Sessak2010-03-21
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Floating point discrete cosine transformVitor Sessak2010-01-20