index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dct.c
Age
Commit message (
Expand
)
Author
2012-10-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-08
x86: call most of the x86 dsp init functions under if (ARCH_X86)
Janne Grunau
2012-08-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-01-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-03
dct: K&R formatting cosmetics
Aneesh Dogra
2011-05-18
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-17
dct: build dct32 as separate object files
Mans Rullgard
2011-05-17
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-16
dct: fix indentation
Mans Rullgard
2011-05-16
dct: bypass table allocation for DCT_II of size 32
Mans Rullgard
2011-03-21
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-20
dct: remove superflous #include
Mans Rullgard
2011-03-20
Move dct and rdft definitions to separate files
Mans Rullgard
2011-03-19
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-06
SSE optimized 32-point DCT
Vitor Sessak
2010-06-30
More mp{1,2,3} 32-point DCT transform to our common DCT framework.
Vitor Sessak
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-23
Implement the discrete sine/cosine transforms DCT-I and DST-I
Vitor Sessak
2010-03-21
Reindent after r22618.
Vitor Sessak
2010-03-21
Split DCT-II and DCT-III in different functions, they do not share any code.
Vitor Sessak
2010-03-21
Call DCT by function pointer. Needed for any future ASM implementation and
Vitor Sessak
2010-03-21
Cosmetics: move ff_dct_init() to the bottom of the file
Vitor Sessak
2010-03-06
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-01-20
Floating point discrete cosine transform
Vitor Sessak