[cvs-annodex] commit (/annodex): libannodex/trunk/configure.ac
libannodex/trunk/win32/config.h
+libannodex/trunk/release_notes/libannodex-0.6.0.txt
conrad
nobody at lists.annodex.net
Tue Feb 15 08:18:53 EST 2005
Update of /annodex (new revision 901)
Added files:
libannodex/trunk/release_notes/libannodex-0.6.0.txt
Modified files:
libannodex/trunk/configure.ac
libannodex/trunk/win32/config.h
Log Message:
update to 0.6.0
Modified: libannodex/trunk/configure.ac
===================================================================
--- libannodex/trunk/configure.ac 2005-02-14 21:00:09 UTC (rev 900)
+++ libannodex/trunk/configure.ac 2005-02-14 21:18:50 UTC (rev 901)
@@ -6,10 +6,10 @@
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(libannodex, 0.5.68)
+AM_INIT_AUTOMAKE(libannodex, 0.6.0)
AM_CONFIG_HEADER(config.h)
-SHARED_VERSION_INFO="0:5:0"
+SHARED_VERSION_INFO="1:0:1"
SHLIB_VERSION_ARG=""
# Setup libltdl -- this must come before AC_PROG_LIBTOOL
Added: libannodex/trunk/release_notes/libannodex-0.6.0.txt
===================================================================
--- libannodex/trunk/release_notes/libannodex-0.6.0.txt 2005-02-14 21:00:09 UTC (rev 900)
+++ libannodex/trunk/release_notes/libannodex-0.6.0.txt 2005-02-14 21:18:50 UTC (rev 901)
@@ -0,0 +1,100 @@
+libannodex 0.6.0 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.6.0.tar.gz
+
+New in this release:
+
+ Support for Annodex version 3:
+
+ * Support for reading and writing Ogg Skeleton and CMML binary
+ headers
+
+ * Support for recomposition from keyframe offsets, using
+ granuleshift clues from Theora and CMML headers. This provides
+ efficient playback of video and the current CMML clip.
+
+ * Read-only support for reading and importing Annodex v2 content
+ to allow existing content to be recomposed in v3 format without
+ modification.
+
+ General improvements and bugfixes:
+
+ * Updates to xtag to gracefully ignore XML comments and processing
+ directives, and new internal API documentation in xtag.h
+
+ * use liboggz's default STRICT mode when writing to ensure adherence
+ to Ogg mapping constraints
+
+ * added accessor functions anx_get_presentation_time() and
+ anx_get_basetime()
+
+ * updates to anxenc, anxrip and anxinfo as required
+
+ * updated libtool shared version info to 1:0:1
+
+
+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/
Modified: libannodex/trunk/win32/config.h
===================================================================
--- libannodex/trunk/win32/config.h 2005-02-14 21:00:09 UTC (rev 900)
+++ libannodex/trunk/win32/config.h 2005-02-14 21:18:50 UTC (rev 901)
@@ -82,7 +82,7 @@
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.5.64"
+#define VERSION "0.6.0"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
--
conrad
More information about the cvs-annodex
mailing list