summaryrefslogtreecommitdiff
path: root/tests/checkasm
Commit message (Expand)AuthorAge
* checkasm: motion: Make the benchmarks more stableMartin Storsjö2022-07-16
* checkasm: Provide enough alignment in the new motion testMartin Storsjö2022-06-28
* lavc/aarch64: motion estimation functions in neonSwinney, Jonathan2022-06-28
* tests/checkasm/sw_scale: Fix alignment for movdqaMichael Goulet2022-06-20
* checkasm: added additional dstW tests for hscaleSwinney, Jonathan2022-05-28
* checkasm: improve hevc_sao testJ. Dekker2022-05-25
* avcodec/v210enc: Move ff_v210enc_init into a headerAndreas Rheinhardt2022-05-06
* avcodec/v210_dec: Move ff_v210dec_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_threshold: Move ff_threshold_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_nlmeans: Move ff_nlmeans_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_hflip: Move ff_hflip_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_gblur: Move ff_gblur_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/vf_blend: Move ff_blend_init into a headerAndreas Rheinhardt2022-05-06
* avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt2022-05-06
* avcodec/vc1: Introduce fast path for unescaping bitstream bufferBen Avison2022-04-01
* checkasm: Add idctdsp add/put-pixels-clamped testsBen Avison2022-04-01
* checkasm: Add vc1dsp inverse transform testsBen Avison2022-04-01
* checkasm: Add vc1dsp in-loop deblocking filter testsBen Avison2022-04-01
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avutil/cpu: add AVX512 Icelake flagWu Jianhua2022-03-10
* lavc/h264: move some shared code from h264dec to h264_parseAnton Khirnov2022-01-26
* swscale/x86/input.asm: add x86-optimized planer rgb2yuv functionsMark Reid2022-01-11
* swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functionsMark Reid2022-01-11
* libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly2021-12-21
* checkasm: Use the correct AVTXContext in av_tx testsHenrik Gramner2021-12-20
* x86/swscale: fix minor coding style issuesAlan Kelly2021-12-16
* libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly2021-12-15
* avutil: [loongarch] Add support for loongarch SIMD.Shiyou Yin2021-12-15
* checkasm/hevc_pel: Fix stack buffer overreadsAndreas Rheinhardt2021-09-29
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* tests/checkasm/vf_gblur.c: update check_horiz_slice for the new ff_horiz_slic...Wu Jianhua2021-08-29
* tests/checkasm/vf_gblur.c: add check_verti_slice() for unit testWu Jianhua2021-08-29
* checkasm: collapse hevc pel testsJ. Dekker2021-08-24
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* lavu/kperf: use ff_thread_once()J. Dekker2021-07-21
* lavu/checkasm: add (private) kperf timing for macOSJ. Dekker2021-07-20
* sws: separate the calls to scaled vs unscaled conversionAnton Khirnov2021-07-03
* checkasm/vp9dsp: rename the iszero function to is_zeroMatthieu Patou2021-06-08
* checkasm: add av_tx FFT SIMD testing codeLynne2021-04-24
* tests/checkasm/sw_scale: adds additional tests sizes for yux2yuvXAlan Kelly2021-04-01
* tests/checkasm/sw_scale: use memset() to fill ditherJames Almer2021-02-19
* checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffersAlan Kelly2021-02-19
* checkasm/sw_scale: use av_free() instead of free()James Almer2021-02-17
* swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly2021-02-17
* checkasm/vf_gblur: add a test for postscale_sliceJames Almer2021-02-17
* checkasm/vf_gblur: split off the horiz_slice test into its own functionJames Almer2021-02-17
* checkasm: add hevc_pel testsJosh Dekker2021-01-25
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* tests: fix warning ISO C90 forbids mixed declarations and codeLimin Wang2020-09-10
* lavfi/hflip: Support Bayer pixel formats.Carl Eugen Hoyos2020-08-25