Diego Biurrun
|
04581c8c77
|
x86: yasm: Use complete source path for macro helper %includes
This is more consistent with the way we handle C #includes and
it simplifies the build system.
|
2012-10-31 00:37:42 +01:00 |
|
Diego Biurrun
|
6860b4081d
|
x86: include x86inc.asm in x86util.asm
This is necessary to allow refactoring some x86util macros with cpuflags.
|
2012-10-31 00:37:42 +01:00 |
|
Ronald S. Bultje
|
de53b9068a
|
swscale: implement MMX, SSE2 and AVX functions for RGB32 input.
|
2012-02-01 21:55:32 -08:00 |
|
Ronald S. Bultje
|
212f161caa
|
swscale: make rgb24 function macros slightly smaller.
|
2012-02-01 09:33:13 -08:00 |
|
Ronald S. Bultje
|
b5d08c27c3
|
swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.
Also implement sse2/ssse3/avx versions.
|
2012-01-27 11:00:30 +08:00 |
|
Ronald S. Bultje
|
3b15a6d742
|
config.asm: change %ifdef directives to %if directives.
This allows combining multiple conditionals in a single statement.
|
2012-01-27 10:19:57 +08:00 |
|
Oka Motofumi
|
cd44521625
|
swscale: specify register type.
Fixes a compilation failure on win64.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
2012-01-10 09:17:37 -08:00 |
|
Ronald S. Bultje
|
2170a0e6ad
|
swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.
Also implement SSE2/AVX variants.
|
2012-01-08 16:37:43 -08:00 |
|