Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-03tests/checkasm/sw_scale: adds additional tests sizes for yux2yuvXAlan Kelly
2021-02-19tests/checkasm/sw_scale: use memset() to fill ditherJames Almer
2021-02-19checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffersAlan Kelly
2021-02-18checkasm/sw_scale: use av_free() instead of free()James Almer
2021-02-17swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly
2021-02-17checkasm/vf_gblur: add a test for postscale_sliceJames Almer
2021-02-17checkasm/vf_gblur: split off the horiz_slice test into its own functionJames Almer
2021-01-25checkasm: add hevc_pel testsJosh Dekker
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-09-10tests: fix warning ISO C90 forbids mixed declarations and codeLimin Wang
2020-08-25lavfi/hflip: Support Bayer pixel formats.Carl Eugen Hoyos
2020-07-23libavutil: Detect MMI and MSA flags for MIPSJiaxun Yang
2020-07-12checkasm/vf_blend: use the correct depth parameters to initialize the blend m...James Almer
2020-06-01checkasm: sw_rgb: Fix mixed declaration and codeJun Zhao
2020-05-21checkasm/sw_scale: Fix stack-buffer-overflowAndreas Rheinhardt
2020-05-16checkasm: swscale: Fix running the hscale test on 32 bit x86Martin Storsjö
2020-05-15checkasm: sw_rgb: Add a test for interleaveBytesMartin Storsjö
2020-05-15checkasm: pixblockdsp: Add tests for get_pixels_unaligned and diff_pixels_una...Martin Storsjö
2020-05-15checkasm: aarch64: Check for stack overflowsMartin Storsjö
2020-05-15checkasm: arm: Check for stack overflowsMartin Storsjö
2020-05-15checkasm: arm: Don't use blx to call checkasm_fail_funcMartin Storsjö
2020-05-15checkasm: arm: Make the indentation consistent with other filesMartin Storsjö
2020-05-15checkasm: add hscale testJosh de Kock
2020-05-15checkasm: add function to check and diff memoryMartin Storsjö
2020-03-27tests/checkasm: add overflow test for hevc_add_resLinjie Fu
2020-03-27checkasm/hevc_add_res: prepare test data only if the fuction is not testedLinjie Fu
2020-02-09checkasm: sbrdsp: Fix a spurious test failure by calculating a better epsilon...Martin Storsjö
2020-01-24checkasm: Check HAVE_GETSTDHANDLE here as wellMartin Storsjö
2019-12-18checkasm: aacpsdsp: Tolerate extra intermediate precision in stereo_interpolateMartin Storsjö
2019-12-13checkasm: af_afir: Use a dynamic tolerance depending on valuesMartin Storsjö
2019-12-11checkasm: float_dsp: Scale FLT/DBL_EPSILON sufficiently when comparingMartin Storsjö
2019-09-26checkasm/vf_eq: add test for vf_eqTing Fu
2019-09-18checkasm/opusdsp: declare opus_deemphasis as a function returning a floatJames Almer
2019-09-11checkasm: add opusdsp testsLynne
2019-06-12checkasm/vf_gblur: add test for horiz_slice simdRuiling Song
2019-05-02checkasm: add test for v210decJames Darnley
2019-03-14Merge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc'James Almer
2019-03-11Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'James Almer
2019-02-27checkasm/h264: test 4:2:2 chroma loop filter functionsJanne Grunau
2019-02-20Merge commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01'James Almer
2019-02-16build: Rename OBJDIRS variable to OUTDIRSDiego Biurrun
2019-01-31tests/checkasm/checkasm: Do not define an unused function.Carl Eugen Hoyos
2019-01-26checkasm/h264: add loop filter testsJanne Grunau
2019-01-13checkasm/af_afir: relax the max allowed absolute differenceJames Almer
2019-01-03checkasm: add an af_afir testJames Almer
2018-09-14checkasm/float_dsp: add test for vector_dmulJames Almer
2018-05-30lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytesAndrey Semashev
2018-05-18tests/checkasm/nlmeans: fix invalid read/write on ii bufferClément Bœsch
2018-05-10checkasm/sw_rgb: fix the function declaration warningJun Zhao
2018-05-08checkasm: add vf_nlmeans test for ssd_integral_imageClément Bœsch