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
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
2015-07-20x86/vf_ssim: fix some instruction commentsJames Almer
2015-07-15avfilter/x86/vf_psnr.asm: split one line of license text into twoPaul 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-06-01x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-27avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer
2015-05-26avfilter/x86/vf_fspp: Fix invalid combination of opcode and operandsMichael Niedermayer
2015-01-28avfilter/x86/vf_fspp: Fix loop condition for column_fidct()Michael Niedermayer
2015-01-27avfilter/vf_eq: mark src as constMichael Niedermayer
2015-01-27avfilter/vf_eq: Fix clipping codeMichael Niedermayer
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: move pxor in store slice functions out of the loopJames Almer
2014-12-26x86/vf_fspp: port inline asm to yasmJames Almer
2014-12-24avfilter/vf_fspp: add missing inline asm guardsJames Almer
2014-12-24lavfi: port mp=fspp to a native libavfilter filterArwa Arif
2014-12-21avfilter/vf_spp: Fix overflow in 8bit store sliceMichael Niedermayer
2014-12-15avfilter/vf_spp: support 10bit per sampleMichael Niedermayer
2014-12-12avfilter/vf_spp: change temporary to unsignedMichael Niedermayer
2014-11-25avfilter/x86/vf_interlace: remove redundant instructionsMichael Niedermayer
2014-11-25Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b'Michael Niedermayer
2014-11-25vf_interlace: x86: improve asm performanceMichael Niedermayer
2014-11-15avfilter/x86/vf_interlace: rewrite asmMichael Niedermayer
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-10av_filter/x86/idet: use HADDD where appropriatePascal Massimino
2014-09-09av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino
2014-09-05vfi/x86/vf_idet: fix incorrect use of paddqJames Darnley
2014-09-05avfilter/x86/idet: fix license header (GPL -> LGPL)Pascal Massimino
2014-09-05avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal
2014-07-13fix spelling errorsAndreas Cadhalpun
2014-07-10x86/yadif-10: remove duplicate ABS macroJames Almer
2014-06-28avfilter/x86/vf_pullup: fix "invalid combination of opcode and operands" with...Michael Niedermayer
2014-06-25avfilter/x86/vf_pullup: fix old typoMichael Niedermayer
2014-06-25avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functionsMichael Niedermayer
2014-06-15x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet
2014-04-05Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8'Michael Niedermayer
2014-04-04x86: Drop some unnecessary YASM ifdefsDiego Biurrun
2014-01-14Change license of yadif from GPL to LGPLRobert Krüger
2014-01-14Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c""Robert Krüger
2014-01-14vf_yadif: Relicense from GPL to LGPLRobert Krüger
2013-12-01Revert "vf_yadif: move x86 init code to x86/yadif.c"Michael Niedermayer
2013-11-01Revert "Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'"Clément Bœsch