Mercurial > libavcodec.hg
log dct.c @ 11520:a791382fd782 libavcodec
age | author | description |
---|---|---|
Sun, 21 Mar 2010 11:36:17 +0000 | vitor | Reindent after r22618. libavcodec |
Sun, 21 Mar 2010 11:35:05 +0000 | vitor | Split DCT-II and DCT-III in different functions, they do not share any code. libavcodec |
Sun, 21 Mar 2010 11:31:11 +0000 | vitor | Call DCT by function pointer. Needed for any future ASM implementation and libavcodec |
Sun, 21 Mar 2010 11:28:38 +0000 | vitor | Cosmetics: move ff_dct_init() to the bottom of the file libavcodec |
Sat, 06 Mar 2010 14:34:46 +0000 | mru | Move FFT parts from dsputil.h to fft.h libavcodec |
Wed, 20 Jan 2010 00:39:47 +0000 | vitor | Floating point discrete cosine transform libavcodec |