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-04-04x86: Drop some unnecessary YASM ifdefsDiego Biurrun
2014-01-14vf_yadif: Relicense from GPL to LGPLRobert Krüger
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-23avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang
2013-10-23avfilter: Fix typo in Loren's email addressDiego Biurrun
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-05-14yadif: restore speed of the C filtering codeJames Darnley
2013-05-08x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun
2013-04-22x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun
2013-03-28lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch
2013-03-28lavfi/gradfun: fix dithering in MMX code.Clément Bœsch
2013-03-28lavfi/gradfun: fix rounding in MMX code.Clément Bœsch
2013-03-13hqdn3d: Fix out of array read in LOWPASSLoren Merritt
2013-02-15vf_yadif: fix out-of line readsAnton Khirnov
2013-02-06vf_yadif: silence a warning.Anton Khirnov
2013-02-04avfilter: x86: consistent filenames for filter optimizationsDiego Biurrun
2013-02-01vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun
2013-01-14yadif: x86: fix build for compilers without aligned stackDaniel Kang
2013-01-09yadif: Port inline assembly to yasmDaniel Kang
2012-12-05x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles
2012-12-05x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-12avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30avfilter: x86: Use more precise compile template namesDiego Biurrun
2012-08-26vf_hqdn3d: x86 asmLoren Merritt
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-13x86: yadif: fix asm with sunccMans Rullgard
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-31x86: yadif: Mark mmxext optimizations as suchDiego Biurrun
2012-07-23lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-03x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard
2012-07-02vf_yadif: move x86 init code to x86/yadif.cMans Rullgard
2012-07-02vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard
2012-02-10yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2011-07-04vf_gradfun: relicense x86 asm to LGPLLoren Merritt
2011-04-03Change yadif to not use out of picture lines.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-12-12Add gradfun filter, ported from MPlayer.Nolan L
2010-12-06In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier
2010-12-04yadif sse2/ssse3 optimizationsBaptiste Coudurier
2010-10-04yadif: Explicit wordlength for compare. Fixes compile with clang.İsmail Dönmez