aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/lpc: implement a new Welch windowing functionLynne2022-09-214-0/+85
* tests/checkasm: add a test for VorbisDSPContextJames Almer2022-09-194-0/+92
* checkasm/tx: add checkasm support for the iMDCTLynne2022-09-061-13/+14
* checkasm: sw_scale: Produce more realistic test filter coefficients for yuv2yuvXMartin Storsjö2022-08-191-1/+15
* checkasm/sw_scale: hscale does not requires cpuflag test.Alan Kelly2022-08-181-4/+1
* libswscale: Enable hscale_avx2 for all input sizes.Alan Kelly2022-08-181-1/+1
* checkasm: motion: Test different h parametersMartin Storsjö2022-08-171-4/+6
* checkasm: Provide enough alignment in the new yuv2plane1 testMartin Storsjö2022-08-161-3/+3
* checkasm/hevc_add_res: add 12bit testJ. Dekker2022-08-161-7/+8
* checkasm: updated tests for sw_scaleSwinney, Jonathan2022-08-161-39/+149
* checkasm: Silence warnings about unused return value from read()Martin Storsjö2022-08-081-1/+3
* avcodec/flacdsp: Split encoder-only parts into a ctx of its ownAndreas Rheinhardt2022-08-052-2/+2
* avcodec/flacdsp: Remove unused function parameterAndreas Rheinhardt2022-08-051-2/+2
* checkasm: motion: Make the benchmarks more stableMartin Storsjö2022-07-161-1/+2
* checkasm: Provide enough alignment in the new motion testMartin Storsjö2022-06-281-2/+2
* lavc/aarch64: motion estimation functions in neonSwinney, Jonathan2022-06-284-0/+156
* tests/checkasm/sw_scale: Fix alignment for movdqaMichael Goulet2022-06-201-5/+5
* checkasm: added additional dstW tests for hscaleSwinney, Jonathan2022-05-281-49/+55
* checkasm: improve hevc_sao testJ. Dekker2022-05-251-20/+31
* avcodec/v210enc: Move ff_v210enc_init into a headerAndreas Rheinhardt2022-05-061-1/+1
* avcodec/v210_dec: Move ff_v210dec_init into a headerAndreas Rheinhardt2022-05-061-1/+1
* avfilter/vf_threshold: Move ff_threshold_init into a headerAndreas Rheinhardt2022-05-061-1/+1
* avfilter/vf_nlmeans: Move ff_nlmeans_init into a headerAndreas Rheinhardt2022-05-061-1/+1
* avfilter/vf_hflip: Move ff_hflip_init into a headerAndreas Rheinhardt2022-05-061-0/+1
* avfilter/vf_gblur: Move ff_gblur_init into a headerAndreas Rheinhardt2022-05-061-1/+1
* avfilter/vf_blend: Move ff_blend_init into a headerAndreas Rheinhardt2022-05-061-1/+1
* avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt2022-05-061-1/+1
* avcodec/vc1: Introduce fast path for unescaping bitstream bufferBen Avison2022-04-011-0/+67