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
Makefile
cs_test.c
rgb2rgb.c attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) 2004-04-26 19:38:17 +00:00
rgb2rgb.h
rgb2rgb_template.c bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-05-02 14:26:28 +00:00
swscale-example.c
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
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
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
yuv2rgb_template.c