[xiph-commits] r7709 - websites/theora.org

giles at motherfish-iii.xiph.org giles at motherfish-iii.xiph.org
Mon Sep 6 07:58:02 PDT 2004


Author: giles
Date: 2004-09-06 07:58:01 -0700 (Mon, 06 Sep 2004)
New Revision: 7709

Modified:
   websites/theora.org/download.html
Log:
Add forgotten download page.


Modified: websites/theora.org/download.html
===================================================================
--- websites/theora.org/download.html	2004-09-06 10:30:25 UTC (rev 7708)
+++ websites/theora.org/download.html	2004-09-06 14:58:01 UTC (rev 7709)
@@ -2,7 +2,7 @@
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<title>theora.org :: mailing lists</title>
+<title>theora.org :: downloads</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" type="text/css" href="style.css" />
 </head>
@@ -117,9 +117,71 @@
 </div>
 
 <div class="content">
+<h3>Source Code</h3>		
 
+<p>Currently we only provide source code for the theora reference 
+implementation. There are no official binaries.</p>
+
+<p>The latest release is <em>1.0 alpha 3</em>. Despite being 
+alpha, this release is quite stable and suitable for real use. The api 
+is subject to revision, but the files the encoder produces will always 
+be supported.
+
+<ul>
+<li><a href="http://downloads.xiph.org/releases/theora/libtheora-1.0alpha3.tar.bz2">libtheora-1.0alpha3.tar.bz2</a></li>
+<li><a href="http://downloads.xiph.org/releases/theora/libtheora-1.0alpha3.tar.gz">libtheora-1.0alpha3.tar.gz</a></li>
+<li><a href="http://downloads.xiph.org/releases/theora/libtheora-1.0alpha3.zip">libtheora-1.0alpha3.zip</a></li>
+</ul>
+
+To compile this you will also need the latest versions of the ogg and 
+vorbis libraries.
+
+<ul>
+<li><a href="http://downloads.xiph.org/releases/ogg/libogg-1.1.tar.gz">libogg-1.1.tar.gz</a></li>
+<li><a href="http://downloads.xiph.org/releases/vorbis/libvorbis-1.0.1.tar.gz">libvorbis-1.0.1.tar.gz</a></li>
+</ul>
+</p>
+
+<p>Older releases are available
+ <a href="http://downloads.xiph.org/releases/theora/">here</a>.
+</p>
+
+<h3>Binaries</h3>
+
+<p>
+Quite a number of third party applications support theora.
+If you just want to try out the codec, these are the way to
+go.</p>
+
+<p>Players
+
+<ul>
+<li><a href="http://videolan.org/">VLC</a></li>
+<li><a href="http://player.helixcommunity.org/">Helix Player</a> / <a href="http://www.realplayer.com">Real Player 10</a></li>
+</ul>
+
+</p>
+
+<p>Encoders
+
+<ul>
+<li><a href="http://www.v2v.cc/~j/ffmpeg2theora/">ffmpeg2theora</a></li>
+</ul>
+
+</p>
+
+<p>Plugins
+
+<ul>
+<li><a href="http://www.illiminable.com/ogg/">Directshow filters</a></li>
+<li><em>someone needs to write a quicktime plugin</em></li>
+</ul>
+
+</p>
+
 </div>
-<!-- Close Content -->
+
+                        <!-- Close Content -->
                       </td>
                     </tr>
                   </table>
@@ -142,5 +204,12 @@
     </td>
   </tr>
 </table>
+<p class="xiphtag">
+Theora is a project of the
+<img src="http://xiph.org/white-xifish.png" alt="[xiph.org logo]"
+     align="middle">
+Xiph.org Foundation.
+</p>
+
 </body>
 </html>



More information about the commits mailing list