aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
* all: fix typos found by codespellTimo Rothenpieler3 days10-10/+10
* checkasm/h264dsp: Fix stack-buffer-overflow, effective-type violationsAndreas Rheinhardt9 days2-17/+30
* tests/checkasm: add check for vf_colordetectNiklas Haas2025-07-214-0/+144
* tests/checkasm: add test for vf_blackdetectNiklas Haas2025-07-184-0/+74
* tests/checkasm: add scene_sad checkasm testNiklas Haas2025-07-174-0/+78
* checkasm/swscale: fix function prototypesKacper Michajłow2025-07-174-11/+11
* configure: Factor mpegvideoencdsp out of mpegvideoencAndreas Rheinhardt2025-06-212-2/+2
* checkasm: h264dsp: test luma_dc_dequantTristan Matthews2025-06-161-0/+37
* checkasm: add checkasm_check_dctcoefTristan Matthews2025-06-161-0/+11
* avcodec/pixblockdsp: Pass bits_per_raw_sample directlyAndreas Rheinhardt2025-05-311-4/+1
* avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 8bpc inverse transformsHenrik Gramner2025-05-191-7/+7
* build: fix windows build issue introduced by 45bea45Nuo Mi2025-05-161-2/+1
* checkasm: hevc sao, use checkasm_check_paddedNuo Mi2025-05-141-25/+20
* checkasm: hevc sao_edge, benchmarking inside the width loop is meaninglessNuo Mi2025-05-141-7/+7
* checkasm: add vvc_saoShaun Loo2025-05-144-1/+157
* lavc/apv: AVX2 transquant for x86-64Mark Thompson2025-04-274-0/+114
* checkasm: hevc_pel: Use helpers for checking for writes out of boundsMartin Storsjö2025-04-101-67/+90
* checkasm: add tests for AESRodger Combs2025-04-064-0/+67
* tests/checkasm/checkasm.c: Assert that aligned_w/h do not overflowMichael Niedermayer2025-04-031-2/+5
* checkasm: vp8dsp: Use checkasm_check_padded in check_mcMartin Storsjö2025-04-011-6/+7
* checkasm: Implement helpers for defining and checking padded rectsMartin Storsjö2025-04-012-28/+116
* checkasm: Make checkasm_fail_func return whether we should print verboselyMartin Storsjö2025-04-012-5/+6
* checkasm/v210enc.c: Use checkasm_check()Kieran Kunhya2025-04-011-5/+4
* tests/checkasm: fix wrong summation of bench timeNiklas Haas2025-03-311-2/+2
* avcodec/mpegvideoenc: Add MPVEncContextAndreas Rheinhardt2025-03-261-1/+1
* tests/checkasm/videodsp: Don't use declare_func_emmsAndreas Rheinhardt2025-03-221-7/+6
* checkasm: aacencdsp: Actually test nonzero values in quant_bandsMartin Storsjö2025-02-101-1/+1
* swscale/aarch64/rgb2rgb: Implemented NEON shuf routinesKrzysztof Pyrkosz2025-02-071-0/+12
* tests/checkasm/sw_rgb: increase plane array buffersJames Almer2025-01-281-9/+9
* tests/checkasm/sw_rgb: Fix leaksAndreas Rheinhardt2025-01-121-8/+15
* tests/checkasm/sw_rgb: remove bogus value truncation in check_yuv2packed1()James Almer2024-12-311-2/+0
* checkasm/sw_rgb: add alpToYV12 checkNiklas Haas2024-12-231-0/+47
* checkasm/sw_rgb: add tests for yuv2packed{1,2,X}Niklas Haas2024-12-231-0/+308
* checkasm/sw_scale: add test for yuv2nv12cXNiklas Haas2024-12-231-0/+74
* checkasm/sw_scale: add assertion for hscale assumptionNiklas Haas2024-12-231-0/+1
* checkasm: Print benchmarks of C-only functionsMartin Storsjö2024-12-111-25/+23
* checkasm/rv40dsp: cover more casessunyuechi2024-12-101-5/+5
* checkasm: vvc: Use checkasm_check for printing failing outputMartin Storsjö2024-12-103-17/+14
* tests/checkasm: Simplify logic for WASI signal handlingZhao Zhili2024-12-062-18/+5
* swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit ...Ramiro Polla2024-12-051-8/+60
* checkasm/sw_range_convert: test negative input valuesRamiro Polla2024-12-051-0/+14
* tests/checkasm: Add partial support for wasmZhao Zhili2024-12-042-2/+21
* swscale: eliminate redundant SwsInternal accessesNiklas Haas2024-11-254-40/+43
* swscale/internal: group user-facing options togetherNiklas Haas2024-11-214-30/+30
* tests/checkasm/diracdsp: fix alignment for src and ombc_weight buffersJames Almer2024-11-191-2/+2
* checkasm: add RISC-V vector width to arch infoRémi Denis-Courmont2024-11-171-0/+6
* checkasm/diracdsp: test add_dirac_obmcKyosuke Kawakami2024-11-154-0/+96
* checkasm/sw_range_convert: indent after previous couple of commitsRamiro Polla2024-10-271-24/+24
* checkasm/sw_range_convert: test all supported bit depthsRamiro Polla2024-10-271-31/+63
* checkasm/sw_range_convert: only run benchmarks on largest input widthRamiro Polla2024-10-271-0/+2