aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
* checkasm/hevc_pel: Fix stack buffer overreadsAndreas Rheinhardt2021-09-291-11/+19
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-202-15/+15
* tests/checkasm/vf_gblur.c: update check_horiz_slice for the new ff_horiz_slic...Wu Jianhua2021-08-291-6/+11
* tests/checkasm/vf_gblur.c: add check_verti_slice() for unit testWu Jianhua2021-08-291-0/+23
* checkasm: collapse hevc pel testsJ. Dekker2021-08-243-30/+26
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-223-3/+0
* lavu/kperf: use ff_thread_once()J. Dekker2021-07-211-5/+1
* lavu/checkasm: add (private) kperf timing for macOSJ. Dekker2021-07-202-3/+18
* sws: separate the calls to scaled vs unscaled conversionAnton Khirnov2021-07-031-2/+2
* checkasm/vp9dsp: rename the iszero function to is_zeroMatthieu Patou2021-06-081-3/+3
* checkasm: add av_tx FFT SIMD testing codeLynne2021-04-244-0/+111
* tests/checkasm/sw_scale: adds additional tests sizes for yux2yuvXAlan Kelly2021-04-011-3/+3
* tests/checkasm/sw_scale: use memset() to fill ditherJames Almer2021-02-191-3/+1
* checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffersAlan Kelly2021-02-191-2/+2
* checkasm/sw_scale: use av_free() instead of free()James Almer2021-02-171-2/+2
* swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly2021-02-171-0/+103
* checkasm/vf_gblur: add a test for postscale_sliceJames Almer2021-02-171-0/+22
* checkasm/vf_gblur: split off the horiz_slice test into its own functionJames Almer2021-02-171-13/+15
* checkasm: add hevc_pel testsJosh Dekker2021-01-254-1/+545
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-0134-0/+39
* tests: fix warning ISO C90 forbids mixed declarations and codeLimin Wang2020-09-101-1/+1
* lavfi/hflip: Support Bayer pixel formats.Carl Eugen Hoyos2020-08-251-0/+1
* libavutil: Detect MMI and MSA flags for MIPSJiaxun Yang2020-07-231-0/+3
* 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
|\|