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-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
2011-11-07x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles
2011-11-06Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-09-27x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser
2011-09-03cpu detection: avoid a signed overflowSean McGovern
2011-08-18Move clipd macros to x86util.asm.Ronald S. Bultje
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-04-23bswap: use native types for av_bwap16().Jason Garrett-Glaser
2011-03-22cosmetics: indentationJustin Ruggles
2011-03-22Add a CPU flag for the Atom processor.Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20x86: use raw opcode for xgetbv instructionMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
2011-02-12Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-09-09Add missing #include <string.h> in x86/cpu.cMåns Rullgård
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård