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
2013-08-29x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun
2013-08-29x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-05-13x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun
2013-05-07x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-02-06rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-08-30x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-25x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-06-22cosmetics: do not use full path for local headersDiego Biurrun
2012-05-16x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev
2012-05-10rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet
2012-04-10rv40dsp: implement prescaled versions for biweight.Christophe GISQUET
2012-02-21rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje
2012-01-31rv40: x86 SIMD for biweightChristophe Gisquet
2012-01-31x86: Give RV40 init file a more suitable name.Diego Biurrun