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
2012-07-11
dct/fft-test: use a replacement getopt() if the system has none present.
Ronald S. Bultje
2012-06-20
Use av_gettime() in various places
Mans Rullgard
2012-04-25
fft-test: add option to set cpuflag mask
Mans Rullgard
2011-12-08
tests/tools/examples: Replace direct exit() calls by return.
Diego Biurrun
2011-06-26
Move some variable declarations below the proper #ifdefs.
Diego Biurrun
2011-04-01
Fixed-point support in fft-test
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-08-16
fft-test: format error output more readably
Måns Rullgård
2010-08-06
fft-test: free buffers before exiting
Måns Rullgård
2010-08-04
fft-test: exit with non-zero status if test failed
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-03
Add help for (I)RDFT test in fft-test
Vitor Sessak
2010-04-03
Make code using 1d-DCT consistent with the API change
Vitor Sessak
2010-03-07
Give RDFT types more meaningful names
Måns Rullgård
2010-03-07
Update include directives in fft-test.c
Måns Rullgård
2010-01-20
Floating point discrete cosine transform
Vitor Sessak
2010-01-11
fft-test: Add RDFT/IRDFT support.
Alex Converse
2010-01-11
fft-test: Replace do_mdct with a tf_transform enum and switch on it.
Alex Converse
2010-01-08
fft-test: whitespace cosmetics
Alex Converse
2009-09-20
Merge FFTContext and MDCTContext
Måns Rullgård
2009-08-22
bring back some randomness in fft-test. (regression in r18070)
Loren Merritt
2009-05-20
Support for testing (i)MDCT output scale factor in fft-test tool.
Siarhei Siamashka
2009-05-16
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-04-10
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
Diego Biurrun
2009-03-31
Mark non-exported functions in test and example programs as static.
Diego Biurrun
2009-03-20
Replace random() usage in test programs by av_lfg_*().
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-08-12
remove mdct tmp buffer
Loren Merritt
2008-06-25
Don't set mm_flags in fft-test, since it doesn't do anything anyway.
Alexander Strange
2008-06-24
Define mm_flags/support to be 0 on architectures where they don't exist.
Alexander Strange
2008-06-24
Remove redundant mm_flags declaration, fixes the warning:
Diego Biurrun
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