62 Commits (35af7add6fac7f926d0cbb5724f36f0fe5022488)

Author SHA1 Message Date
James Almer 285e41c34c checkasm: add alacdsp tests 9 years ago
Henrik Gramner ec85153f25 checkasm: Fix compilation with --disable-avcodec 9 years ago
Henrik Gramner 99982524f9 checkasm: Remove use of deprecated av_set_cpu_flags_mask() 9 years ago
Henrik Gramner 8bb376cf6b checkasm: Fix the function name sorting algorithm 9 years ago
Henrik Gramner 69e456d7fb checkasm/vp9dsp: Fix iszero() to read the correct data 9 years ago
Ronald S. Bultje 0b227c6d47 checkasm: add vp9dsp.itxfm_add tests. 9 years ago
Henrik Gramner 19b28d047d checkasm: Fix the function name sorting algorithm 9 years ago
Henrik Gramner cc28552100 checkasm/x86: Correctly handle variadic functions 9 years ago
Henrik Gramner 5405584b7b checkasm: Use a self-balancing tree 9 years ago
Henrik Gramner 7ca1de5b4f checkasm/x86: Correctly handle variadic functions 9 years ago
James Almer 4e03f0ab08 checkasm/vp9dsp: add const to suppress "discards const qualifier" warnings 9 years ago
James Almer af990d72b7 checkasm/Makefile: add missing testclean target 9 years ago
Henrik Gramner 2ab65b652d checkasm: Use a self-balancing tree 9 years ago
Ronald S. Bultje 7a4b97e946 checkasm: clip vp9 loopfilter test pixels inside allowed bitdepth range. 9 years ago
Rodger Combs f559812a84 tests/checkasm: make randomize_buffers a function for easier debugging 9 years ago
Michael Niedermayer 5ba40c3c71 tests/checkasm/vp9dsp: Revert first hunk of bddcf758d3 9 years ago
Ronald S. Bultje 350e9c6765 vp9: fix loopfilter test code to address Hendrik's comments. 9 years ago
Rodger Combs df2a2643fe tests/checkasm: fix stack smash in check_loopfilter 9 years ago
Michael Niedermayer bddcf758d3 tests/checkasm/vp9dsp: Add () to protect macro arguments 9 years ago
Ronald S. Bultje b074367405 checkasm: add VP9 loopfilter tests. 9 years ago
James Almer 784792788b checkasm: add jpeg2000dsp rct_int tests 9 years ago
James Almer 763ffa2029 checkasm: add flacdsp decorrelate tests 9 years ago
Henrik Gramner 781a25e9c4 checkasm: v210: Fix array overwrite 9 years ago
Michael Niedermayer a860adb49c tests/checkasm/vp9dsp: Use snprintf() for safetey 9 years ago
Henrik Gramner 6115966ad3 checkasm: v210: Fix array overwrite 9 years ago
Henrik Gramner 985e7d8cc1 checkasm: v210: s/Libav/FFmpeg/ 9 years ago
Ronald S. Bultje bbd44e124a checkasm: add vp9 intra pred tests. 9 years ago
Ronald S. Bultje 084451e1e4 checkasm: add vp9 MC tests. 9 years ago
Henrik Gramner 3cdda78deb checkasm: add unit tests for v210enc 9 years ago
Henrik Gramner c457bdebe7 checkasm: Fix floating point arguments on 64-bit Windows 9 years ago
Henrik Gramner 33a58d7bf4 checkasm: Fix floating point arguments on 64-bit Windows 9 years ago
Henrik Gramner 515b69f8f8 checkasm: Explicitly declare function prototypes 9 years ago
Henrik Gramner e13da244f4 checkasm: x86: properly save rdx/edx in checked_call() 9 years ago
Henrik Gramner e6b8797b82 checkasm: x86: properly save rdx/edx in checked_call() 9 years ago
Henrik Gramner 18b101ff59 checkasm: Explicitly declare function prototypes 9 years ago
Henrik Gramner 8f4a06faf4 checkasm: Remove unnecessary include 9 years ago
Henrik Gramner 5e8e121fcc checkasm: Remove unnecessary include 9 years ago
Martin Storsjö bf0cef5c3a checkasm: Include io.h for isatty, if available 9 years ago
Henrik Gramner 65c1480152 checkasm: Modify report format 9 years ago
Michael Niedermayer 4d0d55cd62 checkasm: Use LOCAL_ALIGNED 9 years ago
Michael Niedermayer f467fc02b4 tests/checkasm/h264pred: Use LOCAL_ALIGNED_16() 9 years ago
Michael Niedermayer 9e83ac6114 tests/checkasm/h264qpel: Use LOCAL_ALIGNED_16() 9 years ago
Janne Grunau e605bf3b59 checkasm: remove empty array initializer list in h264pred test 9 years ago
Luca Barbato 3ae0e721c7 checkasm: Always link statically 9 years ago
Michael Niedermayer 593731efa8 tests/checkasm/Makefile: Fix checkasm with SDL 9 years ago
Janne Grunau 82e6ac85ff checkasm: test all architectures with optimisations 9 years ago
Michael Niedermayer cb33f8d0f4 checkasm: Give macro a body to avoid potential unexpected syntax issues 9 years ago
Henrik Gramner 6cc4d3e9a9 checkasm: exit with status 0 instead of 1 if there are no tests to perform 9 years ago
Luca Barbato fc56868399 cosmetics: Reformat checkasm tests 9 years ago
Henrik Gramner d37f232635 checkasm: Add unit tests for bswapdsp 9 years ago