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
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
2013-11-01avfilter/x86/vf_gradfun_init: fix some consts & related warningsMichael Niedermayer
2013-11-01Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'Michael Niedermayer
2013-11-01Merge commit 'ee80cf741a44115758e62399b7bde08d33161151'Michael Niedermayer
2013-10-31gradfun: x86: Factor out common code for some gradfun_filter_line() variantsDiego Biurrun
2013-10-31avfilter: x86: K&R formatting cosmeticsDiego Biurrun
2013-10-24avfilter/x86/vf_gradfun_init: fix const and related warningsMichael Niedermayer
2013-10-24Merge commit '0e730494160d973400aed8d2addd1f58a0ec883e'Michael Niedermayer
2013-10-23avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang
2013-10-23Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d'Michael Niedermayer
2013-10-23avfilter: Fix typo in Loren's email addressDiego Biurrun
2013-09-17avfilter/x86/vf_pullup: try to fix build on x64Paul B Mahol
2013-09-17avfilter: port pullup filter from libmpcodecsPaul B Mahol
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-06-14lavfi: add spp filter.Clément Bœsch
2013-05-14yadif: restore speed of the C filtering codeJames Darnley
2013-05-09Merge commit '6e9f8d6a7d7392a236df19fef6f4eba41f18167e'Michael Niedermayer