ffmpeg/postproc
Michael Niedermayer da7f8893e3 bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
with #if defined(WORDS_BIGENDIAN) && (WORDS_BIGENDIAN == 1) -> #ifdef WORDS_BIGENDIAN by me

Originally committed as revision 12396 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2004-05-02 14:26:28 +00:00
..
.cvsignore Move ignores in subdirs to their respective .cvsignore files. 2001-11-17 23:55:40 +00:00
Makefile remove cs_test and swscale-example too 2003-07-28 15:24:38 +00:00
cs_test.c many small typo and grammar fixes 2003-10-04 17:29:08 +00:00
rgb2rgb.c attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) 2004-04-26 19:38:17 +00:00
rgb2rgb.h 10l 2003-10-09 23:45:04 +00:00
rgb2rgb_template.c bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-05-02 14:26:28 +00:00
swscale-example.c non-x86 support 2003-05-23 20:12:44 +00:00
swscale.c this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such 2004-05-01 20:15:21 +00:00
swscale.h AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-03-11 17:58:11 +00:00
swscale_altivec_template.c AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) 2004-04-06 00:25:47 +00:00
swscale_internal.h 10l (forgot that the dstW offset is hardcoded in the asm) 2003-11-03 02:19:57 +00:00
swscale_template.c AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) 2004-04-06 00:25:47 +00:00
yuv2rgb.c attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) 2004-04-26 19:38:17 +00:00
yuv2rgb_mlib.c Fixed the brokeness and also bgr32 should work now. Patch by Ken Mandelberg <km@mathcs.emory.edu> 2003-10-07 22:41:56 +00:00
yuv2rgb_template.c cleanup 2003-02-24 00:12:30 +00:00