[artoolkit-commits] artoolkit ChangeLog.txt, 1.7, 1.8 README.txt, 1.22, 1.23
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2006-07-10 04:35:21
|
Update of /cvsroot/artoolkit/artoolkit In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv30663 Modified Files: ChangeLog.txt README.txt Log Message: Some cleanup of gstreamer addition, plus new fliph and flipv tokens for Mac video. Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/ChangeLog.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ChangeLog.txt 18 Jun 2006 23:56:29 -0000 1.7 --- ChangeLog.txt 10 Jul 2006 04:35:17 -0000 1.8 *************** *** 3,8 **** ! Changes in version 2.71.3 (this release) (2006-06-19). ------------------------------------------------------ - This release supports Mac OS X on Intel, and builds Universal binaries, with the exception of the VRML projects (since OpenVRML does not yet build on Mac OS X i386). - Fixed line endings in MS Visual Studio 6 project files calib_distortion.dsp and calib_camera2.dsp. --- 3,16 ---- ! 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. + + + Changes in version 2.71.3 (2006-06-19). + --------------------------------------- - This release supports Mac OS X on Intel, and builds Universal binaries, with the exception of the VRML projects (since OpenVRML does not yet build on Mac OS X i386). - Fixed line endings in MS Visual Studio 6 project files calib_distortion.dsp and calib_camera2.dsp. Index: README.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/README.txt,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** README.txt 30 Jun 2006 04:38:39 -0000 1.22 --- README.txt 10 Jul 2006 04:35:17 -0000 1.23 *************** *** 125,130 **** ! Changes in version 2.71.3 (this release) (2006-06-19). ------------------------------------------------------ - This release supports Mac OS X on Intel, and builds Universal binaries, with the exception of the VRML projects (since OpenVRML does not yet build on Mac OS X i386). - Fixed line endings in MS Visual Studio 6 project files calib_distortion.dsp and calib_camera2.dsp. --- 125,138 ---- ! 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. + + + Changes in version 2.71.3 (2006-06-19). + --------------------------------------- - This release supports Mac OS X on Intel, and builds Universal binaries, with the exception of the VRML projects (since OpenVRML does not yet build on Mac OS X i386). - Fixed line endings in MS Visual Studio 6 project files calib_distortion.dsp and calib_camera2.dsp. |