aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
* avutil/cpu: add AVX512 Icelake flagWu Jianhua2022-03-101-17/+18
* lavc/h264: move some shared code from h264dec to h264_parseAnton Khirnov2022-01-261-0/+1
* swscale/x86/input.asm: add x86-optimized planer rgb2yuv functionsMark Reid2022-01-111-0/+216
* swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functionsMark Reid2022-01-114-1/+201
* libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly2021-12-211-1/+1
* checkasm: Use the correct AVTXContext in av_tx testsHenrik Gramner2021-12-201-8/+27
* x86/swscale: fix minor coding style issuesAlan Kelly2021-12-161-2/+1
* libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly2021-12-151-5/+15
* avutil: [loongarch] Add support for loongarch SIMD.Shiyou Yin2021-12-151-0/+3
* 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