[cvs-annodex] commit (/annodex): +libannodex/trunk/release_notes/libannodex-0.5.67.txt

conrad nobody at lists.annodex.net
Wed Sep 8 16:09:22 EST 2004


Update of /annodex (new revision 548)

Added files:
   libannodex/trunk/release_notes/libannodex-0.5.67.txt

Log Message:
added release notes for 0.5.67


Added: libannodex/trunk/release_notes/libannodex-0.5.67.txt
===================================================================
--- libannodex/trunk/release_notes/libannodex-0.5.67.txt	2004-09-08 05:30:15 UTC (rev 547)
+++ libannodex/trunk/release_notes/libannodex-0.5.67.txt	2004-09-08 06:09:22 UTC (rev 548)
@@ -0,0 +1,75 @@
+libannodex 0.5.67 Release
+-------------------------
+
+libannodex is a C library providing a simple programming interface for reading
+and writing Annodex media. Annodex is an open standards based technology that
+extends the World Wide Web's hyperlinking, searching, and compositing
+infrastructure to time-continuous data, enabling video surfing, searching for
+clips of audio and video files using ordinary Web search engines, and
+on-the-fly composition of a video on a Web server from previously annodexed
+clips. For more information on Annodex, see http://www.annodex.net/
+
+This release is available as a source tarball at:
+
+http://www.annodex.net/software/libannodex/download/libannodex-0.5.67.tar.gz
+
+New in this release:
+
+	* fixed bug which caused truncated writer output when importing
+	  from multitrack sources
+	* removed memory leaks from xtag (by Colin Ward and Andre Pang)
+
+About libannodex
+----------------
+
+The libannodex source distribution comprises the C library libannodex,
+plugins for importing CMML and Ogg media (Theora, Vorbis and Speex), and
+the command-line tools anxenc, anxrip and anxinfo.
+
+libannodex provides the following features:
+
+	* API documentation, with comprehensive examples
+
+	* Developed and tested on GNU/Linux, Darwin/MacOSX and Win32. May
+	work on other Unix-like systems via GNU autoconf. For Win32: nmake
+	Makefiles, Visual Studio .NET 2003 solution files and Visual C++ 6.0
+	workspace files are provided in the source distribution.
+
+	* A simple, callback based open/read/close or open/write/close
+	interface to Annodex media and embedded CMML clips.
+
+	* Plugin based importing framework, providing temporal interleaving
+	of multiple media and annotations data sources.
+
+Full documentation of the libannodex API, customization and installation,
+and reading and writing examples can be read online at:
+
+    http://www.annodex.net/software/libannodex/html/
+
+Tools
+-----
+
+The libannodex source tarball also contains the following command-line tools,
+which are useful for creating and inspecting Annodex media:
+
+	* anxenc: Encapsulate annotations and data into annodexed media.
+
+	* anxrip: Extract annotations and data tracks from annodexed media.
+
+	* anxinfo: Display information about annodexed media contents.
+
+License
+-------
+
+libannodex is Free Software, available under a BSD style license.
+
+More information is available online at the libannodex homepage:
+
+    http://www.annodex.net/software/libannodex/
+
+enjoy :)
+
+--
+Conrad Parker
+Senior Software Engineer, Continuous Media Web, CSIRO Australia
+http://www.annodex.net/   http://www.ict.csiro.au/cmweb/


-- 
conrad



More information about the cvs-annodex mailing list