summaryrefslogtreecommitdiff
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
* checkasm/vf_blend: use the correct depth parameters to initialize the blend m...James Almer2020-07-121-1/+1
* checkasm: sw_rgb: Fix mixed declaration and codeJun Zhao2020-06-011-3/+4
* checkasm/sw_scale: Fix stack-buffer-overflowAndreas Rheinhardt2020-05-201-1/+1
* checkasm: swscale: Fix running the hscale test on 32 bit x86Martin Storsjö2020-05-161-3/+3
* checkasm: sw_rgb: Add a test for interleaveBytesMartin Storsjö2020-05-151-0/+70
* checkasm: pixblockdsp: Add tests for get_pixels_unaligned and diff_pixels_una...Martin Storsjö2020-05-151-6/+10
* checkasm: aarch64: Check for stack overflowsMartin Storsjö2020-05-152-5/+49
* checkasm: arm: Check for stack overflowsMartin Storsjö2020-05-152-5/+36
* checkasm: arm: Don't use blx to call checkasm_fail_funcMartin Storsjö2020-05-151-1/+1
* checkasm: arm: Make the indentation consistent with other filesMartin Storsjö2020-05-152-170/+170
* checkasm: add hscale testJosh de Kock2020-05-154-1/+137
* checkasm: add function to check and diff memoryMartin Storsjö2020-05-152-0/+58
* tests/checkasm: add overflow test for hevc_add_resLinjie Fu2020-03-271-2/+6
* checkasm/hevc_add_res: prepare test data only if the fuction is not testedLinjie Fu2020-03-271-13/+20
* checkasm: sbrdsp: Fix a spurious test failure by calculating a better epsilon...Martin Storsjö2020-02-081-1/+3
* checkasm: Check HAVE_GETSTDHANDLE here as wellMartin Storsjö2020-01-241-3/+3
* checkasm: aacpsdsp: Tolerate extra intermediate precision in stereo_interpolateMartin Storsjö2019-12-181-0/+18
* checkasm: af_afir: Use a dynamic tolerance depending on valuesMartin Storsjö2019-12-121-1/+13
* checkasm: float_dsp: Scale FLT/DBL_EPSILON sufficiently when comparingMartin Storsjö2019-12-111-3/+6
* checkasm/vf_eq: add test for vf_eqTing Fu2019-09-264-0/+84
* checkasm/opusdsp: declare opus_deemphasis as a function returning a floatJames Almer2019-09-181-1/+1
* checkasm: add opusdsp testsLynne2019-09-114-0/+108
* checkasm/vf_gblur: add test for horiz_slice simdRuiling Song2019-06-124-0/+71
* checkasm: add test for v210decJames Darnley2019-05-024-0/+82
* Merge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc'James Almer2019-03-141-18/+26
|\
| * checkasm/h264: test 4:2:2 chroma loop filter functionsJanne Grunau2019-02-271-18/+26
* | Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'James Almer2019-03-101-1/+1
|\ \ | |/
| * build: Rename OBJDIRS variable to OUTDIRSDiego Biurrun2019-02-161-1/+1
* | Merge commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01'James Almer2019-02-201-0/+124
|\ \ | |/
| * checkasm/h264: add loop filter testsJanne Grunau2019-01-261-0/+124
| * checkasm: Use LOCAL_ALIGNED for aligned variables on the stackMartin Storsjö2017-12-121-5/+5
* | tests/checkasm/checkasm: Do not define an unused function.Carl Eugen Hoyos2019-01-311-0/+2
* | checkasm/af_afir: relax the max allowed absolute differenceJames Almer2019-01-131-1/+1
* | checkasm: add an af_afir testJames Almer2019-01-034-0/+88
* | checkasm/float_dsp: add test for vector_dmulJames Almer2018-09-141-0/+24
* | lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytesAndrey Semashev2018-05-301-1/+1
* | tests/checkasm/nlmeans: fix invalid read/write on ii bufferClément Bœsch2018-05-181-4/+4
* | checkasm/sw_rgb: fix the function declaration warningJun Zhao2018-05-101-1/+1
* | checkasm: add vf_nlmeans test for ssd_integral_imageClément Bœsch2018-05-084-0/+118
* | swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422Martin Vignali2018-04-221-0/+50
* | tests/checkasm/checkasm: Provide verbose failure information on float_near_ab...Michael Niedermayer2018-04-141-1/+5
* | checkasm/vf_blend : add test for 16 bit version ofMartin Vignali2018-04-051-0/+5
* | checkasm/Makefile: add EXTRALIBS-libavformatJosh de Kock2018-03-311-1/+1
* | checkasm/swscale : add test for rgb shuffle_bytes funcMartin Vignali2018-03-244-0/+95
* | checkasm/hevc_idct : update test bit depth from 8 9 and 10 to 8 10 and 12Yingming Fan2018-03-191-2/+2
* | checkasm/hevc_sao : add hevc_sao for checkasmYingming Fan2018-03-074-1/+153
* | checkasm/vf_blend : add test for blend_simple_16, phoenix_16 and difference_16Martin Vignali2018-02-241-0/+12
* | checkasm/vf_blend : add depth param in order to add test for 16 bit versionMartin Vignali2018-02-241-28/+29
* | checkasm/Makefile: add EXTRALIBS-swresampleMuhammad Faiz2018-02-091-1/+1
* | checkasm : add test for losslessvideoencdsp for diff bytes and sub_left_predMartin Vignali2018-01-284-0/+119