aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
* 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
* checkasm/vp8dsp: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-081-3/+3
* lavu/riscv: CPU flag for the Zbb extensionRémi Denis-Courmont2022-10-051-0/+1
* lavu/cpu: CPU flags for the RISC-V Vector extensionRémi Denis-Courmont2022-09-271-0/+4
* lavu/cpu: detect RISC-V base extensionsRémi Denis-Courmont2022-09-271-0/+4
* x86/tx_float: add 15xN PFA FFT AVX SIMDLynne2022-09-231-2/+2
* tests/checkasm/lpc: correct arithmetic when randomizing buffersLynne2022-09-231-6/+6
* tests/checkasm/lpc: reduce range and use signed valuesLynne2022-09-231-6/+6
* tests/checkasm/lpc: print mismatching valuesJames Almer2022-09-221-2/+8
* tests/checkasm/lpc: randomize buffer lengthJames Almer2022-09-221-16/+3
* avcodec/lpc: use ptrdiff_t for length parametersJames Almer2022-09-221-1/+1
* x86/lpc: fix even scalar loop overreads/writesLynne2022-09-221-0/+4
* avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-2/+1