index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
fft-test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
Diego Biurrun
2014-01-06
1
-8
/
+8
*
fft-test: add a missing #include
Anton Khirnov
2013-10-26
1
-0
/
+1
*
fft-test: Remove possibility of returning restricted exit code
Derek Buitenhuis
2013-10-25
1
-1
/
+4
*
dct/fft-test: use a replacement getopt() if the system has none present.
Ronald S. Bultje
2012-07-11
1
-0
/
+6
*
Use av_gettime() in various places
Mans Rullgard
2012-06-20
1
-10
/
+3
*
fft-test: add option to set cpuflag mask
Mans Rullgard
2012-04-25
1
-1
/
+9
*
tests/tools/examples: Replace direct exit() calls by return.
Diego Biurrun
2011-12-08
1
-4
/
+1
*
Move some variable declarations below the proper #ifdefs.
Diego Biurrun
2011-06-26
1
-2
/
+3
*
Fixed-point support in fft-test
Mans Rullgard
2011-04-01
1
-22
/
+51
*
Move dct and rdft definitions to separate files
Mans Rullgard
2011-03-20
1
-0
/
+2
*
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
1
-12
/
+12
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
fft-test: format error output more readably
Måns Rullgård
2010-08-16
1
-1
/
+1
*
fft-test: free buffers before exiting
Måns Rullgård
2010-08-06
1
-0
/
+7
*
fft-test: exit with non-zero status if test failed
Måns Rullgård
2010-08-04
1
-8
/
+12
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Add help for (I)RDFT test in fft-test
Vitor Sessak
2010-04-03
1
-0
/
+1
*
Make code using 1d-DCT consistent with the API change
Vitor Sessak
2010-04-03
1
-3
/
+3
*
Give RDFT types more meaningful names
Måns Rullgård
2010-03-07
1
-3
/
+3
*
Update include directives in fft-test.c
Måns Rullgård
2010-03-07
1
-1
/
+3
*
Floating point discrete cosine transform
Vitor Sessak
2010-01-20
1
-1
/
+65
*
fft-test: Add RDFT/IRDFT support.
Alex Converse
2010-01-11
1
-2
/
+52
*
fft-test: Replace do_mdct with a tf_transform enum and switch on it.
Alex Converse
2010-01-11
1
-11
/
+26
*
fft-test: whitespace cosmetics
Alex Converse
2010-01-08
1
-10
/
+10
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-1
/
+1
*
bring back some randomness in fft-test. (regression in r18070)
Loren Merritt
2009-08-22
1
-6
/
+6
*
Support for testing (i)MDCT output scale factor in fft-test tool.
Siarhei Siamashka
2009-05-20
1
-7
/
+13
*
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-05-16
1
-1
/
+1
*
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
Diego Biurrun
2009-04-10
1
-3
/
+3
*
Mark non-exported functions in test and example programs as static.
Diego Biurrun
2009-03-31
1
-8
/
+8
*
Replace random() usage in test programs by av_lfg_*().
Diego Biurrun
2009-03-20
1
-2
/
+4
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
remove mdct tmp buffer
Loren Merritt
2008-08-12
1
-6
/
+5
*
Don't set mm_flags in fft-test, since it doesn't do anything anyway.
Alexander Strange
2008-06-25
1
-4
/
+0
*
Define mm_flags/support to be 0 on architectures where they don't exist.
Alexander Strange
2008-06-24
1
-0
/
+3
*
Remove redundant mm_flags declaration, fixes the warning:
Diego Biurrun
2008-06-24
1
-2
/
+0
*
making reference models have the same API
Marc Hoffman
2007-08-01
1
-4
/
+6
*
make the reference code use double instead of float where it is easy
Michael Niedermayer
2007-07-29
1
-4
/
+4
*
print max and mse
Michael Niedermayer
2007-07-29
1
-1
/
+7
*
Fix the compilation of dct-test, fft-test and motion-test which are using
Panagiotis Issaris
2007-07-19
1
-0
/
+1
*
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
Ronald S. Bultje
2007-06-09
1
-0
/
+2
*
Add '#undef exit', the function is now forbidden.
Diego Biurrun
2007-04-01
1
-0
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2006-09-10
1
-0
/
+18
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-6
/
+6
*
printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)
Benjamin Larsson
2005-04-04
1
-10
/
+10
*
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...
Gildas Bazin
2004-03-13
1
-5
/
+5
*
per file doxy
Michael Niedermayer
2003-03-06
1
-1
/
+5
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-3
/
+3
*
suppressed getopt.h
Fabrice Bellard
2003-01-07
1
-1
/
+1
[next]