Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-24Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer
2012-08-24lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles
2012-08-22x86: remove FASTDIV inline asmMans Rullgard
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Add more missing includes after removing the implicit common.hMartin Storsjö
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-08x86inc.asm: remove redundant ifdef __YASM_VER__Michael Niedermayer
2012-08-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-07x86: fix build with nasm 2.08Mans Rullgard
2012-08-07x86: use nop cpu directives only if supportedMans Rullgard
2012-08-07x86: fix rNmp macros with nasmMans Rullgard
2012-08-07x86: add colons after labelsMans Rullgard
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28x86inc: clip num_args to 7 on x86-32.Loren Merritt
2012-07-28x86inc: sync to latest version from x264.Ronald S. Bultje
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles
2012-07-27x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-10x86: cpu: clean up check for cpuid instruction supportMans Rullgard
2012-07-10x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje
2012-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-08x86inc: put basicnop under ifdef to prevent compile failure.Clément Bœsch
2012-07-08x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje
2012-07-07x86inc: try to put amdnop under ifdef to prevent compile failureMichael Niedermayer
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt
2012-07-05x86inc: modify ALIGN to not generate long nops on i586Loren Merritt
2012-07-01x86: cpu: clean up check for cpuid instruction supportMans Rullgard
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-26x86/intmath.h: Fix mull operand constraintsyang
2012-06-25x86: cpu: whitespace (mostly) cosmeticsMans Rullgard
2012-06-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-23x86: Add CPU flag for the i686 cmov instructionDiego Biurrun
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19x86/intmath: fix type of FASTDIVMichael Niedermayer
2012-06-19float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles