summaryrefslogtreecommitdiff
path: root/libavutil/x86
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-09
|\
| * x86inc: support yasm -f win64 flag also.Haruhiko Yamagata2012-02-08
| * x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner2012-02-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-03
|\|
| * win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * x86inc.asm: fix typo.Ronald S. Bultje2012-01-27
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* | x86inc: remove duplicate movlhpsMichael Niedermayer2012-01-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-10
|\|
| * mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * x86: bswap: remove test for bswap instructionMans Rullgard2011-12-12
| * bswap: make generic implementation more compiler-friendlyMans Rullgard2011-12-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-09
|\|
| * x86 cpuid: set vendor union members separatelySean McGovern2011-12-08
| * x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-27
* | x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-28
* | Fix compilation with YASM.Reimar Döffinger2011-11-20
* | HACK: fix compilation with NASM.Reimar Döffinger2011-11-20
* | mpegaudiodec: add SSE-optimized imdct36()Vitor Sessak2011-11-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-07
|\|
| * x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles2011-11-06
| * Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt2011-11-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\|
| * fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\|
| * x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-04
|\|
| * cpu detection: avoid a signed overflowSean McGovern2011-09-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-18
|\|
| * Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-17
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-13
|\|
| * Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
| * Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * bswap: use native types for av_bwap16().Jason Garrett-Glaser2011-04-22
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-23
|\|
| * cosmetics: indentationJustin Ruggles2011-03-22
| * Add a CPU flag for the Atom processor.Justin Ruggles2011-03-22
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-20
| * x86: check for AVX supportMans Rullgard2011-02-20
| * Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles2011-02-11
* | x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-22
* | x86: check for AVX supportMans Rullgard2011-02-20
* | Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles2011-02-13
|/
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Add missing #include <string.h> in x86/cpu.cMåns Rullgård2010-09-09