| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: more AVX2 framework | Jason Garrett-Glaser | 2013-10-14 | 1 | -0/+11 |
* | x86inc: FMA3/4 Support | Jason Garrett-Glaser | 2013-10-14 | 1 | -0/+42 |
* | x86inc: Remove our FMA4 support | Derek Buitenhuis | 2013-10-14 | 1 | -11/+5 |
* | x86inc: Use VEX-encoded instructions in AVX functions | Henrik Gramner | 2013-10-14 | 1 | -84/+169 |
* | x86inc: Remove .rodata kludges | Henrik Gramner | 2013-10-09 | 1 | -11/+5 |
* | x86inc: remove misaligned cpu flag | Henrik Gramner | 2013-10-07 | 1 | -5/+4 |
* | x86inc: various minor backports from x264 | Jason Garrett-Glaser | 2013-10-07 | 1 | -4/+3 |
* | x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64" | Derek Buitenhuis | 2013-10-07 | 1 | -0/+2 |
* | x86inc: Utilize the shadow space on 64-bit Windows | Henrik Gramner | 2013-10-07 | 1 | -37/+46 |
* | x86inc: create xm# and ym#, analagous to m# | Loren Merritt | 2013-10-07 | 1 | -1/+25 |
* | x86inc: fix some corner cases of SWAP | Loren Merritt | 2013-10-07 | 1 | -27/+27 |
* | x86inc: Use SSE instead of SSE2 for copying data | Henrik Gramner | 2013-10-07 | 1 | -2/+2 |
* | x86inc: Set ELF hidden visibility for global constants | Henrik Gramner | 2013-10-07 | 1 | -1/+5 |
* | x86inc: activate REP_RET automatically | Loren Merritt | 2013-10-07 | 1 | -5/+31 |
* | x86inc: Fix number of operands for cmp* instructions | Christophe Gisquet | 2013-04-09 | 1 | -4/+4 |
* | x86: Use simple nop codes for <= sse (rather than <= mmx) | Ronald S. Bultje | 2013-02-19 | 1 | -1/+1 |
* | x86inc: Add cvisible macro for C functions with public prefix | Diego Biurrun | 2013-01-18 | 1 | -14/+28 |
* | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 1 | -5/+5 |
* | lavc: merge latest x86inc.asm fixes with x264 | Ronald S. Bultje | 2012-12-19 | 1 | -13/+20 |
* | x86inc: fully concatenate tokens to fix macro expansion for nasm | Janne Grunau | 2012-12-13 | 1 | -2/+2 |
* | x86inc: fix stack alignment on win64 | Ronald S. Bultje | 2012-12-12 | 1 | -4/+6 |
* | x86inc: support stack mem allocation and re-alignment in PROLOGUE | Ronald S. Bultje | 2012-12-12 | 1 | -36/+149 |
* | x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling | Justin Ruggles | 2012-12-05 | 1 | -0/+1 |
* | x86inc: Set program_name outside of x86inc.asm | Diego Biurrun | 2012-11-11 | 1 | -1/+1 |
* | x86inc: Only define program_name if the macro is unset | Diego Biurrun | 2012-11-02 | 1 | -1/+3 |
* | Remove INIT_AVX from x86inc.asm. | Ronald S. Bultje | 2012-10-29 | 1 | -8/+0 |
* | vf_hqdn3d: x86 asm | Loren Merritt | 2012-08-26 | 1 | -0/+1 |
* | x86: fix build with nasm 2.08 | Mans Rullgard | 2012-08-07 | 1 | -11/+7 |
* | x86: use nop cpu directives only if supported | Mans Rullgard | 2012-08-07 | 1 | -3/+9 |
* | x86: fix rNmp macros with nasm | Mans Rullgard | 2012-08-07 | 1 | -2/+2 |
* | x86: Use consistent 3dnowext function and macro name suffixes | Diego Biurrun | 2012-08-03 | 1 | -1/+1 |
* | x86inc: clip num_args to 7 on x86-32. | Loren Merritt | 2012-07-28 | 1 | -0/+3 |
* | x86inc: sync to latest version from x264. | Ronald S. Bultje | 2012-07-28 | 1 | -92/+124 |
* | x86: add support for fmaddps fma4 instruction with abstraction to avx/sse | Justin Ruggles | 2012-07-27 | 1 | -5/+11 |
* | x86inc: automatically insert vzeroupper for YMM functions. | Ronald S. Bultje | 2012-07-26 | 1 | -3/+12 |
* | x86inc: modify ALIGN to not generate long nops on i586 | Loren Merritt | 2012-07-05 | 1 | -0/+4 |
* | x86inc: support AVX abstraction for 2-operand instructions | Loren Merritt | 2012-04-18 | 1 | -2/+8 |
* | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 1 | -104/+114 |
* | x86inc: add *mp named argument support to DEFINE_ARGS. | Ronald S. Bultje | 2012-03-14 | 1 | -0/+2 |
* | x86inc: don't "bake" stack_offset in named arguments. | Loren Merritt | 2012-03-03 | 1 | -1/+4 |
* | x86inc: support yasm -f win64 flag also. | Haruhiko Yamagata | 2012-02-08 | 1 | -0/+2 |
* | x86inc: allow manual use of WIN64_SPILL_XMM. | Henrik Gramner | 2012-02-08 | 1 | -4/+5 |
* | x86inc.asm: fix typo. | Ronald S. Bultje | 2012-01-27 | 1 | -1/+1 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -13/+15 |
* | mpegaudiodec: optimized iMDCT transform | Vitor Sessak | 2012-01-08 | 1 | -0/+2 |
* | x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. | Vitor Sessak | 2011-11-27 | 1 | -1/+1 |
* | x86inc: use sse versions of common macros instead of sse2 when applicable | Justin Ruggles | 2011-11-06 | 1 | -0/+5 |
* | Update x86inc.asm to latest x264 version, and add AVX symmetry. | Loren Merritt | 2011-11-05 | 1 | -183/+340 |
* | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -0/+905 |