This website requires JavaScript.
Explore
Help
Sign In
har0ke
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
FFmpeg
/
libswscale
/
x86
History
Kevin Coyle
1262711388
YUV->BGR32 MMX support
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-07-04 00:03:45 +02:00
..
hscale_fast_bilinear_simd.c
libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX if it's in the clobber list.
2015-05-13 11:59:30 +02:00
input.asm
swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding
2014-06-22 03:09:28 +02:00
Makefile
sws: move inline asm hscale to MMX_OBJS
2014-07-19 05:53:42 +02:00
output.asm
…
rgb2rgb_template.c
swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,mmxext}
2015-06-23 13:28:09 -03:00
rgb2rgb.c
…
scale.asm
x86/scale: fix xmm register count for hscale*_sse2
2014-06-09 04:13:23 +02:00
swscale_template.c
YUV->BGR32 MMX support
2015-07-04 00:03:45 +02:00
swscale.c
swscale/x86/swscale: Fix warning about loosing significant bits in cast
2015-05-10 15:09:04 +02:00
w64xmmtest.c
…
yuv2rgb_template.c
inline asm: fix arrays as named constraints.
2014-05-07 15:02:45 +02:00
yuv2rgb.c
…