mpv/postproc
reimar 4465aa5eb2 Change unsigned->signed and int->long, this fits the asm code better on 64
bit systems.
Also fixes several crashes because (long)-i is incorrect if i is unsigned.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16740 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-12 12:11:27 +00:00
..
.cvsignore
Makefile
cs_test.c
rgb2rgb.c Change unsigned->signed and int->long, this fits the asm code better on 64 2005-10-12 12:11:27 +00:00
rgb2rgb.h Change unsigned->signed and int->long, this fits the asm code better on 64 2005-10-12 12:11:27 +00:00
rgb2rgb_template.c Change unsigned->signed and int->long, this fits the asm code better on 64 2005-10-12 12:11:27 +00:00
swscale-example.c
swscale.c Reduce unnecessary swscaler verbosity. 2005-09-06 15:15:27 +00:00
swscale.h
swscale_altivec_template.c width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>) 2005-06-27 07:40:24 +00:00
swscale_internal.h support for both orderings of the slices (top->down / bottom->up) 2005-04-24 07:47:41 +00:00
swscale_template.c Change unsigned->signed and int->long, this fits the asm code better on 64 2005-10-12 12:11:27 +00:00
yuv2rgb.c
yuv2rgb_altivec.c
yuv2rgb_mlib.c
yuv2rgb_template.c