aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
* checkasm: test for abs_pow34sunyuechi2023-12-114-0/+75
* riscv: test for assembler supportRémi Denis-Courmont2023-12-083-3/+6
* checkasm: Fix the signature of float_to_fixed24Martin Storsjö2023-12-021-1/+1
* checkasm/ac3dsp: add float_to_fixed24 testsunyuechi2023-12-014-0/+75
* checkasm: test for dcmul_addsunyuechi2023-11-271-43/+98
* checkasm/riscv: report an error upon SIGILLRémi Denis-Courmont2023-11-233-2/+30
* checkasm: add helper to report a fatal signalRémi Denis-Courmont2023-11-232-4/+12
* checkasm/flacdsp: add LPC testRémi Denis-Courmont2023-11-181-0/+32
* checkasm/flacdsp: fix ls/rs/ms testsRémi Denis-Courmont2023-11-171-1/+1
* checkasm: add lossless audio DSPRémi Denis-Courmont2023-11-164-0/+120
* checkasm/huffyuvdsp: test for add_hfyu_left_pred_bgr32Rémi Denis-Courmont2023-11-151-0/+30
* checkasm: test the noise case of sbrdsp.hf_apply_noiseRémi Denis-Courmont2023-11-131-1/+4
* checkasm: test with random bw valueRémi Denis-Courmont2023-11-121-2/+2
* checkasm/motion: Don't allocate AVCodecContextAndreas Rheinhardt2023-09-281-7/+3
* avfilter/bwdif: Add proper BWDIFDSPContextAndreas Rheinhardt2023-09-281-3/+2
* avcodec/idctdsp: Avoid inclusion of avcodec.hAndreas Rheinhardt2023-09-111-0/+1
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-042-0/+2
* tests/checkasm/sw_scale: Avoid declare_func_emms where possibleAndreas Rheinhardt2023-09-041-6/+6
* tests/checkasm/llvidencdsp: Don't use declare_func_emmsAndreas Rheinhardt2023-09-041-2/+2
* tests/checkasm/hevc_*: Avoid using declare_func_emms where possibleAndreas Rheinhardt2023-09-044-32/+32
* checkasm: hevc_sao: Fix a regression in hevc_sao_edgeMatthias Dressel2023-08-241-1/+1
* checkasm: improve Linux perf error messageRémi Denis-Courmont2023-07-221-1/+1
* lavu: add/use flag for RISC-V Zba extensionRémi Denis-Courmont2023-07-191-0/+1
* checkasm: test Zbb before VRémi Denis-Courmont2023-07-191-1/+1
* checkasm: print usage on invalid argumentsRémi Denis-Courmont2023-07-171-11/+23
* avfilter/vf_bwdif: Add a filter_line3 method for optimisationJohn Cox2023-07-061-0/+81
* tests/checkasm: Add test for vf_bwdif filter_edgeJohn Cox2023-07-061-0/+54
* tests/checkasm: Add test for vf_bwdif filter_intraJohn Cox2023-07-061-0/+37
* aarch64: Add cpu flags for the dotprod and i8mm extensionsMartin Storsjö2023-06-061-0/+2
* checkasm: add h264chroma testsLynne2023-05-204-0/+90
* checkasm: pass context as pointerxufuji4562023-04-136-39/+39
* checkasm/hevc: add transform_luma testxufuji4562023-04-131-0/+29
* checkasm: add hevc_deblock chroma testJ. Dekker2023-04-064-1/+104
* checkasm: add test for bwdifJames Darnley2023-03-254-0/+89
* x86: replace explicit REP_RETs with RETsLynne2023-02-011-1/+1
* checkasm/v210dec: add extra space to the destination arraysJames Darnley2022-12-211-6/+6
* avcodec/x86: add avx512icl function for v210decJames Darnley2022-12-201-6/+6
* checkasm/v210enc: test the entire width of 10-bit planar input arraysJames Darnley2022-12-011-2/+4
* libavfilter/x86/vf_convolution: add sobel filter optimization and unit test w...bwang302022-11-144-0/+109
* dca_core: convert to lavu/txLynne2022-11-061-11/+14
* checkasm: add a verbose check function for uint32_t dataJames Darnley2022-11-042-0/+2
* checkasm/idctdsp: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-111-1/+1
* checkasm/llviddspenc: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-111-2/+2
* checkasm/huffyuvdsp: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-111-1/+1
* checkasm/llviddsp: Be strict about MMXAndreas Rheinhardt2022-10-111-8/+8
* checkasm/pixblockdsp: Be strict about MMXAndreas Rheinhardt2022-10-111-2/+2
* checkasm/audiodsp: Be strict about MMXAndreas Rheinhardt2022-10-111-5/+5
* checkasm/blockdsp: Be strict about MMXAndreas Rheinhardt2022-10-111-1/+1
* checkasm/vc1dsp: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-111-2/+2
* checkasm: RISC-V 64-bit assembler test harnessRémi Denis-Courmont2022-10-103-0/+189