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-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
2012-06-09x86/float_dsp.asm: restore author attributionMichael Niedermayer
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-05-30Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer
2012-05-29x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles
2012-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25Add libavresampleJustin Ruggles
2012-04-20Fix compilation with NASM.Reimar Döffinger
2012-04-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-19Remove .rodata alignment kludge for Mach-O if a recent enough yasm is used.Nico Weber
2012-04-19x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-03-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-15x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04x86inc: don't "bake" stack_offset in named arguments.Loren Merritt
2012-02-12Detect and check for CMOV.Reimar Döffinger
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-08x86inc: support yasm -f win64 flag also.Haruhiko Yamagata
2012-02-08x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner