ffmpeg/libswscale
Diego Biurrun 376924583a Delete unnecessary 'extern' keywords.
Originally committed as revision 28082 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2008-12-03 15:25:27 +00:00
..
Makefile cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 2008-11-20 22:54:30 +00:00
cs_test.c Add some const specifiers to function name variables; fixes a bunch of 2008-11-04 20:38:55 +00:00
internal_bfin.S spelling/grammar/wording overhaul 2008-07-04 13:49:45 +00:00
rgb2rgb.c Remove commented-out duplicate declarations. 2008-12-02 00:26:14 +00:00
rgb2rgb.h Delete unnecessary 'extern' keywords. 2008-12-03 15:25:27 +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 Delete unnecessary 'extern' keywords. 2008-12-03 15:25:27 +00:00
swscale_internal.h Add a new unscaled PAL8 -> RGB converter. 2008-10-08 17:46:22 +00:00
swscale_template.c Put variable declaration inside an #ifdef to avoid an unused variable warning. 2008-11-17 10:33:59 +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 Delete unnecessary 'extern' keywords. 2008-12-03 15:25:27 +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