ffmpeg/libswscale
Vitor Sessak 75add6fbfc Silence GCC warnings:
ibswscale/swscale.c: In function ‘sws_scale’:
libswscale/swscale.c:2678: warning: ‘b’ may be used uninitialized in
this function
libswscale/swscale.c:2678: warning: ‘g’ may be used uninitialized in
this function
libswscale/swscale.c:2678: warning: ‘r’ may be used uninitialized in
this function

Originally committed as revision 27837 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2008-10-27 19:59:01 +00:00
..
Makefile rgb2rgb.h was not really intended to be a public header, thus remove it. 2008-10-27 09:05:27 +00:00
cs_test.c Relicense test/example files as LGPL with Michael's permission. 2008-04-13 01:29:24 +00:00
internal_bfin.S spelling/grammar/wording overhaul 2008-07-04 13:49:45 +00:00
rgb2rgb.c Fix broken palette8to*. 2008-10-23 19:13:11 +00:00
rgb2rgb.h Fix broken palette8to*. 2008-10-23 19:13:11 +00:00
rgb2rgb_template.c cosmetics: typo fix 2008-10-23 16:23:42 +00:00
swscale-example.c Remove rgb2rgb.h dependancy. 2008-10-27 09:03:47 +00:00
swscale.c Silence GCC warnings: 2008-10-27 19:59:01 +00:00
swscale.h Add bitexact flag. 2008-09-12 21:46:53 +00:00
swscale_altivec_template.c spelling/grammar/wording overhaul 2008-07-04 13:49:45 +00:00
swscale_avoption.c Add bitexact flag. 2008-09-12 21:46:53 +00:00
swscale_bfin.c spelling/grammar/wording overhaul 2008-07-04 13:49:45 +00:00
swscale_internal.h Add a new unscaled PAL8 -> RGB converter. 2008-10-08 17:46:22 +00:00
swscale_template.c Remove unused code that can't be compiled without svn archive. 2008-10-25 20:41:51 +00:00
yuv2rgb.c Mark dither_2x2_{8,4} static to swscale.c 2008-10-09 11:12:38 +00:00
yuv2rgb_altivec.c Convert typeof keyword into __typeof__; this is a gcc extension and the former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC. 2008-10-19 18:56:35 +00:00
yuv2rgb_bfin.c spelling/grammar/wording overhaul 2008-07-04 13:49:45 +00:00
yuv2rgb_mlib.c spelling/grammar/wording overhaul 2008-07-04 13:49:45 +00:00
yuv2rgb_template.c cosmetics: typo fix 2008-10-23 16:23:42 +00:00
yuv2rgb_vis.c Convert asm keyword into __asm__. 2008-10-16 13:34:30 +00:00