ffmpeg/libswscale
Reimar Döffinger c14731d8da Fix typo in comment
Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2008-01-21 20:46:28 +00:00
..
Makefile Rename LIB to LIBNAME for consistency. 2007-10-18 09:35:02 +00:00
cs_test.c license header consistency cosmetics 2007-07-05 10:18:58 +00:00
internal_bfin.S adding blackfin optimized yuyvtoyv12 converter 2007-07-20 00:09:45 +00:00
rgb2rgb.c Cosmetics: whitespaces 2008-01-17 10:24:14 +00:00
rgb2rgb.h 1l: Update wrong #endif comment. 2007-10-18 09:31:47 +00:00
rgb2rgb_template.c Remove some useless parentheses. 2008-01-17 11:07:27 +00:00
swscale-example.c Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 2008-01-17 15:49:31 +00:00
swscale.c Fix typo in comment 2008-01-21 20:46:28 +00:00
swscale.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-18 09:30:33 +00:00
swscale_altivec_template.c Remove some useless parentheses. 2008-01-17 11:07:27 +00:00
swscale_bfin.c integrating blackfin optimized yuyvtoyv12 converter 2007-07-20 00:11:38 +00:00
swscale_internal.h comment typo fixes 2007-12-21 11:47:09 +00:00
swscale_template.c Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 2008-01-17 15:49:31 +00:00
yuv2rgb.c Revert wrong ARCH_BFIN --> HAVE_BFIN change. 2007-09-27 08:00:22 +00:00
yuv2rgb_altivec.c Remove non cosmetic spaces inside parentheses. 2008-01-17 08:57:15 +00:00
yuv2rgb_bfin.c Cosmetics: whitespaces 2008-01-17 10:24:14 +00:00
yuv2rgb_mlib.c This was rewritten by Michael, switch copyrights to him and license to LGPL. 2007-07-17 09:35:21 +00:00
yuv2rgb_template.c cosmetic (get rid of _ at the start of local variable names) 2007-09-24 07:31:43 +00:00
yuv2rgb_vis.c Cosmetics: whitespaces 2008-01-17 10:24:14 +00:00