- 30 Oct, 2012 2 commits
-
-
Diego Biurrun authored
This is more consistent with the way we handle C #includes and it simplifies the build system.
-
Diego Biurrun authored
This is necessary to allow refactoring some x86util macros with cpuflags.
-
- 11 Apr, 2012 1 commit
-
-
Henrik Gramner authored
Add support for all x86-64 registers Prefer caller-saved register over callee-saved on WIN64 Support up to 15 function arguments Also (by Ronald S. Bultje) Fix up our asm to work with new x86inc.asm. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 15 Mar, 2012 2 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
- 06 Mar, 2012 1 commit
-
-
Ronald S. Bultje authored
Fixes overflows for large image sizes. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 27 Jan, 2012 1 commit
-
-
Ronald S. Bultje authored
This allows combining multiple conditionals in a single statement.
-
- 04 Jan, 2012 1 commit
-
-
Ronald S. Bultje authored
scale.asm keeps horizontal scaling functions, whereas output.asm gets the vertical scaling/output functions.
-
- 14 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 13 Nov, 2011 1 commit
-
-
Ronald S. Bultje authored
The issue had been introduced in c4356536Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 06 Nov, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 23 Oct, 2011 1 commit
-
-
Ronald S. Bultje authored
This fixes assembling using "nasm".
-
- 22 Oct, 2011 2 commits
-
-
Ronald S. Bultje authored
Also implement MMX/MMX2 versions and SSE4 versions.
-
Kieran Kunhya authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 11 Oct, 2011 1 commit
-
-
Ronald S. Bultje authored
The intermediate buffer is always aligned.
-
- 13 Sep, 2011 1 commit
-
-
Ronald S. Bultje authored
Speed: from 3.9x to 9.6x speed improvement over C, and some small (up to 15%) speed improvements over existing MMX code (particularly for bigger filters).
-