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-05-03avfilter/vf_overlay: add x86 SIMDPaul B Mahol
2018-04-24avfilter/vf_interlace: remove duplicate code with same funcionalityVasile Toncu
2018-01-28avfilter/vf_framerate: add SIMD functions for frame blendingMarton Balint
2017-12-04avfilter: add hflip x86 SIMDPaul B Mahol
2017-12-02avfilter/vf_threshold: add x86 SIMDPaul B Mahol
2017-07-08avfilter: add limiter filterPaul B Mahol
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-05-09avfilter: add arbitrary audio FIR filterPaul B Mahol
2016-06-08avfilter/avf_showcqt: cqt_calc optimization on x86Muhammad Faiz
2016-04-12vf_colorspace: x86-64 SIMD (SSE2) optimizations.Ronald S. Bultje
2016-03-13avfilter/vf_bwdif: add x86 SIMDThomas Mundt
2015-10-10avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol
2015-10-06avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputsPaul B Mahol
2015-10-03avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol
2015-10-02avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth inputPaul B Mahol
2015-07-15avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley
2015-07-14vf_psnr: sse2 optimizations for sum-squared-error.Ronald S. Bultje
2015-07-14vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje
2015-01-26avfilter: Port mp=eq/eq2 to lavfiArwa Arif
2015-01-10x86/vf_pp7: port dctB_mmx to yasmJames Almer
2015-01-09lavfi: port mp=pp7 to libavfilterArwa Arif
2014-12-26x86/vf_fspp: port inline asm to yasmJames Almer
2014-12-24lavfi: port mp=fspp to a native libavfilter filterArwa Arif
2014-11-15avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...Michael Niedermayer
2014-11-15Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc'Michael Niedermayer
2014-11-15vf_interlace: Add SIMD for lowpass filterKieran Kunhya
2014-10-17x86/vf_noise: move asm code to a separate fileJames Almer
2014-09-05avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal
2014-01-14Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c""Robert Krüger
2013-12-01Revert "vf_yadif: move x86 init code to x86/yadif.c"Michael Niedermayer
2013-10-24Merge commit '0e730494160d973400aed8d2addd1f58a0ec883e'Michael Niedermayer
2013-10-23avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang
2013-09-17avfilter: port pullup filter from libmpcodecsPaul B Mahol
2013-06-14lavfi: add spp filter.Clément Bœsch
2013-03-17yadif: x86 assembly for 9 to 14-bit samplesJames Darnley
2013-03-17yadif: x86 assembly for 16-bit samplesJames Darnley
2013-02-04avfilter: x86: consistent filenames for filter optimizationsDiego Biurrun
2013-02-01vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun
2013-01-09yadif: Port inline assembly to yasmDaniel Kang
2012-12-05x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles
2012-10-12avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun
2012-08-26vf_hqdn3d: x86 asmLoren Merritt
2010-12-12Add gradfun filter, ported from MPlayer.Nolan L
2010-09-28use a Makefile in x86 subdirAurelien Jacobs