You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alan Curry
1d773cfde0
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that
...
was fixed in rgb32to16 about a year ago: using only the first 8 bits of the
32-bit pixel.
Originally committed as revision 17671 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
19 years ago
..
.cvsignore
Move ignores in subdirs to their respective .cvsignore files.
23 years ago
Makefile
Make clean/distclean behave uniformly in all directories.
19 years ago
cs_test.c
Update licensing information: The FSF changed postal address.
19 years ago
rgb2rgb.c
cosmetics: indentation fixes
19 years ago
rgb2rgb.h
Change unsigned->signed and int->long, this fits the asm code better on 64
19 years ago
rgb2rgb_template.c
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that
19 years ago
swscale-example.c
make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)
19 years ago
swscale.c
ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)
19 years ago
swscale.h
Update licensing information: The FSF changed postal address.
19 years ago
swscale_altivec_template.c
Update licensing information: The FSF changed postal address.
19 years ago
swscale_internal.h
Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
19 years ago
swscale_template.c
don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;
19 years ago
yuv2rgb.c
Unify include paths, -I.. is in CFLAGS.
19 years ago
yuv2rgb_altivec.c
Just a comment update, replacing a FIXME to reflect the new expectation of
19 years ago
yuv2rgb_mlib.c
Unify include paths, -I.. is in CFLAGS.
19 years ago
yuv2rgb_template.c
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
20 years ago