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
2016-08-20x86/avf_showcqt: use the FMULADD_PS x86util macroJames Almer
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-06-26Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes
2016-06-09x86/showcqt: use three operand format for some instructionsJames Almer
2016-06-09x86/showcqt: add missing preprocessor checksJames Almer
2016-06-08avutil/x86util: move haddps sse emulation from showcqtJames Almer
2016-06-08avfilter/avf_showcqt: cqt_calc optimization on x86Muhammad Faiz
2016-05-28Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun
2016-05-23avfilter/vf_blend: fix incorrect Y variable when threading is usedPaul B Mahol
2016-05-10vf_colorspace: use enums for bpp/subsampling array indices.Ronald S. Bultje
2016-05-10vf_colorspace: add const to yuv_stride[] argument in DSP functions.Ronald S. Bultje
2016-04-12vf_colorspace: x86-64 SIMD (SSE2) optimizations.Ronald S. Bultje
2016-03-16avfilter/vf_bwdif: Add yadif base information to copyright headerThomas Mundt
2016-03-13avfilter/vf_bwdif: add x86 SIMDThomas Mundt
2016-02-28x86/vf_blend: Add SSE2 optimization for divideTimothy Gu
2016-02-14vf_blend: Reduce number of arguments for kernel functionTimothy Gu
2016-02-10x86/vf_blend: Add SSE2 optimization for screenTimothy Gu
2016-02-10x86/vf_blend: Move multiplying to a macroTimothy Gu
2016-02-09vf_blend: Add SSE2 optimization for multiplyTimothy Gu
2016-01-08x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_highHendrik Leppkes
2016-01-03x86/vf_stereo3d: remove a few unnecessary movasJames Almer
2015-12-28x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32James Almer
2015-12-28x86/vf_stereo3d: optimize register usageJames Almer
2015-12-24x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer
2015-12-24x86/vf_blend: make all functions work on x86_32James Almer
2015-12-24x86/vf_blend: simplify using macrosJames Almer
2015-12-24x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32James Almer
2015-12-24avfilter/x86/vf_maskedmerge: Clear upper part of widthMichael Niedermayer
2015-12-10avfilter/x86/vf_maskedmerge: move %define out of .nextrowPaul B Mahol
2015-10-27x86/vf_w3fdif: use aligned loads in w3fdif_complex_highJames Almer
2015-10-12x86/vf_w3fdif: use aligned loads in w3fdif_simple_highJames Almer
2015-10-12x86/vf_w3fdif: simplify w3fdif_simple_highJames Almer
2015-10-11x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_lowJames Almer
2015-10-10avfilter/x86/vf_w3fdif: add colons after labelsPaul B Mahol
2015-10-10avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol
2015-10-09doc: fix spelling errorsAndreas Cadhalpun
2015-10-08avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions lessPaul B Mahol
2015-10-07avfilter/x86/vf_blend.asm: 11th register is used, update functionsPaul B Mahol
2015-10-07avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMDPaul B Mahol
2015-10-06avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputsPaul B Mahol
2015-10-03avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer
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-10-01avfilter/x86/vf_psnr.asm: fix typoPaul B Mahol
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-08-18options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje
2015-08-11x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-04x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-07-26x86/vf_interlace: add missing colon to labelsJames Almer
2015-07-20x86/vf_ssim: add ff_ssim_4x4_line_xopJames Almer