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
/
fft-test.c
Age
Commit message (
Expand
)
Author
2007-08-01
making reference models have the same API
Marc Hoffman
2007-07-29
make the reference code use double instead of float where it is easy
Michael Niedermayer
2007-07-29
print max and mse
Michael Niedermayer
2007-07-19
Fix the compilation of dct-test, fft-test and motion-test which are using
Panagiotis Issaris
2007-06-09
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
Ronald S. Bultje
2007-04-01
Add '#undef exit', the function is now forbidden.
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-10
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-04-04
printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)
Benjamin Larsson
2004-03-13
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...
Gildas Bazin
2003-03-06
per file doxy
Michael Niedermayer
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-01-07
suppressed getopt.h
Fabrice Bellard
2003-01-07
compile fixes
Fabrice Bellard
2002-10-28
new generic FFT/MDCT code for audio codecs
Fabrice Bellard