1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 11:55:42 +00:00
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
cs_test.c
Makefile
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
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
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
swscale-example.c
swscale.c Reduce unnecessary swscaler verbosity. 2005-09-06 15:15:27 +00:00
swscale.h
yuv2rgb_altivec.c
yuv2rgb_mlib.c
yuv2rgb_template.c
yuv2rgb.c