- 14 Mar, 2017 1 commit
-
-
Diego Biurrun authored
Also do some small cosmetic changes: Drop pointless _MMX suffix from ABSD2 macro name, drop pointless check for MMX support, we always assume MMX is available in our SIMD code, fix spelling.
-
- 12 Oct, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 09 Jun, 2014 1 commit
-
-
James Almer authored
xmm6 was being clobbered in ff_hscale8to{15,19}_8_sse2 on Win64 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Aug, 2013 1 commit
-
-
Thilo Borgmann authored
-
- 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.
-
- 05 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 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 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
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).
-