| Commit message (Expand) | Author | Age | Files | Lines |
* | fft-test: fix order of operations for calculating the average error | Michael Niedermayer | 2012-09-30 | 1 | -1/+1 |
* | fft-test: switch to new cpu flags API | Michael Niedermayer | 2012-08-16 | 1 | -3/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-12 | 1 | -0/+6 |
|\ |
|
| * | dct/fft-test: use a replacement getopt() if the system has none present. | Ronald S. Bultje | 2012-07-11 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 1 | -10/+3 |
|\| |
|
| * | Use av_gettime() in various places | Mans Rullgard | 2012-06-20 | 1 | -10/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-26 | 1 | -1/+9 |
|\| |
|
| * | fft-test: add option to set cpuflag mask | Mans Rullgard | 2012-04-25 | 1 | -1/+9 |
* | | fft-test: fix all pointer type warnings. | Michael Niedermayer | 2012-04-01 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-09 | 1 | -4/+1 |
|\| |
|
| * | tests/tools/examples: Replace direct exit() calls by return. | Diego Biurrun | 2011-12-08 | 1 | -4/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-27 | 1 | -2/+3 |
|\| |
|
| * | Move some variable declarations below the proper #ifdefs. | Diego Biurrun | 2011-06-26 | 1 | -2/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-02 | 1 | -22/+51 |
|\| |
|
| * | Fixed-point support in fft-test | Mans Rullgard | 2011-04-01 | 1 | -22/+51 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -12/+14 |
|\| |
|
| * | 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 |