From: Erik W. <ome...@us...> - 2001-04-26 19:53:27
|
CVSROOT: /cvsroot/codecs Module name: libcodec Changes by: omegahacker 01/04/26 12:53:26 Modified files: . : acconfig.h config.h.in configure.in gen.pl libcodec : Makefile.am _place.c _scale.c libcodec.c libcodec.h place.h scale.h libcodec/idct : idctint_c.c idctint_mmx.c idctref.c libcodec/mcomp : add.c average.c mcomp.c put.c sum.c libcodec/yuv : yuv420-rgb555-mmx.c tests : Makefile.am idct.c mcomp.c optimization.c test.c Added files: libcodec/yuv : .cvsignore yuv411-rgb555-mmx.c tests : yuvconvert.c yuvconvert2.c Log message: - Added some more YUV code (not fully working yet) - Changed the arch codes to X86_xxx for x86 variants - Updated generation code to deal with new arch names, with double-_ before arch so arch can contain _'s - Updated some test (NOT ALL) to use new immediate arch names |