This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2026-06-19 19:03:00 +02:00
Code
Issues
Releases
Activity
Files
dae2ce361a2b5fd9be1d43e5e8c00bdbc5f03e3d
FFmpeg
/
libswscale
/
x86
T
History
Ronald S. Bultje
783487ae44
swscale: sign-extend integer function argument to qword on x86-64.
2012-02-08 10:31:14 -08:00
..
input.asm
swscale: implement MMX, SSE2 and AVX functions for RGB32 input.
2012-02-01 21:55:32 -08:00
output.asm
swscale: sign-extend integer function argument to qword on x86-64.
2012-02-08 10:31:14 -08:00
rgb2rgb_template.c
…
rgb2rgb.c
…
scale.asm
config.asm: change %ifdef directives to %if directives.
2012-01-27 10:19:57 +08:00
swscale_mmx.c
swscale: implement MMX, SSE2 and AVX functions for RGB32 input.
2012-02-01 21:55:32 -08:00
swscale_template.c
swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case.
2012-02-07 11:33:20 -08:00
w64xmmtest.c
win64: add a XMM clobber test configure option.
2012-02-02 12:00:48 -08:00
yuv2rgb_mmx.c
…
yuv2rgb_template.c
…