summaryrefslogtreecommitdiff
path: root/tests/checkasm
Commit message (Expand)AuthorAge
* 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
* checkasm/vf_eq: add test for vf_eqTing Fu2019-09-26
* checkasm/opusdsp: declare opus_deemphasis as a function returning a floatJames Almer2019-09-18
* checkasm: add opusdsp testsLynne2019-09-11
* checkasm/vf_gblur: add test for horiz_slice simdRuiling Song2019-06-12
* checkasm: add test for v210decJames Darnley2019-05-02
* Merge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc'James Almer2019-03-14
|\
| * checkasm/h264: test 4:2:2 chroma loop filter functionsJanne Grunau2019-02-27
* | Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'James Almer2019-03-10
|\|
| * build: Rename OBJDIRS variable to OUTDIRSDiego Biurrun2019-02-16
* | Merge commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01'James Almer2019-02-20
|\|
| * checkasm/h264: add loop filter testsJanne Grunau2019-01-26
| * checkasm: Use LOCAL_ALIGNED for aligned variables on the stackMartin Storsjö2017-12-12
* | tests/checkasm/checkasm: Do not define an unused function.Carl Eugen Hoyos2019-01-31
* | checkasm/af_afir: relax the max allowed absolute differenceJames Almer2019-01-13
* | checkasm: add an af_afir testJames Almer2019-01-03
* | checkasm/float_dsp: add test for vector_dmulJames Almer2018-09-14