summaryrefslogtreecommitdiffstats
path: root/libavutil/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: cpu: clean up check for cpuid instruction supportMans Rullgard2012-07-011-20/+16
* x86: cpu: whitespace (mostly) cosmeticsMans Rullgard2012-06-251-34/+36
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-252-0/+5
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-231-0/+2
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-182-0/+54
* Add a float DSP framework to libavutilJustin Ruggles2012-06-083-0/+99
* x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak2012-05-291-7/+6
* lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles2012-05-091-4/+3
* Add libavresampleJustin Ruggles2012-04-241-0/+9
* x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt2012-04-181-2/+8
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-121-0/+1
* x86inc improvements for 64-bitHenrik Gramner2012-04-111-104/+114
* x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje2012-03-141-0/+2
* x86inc: don't "bake" stack_offset in named arguments.Loren Merritt2012-03-031-1/+4
* x86inc: support yasm -f win64 flag also.Haruhiko Yamagata2012-02-081-0/+2
* x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner2012-02-081-4/+5
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-021-0/+71
* x86inc.asm: fix typo.Ronald S. Bultje2012-01-271-1/+1
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-272-14/+16
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-081-0/+2
* x86: bswap: remove test for bswap instructionMans Rullgard2011-12-121-7/+0
* bswap: make generic implementation more compiler-friendlyMans Rullgard2011-12-121-0/+4
* x86 cpuid: set vendor union members separatelySean McGovern2011-12-081-1/+4
* x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-271-1/+1
* x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles2011-11-061-0/+5
* Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt2011-11-051-183/+340
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-211-0/+12
* x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-261-0/+9
* cpu detection: avoid a signed overflowSean McGovern2011-09-031-1/+1
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-171-0/+33
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-0/+542
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-0/+905
* bswap: use native types for av_bwap16().Jason Garrett-Glaser2011-04-221-2/+2
* cosmetics: indentationJustin Ruggles2011-03-221-8/+8
* Add a CPU flag for the Atom processor.Justin Ruggles2011-03-221-2/+10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-195-20/+20
* x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-201-1/+1
* x86: check for AVX supportMans Rullgard2011-02-201-0/+12
* Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles2011-02-111-1/+16
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-3/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+3
* Add missing #include <string.h> in x86/cpu.cMåns Rullgård2010-09-091-0/+1
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-091-6/+1
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-0/+128
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-6/+6
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-093-4/+2
* Add lots of missing includesMåns Rullgård2010-03-081-0/+1
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-191-0/+37
* Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange2010-01-181-0/+96
OpenPOWER on IntegriCloud