aboutsummaryrefslogtreecommitdiff
path: root/libavutil/x86
AgeCommit message (Expand)Author
2012-06-09x86/float_dsp.asm: restore author attributionMichael Niedermayer
2012-06-08Merge 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-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-09lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles
2012-04-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-24Add 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-18x86inc: 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-14x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-03x86inc: 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
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-02win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27x86inc.asm: fix typo.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-10x86inc: remove duplicate movlhpsMichael Niedermayer
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-08mpegaudiodec: optimized iMDCT transformVitor Sessak
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-12x86: bswap: remove test for bswap instructionMans Rullgard
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard
2011-12-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-27x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak
2011-11-20Fix compilation with YASM.Reimar Döffinger
2011-11-20HACK: fix compilation with NASM.Reimar Döffinger
2011-11-07mpegaudiodec: add SSE-optimized imdct36()Vitor Sessak
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-06x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles
2011-11-05Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-26x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser