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
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-26vf_hqdn3d: x86 asmLoren Merritt
2012-08-24lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles
2012-08-22x86: remove FASTDIV inline asmMans Rullgard
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-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-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-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
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-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-23dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
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-08x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje
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-25x86: cpu: whitespace (mostly) cosmeticsMans Rullgard
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2012-06-23x86: Add CPU flag for the i686 cmov instructionDiego Biurrun
2012-06-19float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-05-29x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak
2012-05-10lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles
2012-04-25Add libavresampleJustin Ruggles
2012-04-19x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-03-15x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje
2012-03-04x86inc: don't "bake" stack_offset in named arguments.Loren Merritt
2012-02-08x86inc: support yasm -f win64 flag also.Haruhiko Yamagata
2012-02-08x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner
2012-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-01-27x86inc.asm: fix typo.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2011-12-12x86: bswap: remove test for bswap instructionMans Rullgard
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard
2011-12-08x86 cpuid: set vendor union members separatelySean McGovern
2011-11-28x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak