ffmpeg/libswscale
Mans Rullgard d853e571ad ppc: fix some pointer to integer casts
Use uintptr_t instead of plain int.  Without this change, the
comparisons will come out wrong for pointers in certain ranges.
Fixes random failures on ppc64.  Also fixes some compiler warnings.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-09-25 18:33:38 +01:00
..
bfin swscale: Remove unused variable from ff_bfin_get_unscaled_swscale(). 2011-06-21 20:53:52 +02:00
mlib
ppc ppc: fix some pointer to integer casts 2011-09-25 18:33:38 +01:00
sparc
x86 sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. 2011-09-13 09:53:42 -07:00
Makefile sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling. 2011-09-13 09:53:42 -07:00
colorspace-test.c
libswscale.v
options.c lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. 2011-09-03 20:53:35 +02:00
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c swscale: Remove disabled code. 2011-05-29 14:32:08 +02:00
swscale-test.c
swscale.c Fix unnecessary shift with 9/10bit vertical scaling 2011-09-23 02:13:30 +02:00
swscale.h lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. 2011-09-03 20:53:35 +02:00
swscale_internal.h swscale: split hScale() function pointer into h[cy]Scale(). 2011-08-17 20:56:06 -07:00
swscale_unscaled.c Do not convert RGB buffer at once when stride does not fit exact samples. 2011-07-30 09:51:23 -07:00
utils.c swscale: fix byte overreads in SSE-optimized hscale(). 2011-09-15 07:30:46 -07:00
yuv2rgb.c swscale: Remove disabled code. 2011-05-29 14:32:08 +02:00