[xiph-commits] r15843 - branches/theora-thusnelda
giles at svn.xiph.org
giles at svn.xiph.org
Thu Mar 26 17:55:29 PDT 2009
Author: giles
Date: 2009-03-26 17:55:29 -0700 (Thu, 26 Mar 2009)
New Revision: 15843
Modified:
branches/theora-thusnelda/README
Log:
Update the README with the version from trunk.
The old one still mentioned the 1.0beta releases.
Modified: branches/theora-thusnelda/README
===================================================================
--- branches/theora-thusnelda/README 2009-03-26 21:43:13 UTC (rev 15842)
+++ branches/theora-thusnelda/README 2009-03-27 00:55:29 UTC (rev 15843)
@@ -1,5 +1,5 @@
-------------------------------------------------------------------------
- The Xiph.org Foundation's libtheora 1.0beta1 release
+ The Xiph.org Foundation's libtheora 1.0 release
-------------------------------------------------------------------------
*** What is Theora?
@@ -8,8 +8,8 @@
for use within the Foundation's Ogg multimedia streaming system.
Theora is derived directly from On2's VP3 codec; Currently the
encoders are nearly identical, but Theora will make use of new
-features supported by the decoder to improve over what is
-is possible with VP3.
+features supported by the decoder to improve on what is possible
+with VP3.
*** Where is Theora?
@@ -18,12 +18,6 @@
www.xiph.org. Development source is kept in an open subversion
repository, see http://theora.org/svn/ for instructions.
-*** What is the goal of this release?
-
-This is the first beta release of the 1.0 reference implementation.
-It is intended to completely support the decoder specification, and
-gather feedback on the implementation before declaring it stable.
-
-------------------------------------------------------------------------
Getting started with the code
-------------------------------------------------------------------------
@@ -32,31 +26,40 @@
Requirements summary:
- For libtheora:
-
+ For libtheora:
+
libogg 1.1 or newer.
For example encoder:
- as above
+ as above,
libvorbis and libvorbisenc 1.0.1 or newer.
+ For creating a source distribution package:
+
+ as above,
+
+ Doxygen to build the API documentation,
+ pdflatex and fig2dev to build the format specification
+ (transfig package in Ubuntu).
+
For the player only:
- as above,
+ as above,
- SDL (Simple Direct media Layer) libraries and headers
-
- OSS audio driver and development headers
+ SDL (Simple Direct media Layer) libraries and headers,
+ OSS audio driver and development headers.
The provided build system is the GNU automake/autoconf system, and
the main library, libtheora, should already build smoothly on any
system. Failure of libtheora to build on a GNU-enabled system is
considered a bug; please report problems to theora-dev at xiph.org.
-Some windows build support is included in the win32 directory.
+Windows build support is included in the win32 directory.
+Project files for Apple XCode is included in the macosx directory.
+
There is also an experimental scons build.
*** How do I use the sample encoder?
@@ -83,7 +86,7 @@
*** How do I use the sample player?
The sample player takes an Ogg file on standard in; the file may be
-audio alone, video alone or video with audio.
+audio alone, video alone or video with audio.
*** What other tools are available?
More information about the commits
mailing list