[artoolkit-commits] artoolkit README.txt, 1.23, 1.24 ChangeLog.txt, 1.9, 1.10
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2006-09-27 23:32:00
|
Update of /cvsroot/artoolkit/artoolkit In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv30186 Modified Files: README.txt ChangeLog.txt Log Message: Add version checking support. Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/ChangeLog.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog.txt 15 Sep 2006 04:05:05 -0000 1.9 --- ChangeLog.txt 27 Sep 2006 23:31:56 -0000 1.10 *************** *** 3,13 **** ! Changes in version 2.71.4 (this release) (2006-06-23). ------------------------------------------------------ ! - Fix for an error in the VRML library inclusion on Mac OS X. ! - Now detect if running emulated on Mac OS X on Intel, and optimise for this case. ! - Linux builds: Support for gstreamer video capture added, thanks to Hartmut Seichter. - Mac OS X: Two new video config tokens are now available; -fliph and -flipv, which will mirror the video image horizontally and vertically respectively. - Linux 1394 DC: Major changes to add PointGray DragonFly support, add LGPL/GPL license info, better config string support, stabilised interfaces, lots of clean ups to make the code easier to work with --- 3,15 ---- ! Changes in version 2.72 (this release) (2006-XX-XX). ------------------------------------------------------ ! - All platforms: ARToolKit now supports querying of SDK and runtime versions. ! - Mac OS X: Fix for an error in the VRML library inclusion on Mac OS X. ! - Mac OS X: Now detects if running emulated on Intel Macs, and optimises video for this case. - Mac OS X: Two new video config tokens are now available; -fliph and -flipv, which will mirror the video image horizontally and vertically respectively. + - Linux: Support for gstreamer video capture added, thanks to Hartmut Seichter. - Linux 1394 DC: Major changes to add PointGray DragonFly support, add LGPL/GPL license info, better config string support, stabilised interfaces, lots of clean ups to make the code easier to work with + - Linux DV: Fix for bugs when using PAL in videoLinuxDV as reported at http://www.hitlabnz.org/forum/showthread.php?t=412. Index: README.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/README.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** README.txt 10 Jul 2006 04:35:17 -0000 1.23 --- README.txt 27 Sep 2006 23:31:56 -0000 1.24 *************** *** 125,134 **** ! Changes in version 2.71.4 (this release) (2006-06-23). ------------------------------------------------------ ! - Fix for an error in the VRML library inclusion on Mac OS X. ! - Now detect if running emulated on Mac OS X on Intel, and optimise for this case. ! - Linux builds: Support for gstreamer video capture added, thanks to Hartmut Seichter. - Mac OS X: Two new video config tokens are now available; -fliph and -flipv, which will mirror the video image horizontally and vertically respectively. --- 125,137 ---- ! Changes in version 2.72 (this release) (2006-XX-XX). ------------------------------------------------------ ! - All platforms: ARToolKit now supports querying of SDK and runtime versions. ! - Mac OS X: Fix for an error in the VRML library inclusion on Mac OS X. ! - Mac OS X: Now detects if running emulated on Intel Macs, and optimises video for this case. - Mac OS X: Two new video config tokens are now available; -fliph and -flipv, which will mirror the video image horizontally and vertically respectively. + - Linux: Support for gstreamer video capture added, thanks to Hartmut Seichter. + - Linux 1394 DC: Major changes to add PointGray DragonFly support, add LGPL/GPL license info, better config string support, stabilised interfaces, lots of clean ups to make the code easier to work with + - Linux DV: Fix for bugs when using PAL in videoLinuxDV as reported at http://www.hitlabnz.org/forum/showthread.php?t=412. |