Update of /cvsroot/pure-data/externals/gem2pdp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8457
Modified Files: CHANGES.LOG configure.ac Log Message: version bumped to 0.6
Index: CHANGES.LOG =================================================================== RCS file: /cvsroot/pure-data/externals/gem2pdp/CHANGES.LOG,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CHANGES.LOG 17 Sep 2003 22:29:59 -0000 1.2 --- CHANGES.LOG 12 Apr 2005 16:42:02 -0000 1.3 *************** *** 1,2 **** --- 1,6 ---- + 0.6 + added colorspace message, now we can choose what to decode the YV12 into: + YUV, RGBA/BGRA, or RGB/BGR + uses color conversions from GemPixUtil.cpp 0.5 fixed help patches for pd 0.37
Index: configure.ac =================================================================== RCS file: /cvsroot/pure-data/externals/gem2pdp/configure.ac,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configure.ac 17 Sep 2003 22:36:34 -0000 1.2 --- configure.ac 12 Apr 2005 16:42:02 -0000 1.3 *************** *** 2,6 ****
AC_INIT ! GEM2PDP_VERSION=0.5 PD_DIR=/usr/local/pd PDP_DIR=/usr/local/pd/pdp --- 2,6 ----
AC_INIT ! GEM2PDP_VERSION=0.6 PD_DIR=/usr/local/pd PDP_DIR=/usr/local/pd/pdp