]> git.sesse.net Git - ffmpeg/history - libavcodec/dct.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / dct.c
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-01-03 Aneesh Dogradct: K&R formatting cosmetics
2011-05-17 Mans Rullgarddct: build dct32 as separate object files
2011-05-16 Mans Rullgarddct: fix indentation
2011-05-16 Mans Rullgarddct: bypass table allocation for DCT_II of size 32
2011-03-20 Mans Rullgarddct: remove superflous #include
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-06 Vitor SessakSSE optimized 32-point DCT
2010-06-30 Vitor SessakMore mp{1,2,3} 32-point DCT transform to our common...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-23 Vitor SessakImplement the discrete sine/cosine transforms DCT-I...
2010-03-21 Vitor SessakReindent after r22618.
2010-03-21 Vitor SessakSplit DCT-II and DCT-III in different functions, they...
2010-03-21 Vitor SessakCall DCT by function pointer. Needed for any future...
2010-03-21 Vitor SessakCosmetics: move ff_dct_init() to the bottom of the...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-01-20 Vitor SessakFloating point discrete cosine transform