| Commit message (Expand) | Author | Age | Files | Lines |
* | x264asm: fix cmp* number of arguments | Christophe Gisquet | 2013-04-05 | 1 | -4/+4 |
* | Use simple nop codes for <= sse (rather than <= mmx). | Ronald S. Bultje | 2013-02-11 | 1 | -1/+1 |
* | Merge commit 'd633d12b2cc999cee3ac25bf9a810fe7ff03726d' | Michael Niedermayer | 2013-01-19 | 1 | -14/+28 |
|\ |
|
| * | x86inc: Add cvisible macro for C functions with public prefix | Diego Biurrun | 2013-01-18 | 1 | -14/+28 |
* | | Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b' | Michael Niedermayer | 2013-01-19 | 1 | -5/+5 |
|\| |
|
| * | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-20 | 1 | -13/+20 |
|\| |
|
| * | lavc: merge latest x86inc.asm fixes with x264 | Ronald S. Bultje | 2012-12-19 | 1 | -13/+20 |
* | | Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f' | Michael Niedermayer | 2012-12-14 | 1 | -2/+2 |
|\| |
|
| * | x86inc: fully concatenate tokens to fix macro expansion for nasm | Janne Grunau | 2012-12-13 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-13 | 1 | -4/+6 |
|\| |
|
| * | 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 |
* | | x86inc: support stack mem allocation and re-alignment in PROLOGUE. | Ronald S. Bultje | 2012-12-12 | 1 | -36/+149 |
* | | Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56' | Michael Niedermayer | 2012-12-06 | 1 | -0/+1 |
|\| |
|
| * | x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling | Justin Ruggles | 2012-12-05 | 1 | -0/+1 |
* | | Merge commit '802713c4e7b41bc2deed754d78649945c3442063' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | x86inc: Set program_name outside of x86inc.asm | Diego Biurrun | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit '9ce02e14f01de50fcc6f7f459544b140be66d615' | Michael Niedermayer | 2012-11-03 | 1 | -1/+3 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-26 | 1 | -0/+1 |
|\| |
|
| * | vf_hqdn3d: x86 asm | Loren Merritt | 2012-08-26 | 1 | -0/+1 |
* | | x86inc.asm: remove redundant ifdef __YASM_VER__ | Michael Niedermayer | 2012-08-08 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-07 | 1 | -35/+16 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-03 | 1 | -1/+1 |
|\| |
|
| * | x86: Use consistent 3dnowext function and macro name suffixes | Diego Biurrun | 2012-08-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-29 | 1 | -92/+127 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-27 | 1 | -8/+23 |
|\| |
|
| * | 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: put basicnop under ifdef to prevent compile failure. | Clément Bœsch | 2012-07-07 | 1 | -0/+2 |
* | | x86inc: try to put amdnop under ifdef to prevent compile failure | Michael Niedermayer | 2012-07-07 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-05 | 1 | -0/+4 |
|\| |
|
| * | x86inc: modify ALIGN to not generate long nops on i586 | Loren Merritt | 2012-07-05 | 1 | -0/+4 |
* | | Fix compilation with NASM. | Reimar Döffinger | 2012-04-20 | 1 | -2/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-19 | 1 | -2/+8 |
|\| |
|
| * | x86inc: support AVX abstraction for 2-operand instructions | Loren Merritt | 2012-04-18 | 1 | -2/+8 |
* | | Remove .rodata alignment kludge for Mach-O if a recent enough yasm is used. | Nico Weber | 2012-04-19 | 1 | -9/+28 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -104/+114 |
|\| |
|
| * | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 1 | -104/+114 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-16 | 1 | -0/+2 |
|\| |
|
| * | x86inc: add *mp named argument support to DEFINE_ARGS. | Ronald S. Bultje | 2012-03-14 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-05 | 1 | -1/+4 |
|\| |
|
| * | x86inc: don't "bake" stack_offset in named arguments. | Loren Merritt | 2012-03-03 | 1 | -1/+4 |