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
2018-04-14tests/checkasm/checkasm: Provide verbose failure information on float_near_ab...Michael Niedermayer
2018-04-05checkasm/vf_blend : add test for 16 bit version ofMartin Vignali
2018-04-01checkasm/Makefile: add EXTRALIBS-libavformatJosh de Kock
2018-03-24checkasm/swscale : add test for rgb shuffle_bytes funcMartin Vignali
2018-03-19checkasm/hevc_idct : update test bit depth from 8 9 and 10 to 8 10 and 12Yingming Fan
2018-03-08checkasm/hevc_sao : add hevc_sao for checkasmYingming Fan
2018-02-24checkasm/vf_blend : add test for blend_simple_16, phoenix_16 and difference_16Martin Vignali
2018-02-24checkasm/vf_blend : add depth param in order to add test for 16 bit versionMartin Vignali
2018-02-09checkasm/Makefile: add EXTRALIBS-swresampleMuhammad Faiz
2018-01-28checkasm : add test for losslessvideoencdsp for diff bytes and sub_left_predMartin Vignali
2017-12-25checkasm: support for AVX-512 functionsJames Darnley
2017-12-20Revert "checkasm/vf_interlace : add test for lowpass_line 8 and 16"James Almer
2017-12-19checkasm/vf_interlace : add test for lowpass_line 8 and 16Martin Vignali
2017-12-13checkasm/vf_hflip : add test for vf_hflip byte and short simdMartin Vignali
2017-12-10checkasm/llviddsp: fix mixed code and declarationsJames Almer
2017-12-09checkasm/llviddsp : add test for add_gradient_predMartin Vignali
2017-12-09checkasm/llviddsp : test return of add_left_pred(16)Martin Vignali
2017-12-09checkasm/vf_threshold : add test for threshold16Martin Vignali
2017-12-04checkasm/vf_threshold: fix mixed code and declarationsJames Almer
2017-12-03checkasm/vf_threshold : add checkasm test for threshold8Martin Vignali
2017-12-01checkasm/utvideo : be more explicit to the WIDTH_PADDED defineMartin Vignali
2017-11-27tests/checkasm/float_dsp: Increase allowed difference for float_dsp.vector_dmulMichael Niedermayer
2017-11-21checkasm/utvideodsp: zero initialize the entire bufferJames Almer
2017-11-21checkasm/utvideodsp: fix mixed declarations and codeJames Almer
2017-11-21checkasm : add test for huffyuvdsp add_int16Martin Vignali
2017-11-21checkasm : add utvideodsp testMartin Vignali
2017-11-21checkasm/jpeg2000dsp: add test for ict_floatJames Almer
2017-11-21checkasm/jpeg2000dsp: refactor rct_int testJames Almer
2017-11-11Merge commit '516c479172755c63063180b0c0953b68b670cdbd'James Almer
2017-11-11Merge commit '547db1eaecd597031165a2bf637acaaacde52788'James Almer
2017-11-08checkasm/llviddsp: fix warnings about mixed declaration and codeJames Almer
2017-11-07checkasm/llviddsp : add test for other dsp funcMartin Vignali
2017-10-31Merge commit 'd05c9cde0e87c23ca42957646bea483dfc09d6bf'James Almer
2017-10-29Merge commit 'e00db9f78bb475ed5103364f61892f4e75ef89ba'James Almer
2017-10-11Merge commit '7cb1d9e2dbbe5bf4652be5d78cdd68e956fa3d63'James Almer
2017-10-04libavcodec/blockdsp : add AVX versionMartin Vignali
2017-10-01libavcodec/exr : add x86 SIMD for predictorMartin Vignali
2017-09-27checkasm: Test more h264 idct variantsMartin Storsjö
2017-09-18checkasm: add an exrdsp testJames Almer
2017-09-08checkasm: use perf API on Linux ARM*Clément Bœsch
2017-09-02Revert "checkasm: Test more h264 idct variants"Martin Storsjö
2017-08-31checkasm: Test more h264 idct variantsMartin Storsjö
2017-08-25checkasm/vf_blend: rename addition128 and difference128 to grainmerge and gra...James Almer
2017-07-13checkasm: add hybrid_analysis_ileave and hybrid_synthesis_deint tests to aacp...James Almer
2017-07-13checkasm: add a g722dsp testJames Almer
2017-07-05checkasm: use declare_func_float() in sbrdsp sum_square testJames Almer
2017-07-03checkasm: add sbrdsp testsMatthieu Bouron
2017-07-01checkasm: randomize the full input buffer in test_hybrid_analysisJames Almer
2017-07-01checkasm: fix size of input buffer in test_hybrid_analysisJames Almer
2017-06-28lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch