summaryrefslogtreecommitdiffstats
path: root/tests/fate/checkasm.mak
Commit message (Collapse)AuthorAgeFilesLines
* checkasm/vf_eq: add test for vf_eqTing Fu2019-09-261-0/+1
| | | | | Signed-off-by: Ting Fu <ting.fu@intel.com> Signed-off-by: Ruiling Song <ruiling.song@intel.com>
* checkasm: add opusdsp testsLynne2019-09-111-0/+1
|
* checkasm/vf_gblur: add test for horiz_slice simdRuiling Song2019-06-121-0/+1
| | | | Signed-off-by: Ruiling Song <ruiling.song@intel.com>
* fate/checkasm: add missing v210dec testJames Almer2019-05-031-0/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* tests: Add EXESUF to program calls.Carl Eugen Hoyos2019-04-191-1/+1
| | | | Fixes fate in Windows subsystem for Linux.
* checkasm: add an af_afir testJames Almer2019-01-031-0/+1
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* checkasm/swscale : add test for rgb shuffle_bytes funcMartin Vignali2018-03-241-0/+1
|
* checkasm/hevc_sao : add hevc_sao for checkasmYingming Fan2018-03-071-0/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* checkasm : add test for losslessvideoencdsp for diff bytes and sub_left_predMartin Vignali2018-01-281-0/+1
|
* Revert "checkasm/vf_interlace : add test for lowpass_line 8 and 16"James Almer2017-12-191-1/+0
| | | | | | | | This reverts commit adff97be5e2ff51c0bb66080c2f904ed40b6c571. It currently fails on Windows targets. Signed-off-by: James Almer <jamrial@gmail.com>
* checkasm/vf_interlace : add test for lowpass_line 8 and 16Martin Vignali2017-12-191-0/+1
|
* checkasm/vf_hflip : add test for vf_hflip byte and short simdMartin Vignali2017-12-131-0/+1
|
* fate/checkasm: add missing target for vf_threshold testJames Almer2017-12-041-0/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Merge commit '39e16ee2289e4240a82597b97db5541bbbd2b996'James Almer2017-11-111-1/+1
|\ | | | | | | | | | | | | * commit '39e16ee2289e4240a82597b97db5541bbbd2b996': Revert "fate: Skip the checkasm test if CONFIG_STATIC is disabled" Merged-by: James Almer <jamrial@gmail.com>
| * Revert "fate: Skip the checkasm test if CONFIG_STATIC is disabled"Martin Storsjö2017-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | When we use dllexport properly for shared libraries on windows, there's no longer any issue with linking the object files for e.g. libavcodec statically into checkasm. (It's still not possible to link the built object files for e.g. libavformat statically to libavcodec though, since libavformat exepcts to load av_export_* symbols from a DLL.) This reverts commit 4e62b57ee03928c12a3119dcaf78ffa1f4d6985f. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc'James Almer2017-10-031-1/+1
|\ \ | |/ | | | | | | | | | | * commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc': fate: Make null comparison method more useful Merged-by: James Almer <jamrial@gmail.com>
* | checkasm: add an exrdsp testJames Almer2017-09-171-0/+1
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm: add a g722dsp testJames Almer2017-07-131-0/+1
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | fate: add fate-checkasm-sbrdsp targetJames Almer2017-07-051-0/+1
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm: add AAC PS testsClément Bœsch2017-06-281-1/+2
| | | | | | | | | | | | This includes various fixes and improvements from James Almer. Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm: add float_dsp testsJames Almer2017-06-141-0/+1
| | | | | | | | | | | | Ported from libavutil/tests/float_dsp.c Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '4e62b57ee03928c12a3119dcaf78ffa1f4d6985f'Clément Bœsch2017-05-051-1/+1
|\ \ | |/ | | | | | | | | | | * commit '4e62b57ee03928c12a3119dcaf78ffa1f4d6985f': fate: Skip the checkasm test if CONFIG_STATIC is disabled Merged-by: Clément Bœsch <cboesch@gopro.com>
| * fate: Skip the checkasm test if CONFIG_STATIC is disabledMartin Storsjö2017-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | When building DLLs with MSVC, CONFIG_STATIC is disabled (see d66c52c2b3694 for a more verbose explanation) since the built object files can't be linked statically (which checkasm does). This worked up until recently, only by luck. Signed-off-by: Martin Storsjö <martin@martin.st>
* | checkasm: add fixed_dsp testsJames Almer2017-04-111-0/+1
| | | | | | | | | | Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '4537647c0429fe7c8ee655ac3fda856ba67f58a0'Clément Bœsch2017-03-311-4/+27
|\ \ | |/ | | | | | | | | | | * commit '4537647c0429fe7c8ee655ac3fda856ba67f58a0': fate: checkasm: Split monolithic test into individual components Merged-by: Clément Bœsch <cboesch@gopro.com>
| * fate: checkasm: Split monolithic test into individual componentsDiego Biurrun2016-11-081-4/+22
|/
* fate: add checkasm targetJanne Grunau2015-07-181-0/+5
OpenPOWER on IntegriCloud