summaryrefslogtreecommitdiff
path: root/tests/checkasm
Commit message (Expand)AuthorAge
* lavc/h264: move some shared code from h264dec to h264_parseAnton Khirnov2022-01-24
* 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
* libavutil: Detect MMI and MSA flags for MIPSJiaxun Yang2020-07-23
* checkasm/vf_blend: use the correct depth parameters to initialize the blend m...James Almer2020-07-12
* checkasm: sw_rgb: Fix mixed declaration and codeJun Zhao2020-06-01
* checkasm/sw_scale: Fix stack-buffer-overflowAndreas Rheinhardt2020-05-20
* checkasm: swscale: Fix running the hscale test on 32 bit x86Martin Storsjö2020-05-16
* checkasm: sw_rgb: Add a test for interleaveBytesMartin Storsjö2020-05-15
* checkasm: pixblockdsp: Add tests for get_pixels_unaligned and diff_pixels_una...Martin Storsjö2020-05-15
* checkasm: aarch64: Check for stack overflowsMartin Storsjö2020-05-15
* checkasm: arm: Check for stack overflowsMartin Storsjö2020-05-15
* checkasm: arm: Don't use blx to call checkasm_fail_funcMartin Storsjö2020-05-15
* checkasm: arm: Make the indentation consistent with other filesMartin Storsjö2020-05-15
* checkasm: add hscale testJosh de Kock2020-05-15
* checkasm: add function to check and diff memoryMartin Storsjö2020-05-15
* tests/checkasm: add overflow test for hevc_add_resLinjie Fu2020-03-27
* checkasm/hevc_add_res: prepare test data only if the fuction is not testedLinjie Fu2020-03-27
* checkasm: sbrdsp: Fix a spurious test failure by calculating a better epsilon...Martin Storsjö2020-02-08
* checkasm: Check HAVE_GETSTDHANDLE here as wellMartin Storsjö2020-01-24
* checkasm: aacpsdsp: Tolerate extra intermediate precision in stereo_interpolateMartin Storsjö2019-12-18
* checkasm: af_afir: Use a dynamic tolerance depending on valuesMartin Storsjö2019-12-12
* checkasm: float_dsp: Scale FLT/DBL_EPSILON sufficiently when comparingMartin Storsjö2019-12-11