FFmpeg/libswscale
Alexander Strange 86593486b4 Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.
patch by Alexander Strange, astrange ithinksw com

Originally committed as revision 26270 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2008-03-22 18:22:53 +00:00
..
cs_test.c license header consistency cosmetics 2007-07-05 10:18:58 +00:00
internal_bfin.S FLAT objects cannot have multiple sections, so using the L1 attributes breaks 2008-02-16 15:17:59 +00:00
Makefile cosmetics: Remove useless empty line. 2008-03-08 14:54:36 +00:00
rgb2rgb_template.c __asm __volatile -> asm volatile part 3 2008-02-24 14:59:16 +00:00
rgb2rgb.c Make some assembler constants global instead of declaring them multiple times. 2008-01-29 14:58:10 +00:00
rgb2rgb.h 1l: Update wrong #endif comment. 2007-10-18 09:31:47 +00:00
swscale_altivec_template.c Fix outdated comment. 2008-02-25 09:43:52 +00:00
swscale_bfin.c FLAT objects cannot have multiple sections, so using the L1 attributes breaks 2008-02-16 15:17:59 +00:00
swscale_internal.h Make av_class a pointer to const. 2008-03-10 14:30:49 +00:00
swscale_template.c cosmetics: comment typo fixes 2008-03-22 17:35:32 +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 64 bit shared library compilation with MMX2 by properly using PIC mangling. 2008-03-22 18:22:53 +00:00
swscale.h change sws_format_name to return const char*, supress many warnings 2008-03-06 11:32:25 +00:00
yuv2rgb_altivec.c typo 2008-03-15 16:13:24 +00:00
yuv2rgb_bfin.c FLAT objects cannot have multiple sections, so using the L1 attributes breaks 2008-02-16 15:17:59 +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 Discard two symbols from libswscale. 2008-02-22 08:08:19 +00:00
yuv2rgb_vis.c Cosmetics: whitespaces 2008-01-17 10:24:14 +00:00
yuv2rgb.c Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. 2008-03-11 09:01:38 +00:00