[xiph-commits] r3783 - liboggz/trunk
conrad at svn.annodex.net
conrad at svn.annodex.net
Sat Nov 15 14:47:11 PST 2008
Author: conrad
Date: 2008-11-15 14:47:08 -0800 (Sat, 15 Nov 2008)
New Revision: 3783
Modified:
liboggz/trunk/README
Log:
update README
Modified: liboggz/trunk/README
===================================================================
--- liboggz/trunk/README 2008-11-14 21:45:06 UTC (rev 3782)
+++ liboggz/trunk/README 2008-11-15 22:47:08 UTC (rev 3783)
@@ -1,15 +1,17 @@
About Oggz
----------
-Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
-oggzdiff, oggzmerge, oggzrip, oggz-chop, oggz-comment, oggz-scan, oggz-sort
-and oggz-validate. oggz-chop can be used to serve time ranges of Ogg media
-over HTTP by any web server that supports CGI.
+Oggz comprises liboggz and the tool oggz, which provides commands to
+inspect, edit and validate Ogg files. The oggz-chop tool can also be
+used to serve time ranges of Ogg media over HTTP by any web server that
+supports CGI.
-liboggz is a C library providing a simple programming interface for reading
-and writing Ogg files and streams. Ogg is an interleaving data container
-developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio
-format.
+liboggz is a C library for reading and writing Ogg files and streams.
+It offers various improvements over the reference libogg, including
+support for seeking, validation and timestamp interpretation. Ogg is
+an interleaving data container developed by Monty at Xiph.Org,
+originally to support the Ogg Vorbis audio format but now used for
+many free codecs including Dirac, FLAC, Speex and Theora.
Dependencies
------------
@@ -18,7 +20,7 @@
distributions, or in source form at: http://xiph.org/downloads/
Support is built-in for parsing the headers of and seeking to time
-positions in Ogg Speex, Vorbis, FLAC, Theora, PCM and CMML. Oggz is also
+positions in Ogg Dirac, FLAC, Speex, Theora and Vorbis. Oggz is also
compatible with Annodex streams, and supports seeking on all tracks
described in an Ogg Skeleton track.
@@ -172,5 +174,4 @@
--
Conrad Parker
-Senior Software Engineer, Continuous Media Web, CSIRO Australia
-http://www.annodex.net/ http://www.ict.csiro.au/cmweb/
+http://www.annodex.net/
More information about the commits
mailing list