]> git.sesse.net Git - ffmpeg/history - libavutil/x86/x86inc.asm
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
[ffmpeg] / libavutil / x86 / x86inc.asm
2013-01-18 Diego Biurrunx86inc: Add cvisible macro for C functions with public...
2013-01-18 Diego Biurrunx86inc: Rename "program_name" to "private_prefix"
2012-12-19 Ronald S. Bultjelavc: merge latest x86inc.asm fixes with x264
2012-12-13 Janne Grunaux86inc: fully concatenate tokens to fix macro expansion...
2012-12-12 Ronald S. Bultjex86inc: fix stack alignment on win64
2012-12-12 Ronald S. Bultjex86inc: support stack mem allocation and re-alignment...
2012-12-05 Justin Rugglesx86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume...
2012-11-11 Diego Biurrunx86inc: Set program_name outside of x86inc.asm
2012-11-02 Diego Biurrunx86inc: Only define program_name if the macro is unset
2012-10-29 Ronald S. BultjeRemove INIT_AVX from x86inc.asm.
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-07 Mans Rullgardx86: fix build with nasm 2.08
2012-08-07 Mans Rullgardx86: use nop cpu directives only if supported
2012-08-07 Mans Rullgardx86: fix rNmp macros with nasm
2012-08-03 Diego Biurrunx86: Use consistent 3dnowext function and macro name...
2012-07-28 Loren Merrittx86inc: clip num_args to 7 on x86-32.
2012-07-28 Ronald S. Bultjex86inc: sync to latest version from x264.
2012-07-27 Justin Rugglesx86: add support for fmaddps fma4 instruction with...
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-07-05 Loren Merrittx86inc: modify ALIGN to not generate long nops on i586
2012-04-19 Loren Merrittx86inc: support AVX abstraction for 2-operand instructions
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-03-15 Ronald S. Bultjex86inc: add *mp named argument support to DEFINE_ARGS.
2012-03-04 Loren Merrittx86inc: don't "bake" stack_offset in named arguments.
2012-02-08 Haruhiko Yamagatax86inc: support yasm -f win64 flag also.
2012-02-08 Henrik Gramnerx86inc: allow manual use of WIN64_SPILL_XMM.
2012-01-27 Ronald S. Bultjex86inc.asm: fix typo.
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2012-01-09 Vitor Sessakmpegaudiodec: optimized iMDCT transform
2011-11-27 Vitor Sessakx86inc: Flag shufps as an floating-point instruction...
2011-11-07 Justin Rugglesx86inc: use sse versions of common macros instead of...
2011-11-06 Loren MerrittUpdate x86inc.asm to latest x264 version, and add AVX...
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.