1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html>
3<head>
4
5<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
6<title>Ogg Documentation</title>
7
8<style type="text/css">
9body {
10  margin: 0 18px 0 18px;
11  padding-bottom: 30px;
12  font-family: Verdana, Arial, Helvetica, sans-serif;
13  color: #333333;
14  font-size: .8em;
15}
16
17a {
18  color: #3366cc;
19}
20
21img {
22  border: 0;
23}
24
25#xiphlogo {
26  margin: 30px 0 16px 0;
27}
28
29#content p {
30  line-height: 1.4;
31}
32
33h1, h1 a, h2, h2 a, h3, h3 a {
34  font-weight: bold;
35  color: #ff9900;
36  margin: 1.3em 0 8px 0;
37}
38
39h1 {
40  font-size: 1.3em;
41}
42
43h2 {
44  font-size: 1.2em;
45}
46
47h3 {
48  font-size: 1.1em;
49}
50
51li {
52  line-height: 1.4;
53}
54
55#copyright {
56  margin-top: 30px;
57  line-height: 1.5em;
58  text-align: center;
59  font-size: .8em;
60  color: #888888;
61  clear: both;
62}
63</style>
64
65</head>
66
67<body>
68
69<div id="xiphlogo">
70  <a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a>
71</div>
72
73<h1>Ogg Documentation</h1>
74
75<h2>Ogg programming documentation</h2>
76
77<ul>
78<li><a href="libogg/index.html">Programming with ogg</a></li>
79</ul>
80
81<h2>Ogg bitsream documentation</h2>
82
83<ul>
84<li><a href="oggstream.html">Ogg bitstream overview</a></li>
85<li><a href="framing.html">Ogg bitstream framing</a></li>
86<li><a href="ogg-multiplex.html">Ogg multi-stream multiplexing</a></li>
87<li><a href="skeleton.html">The Ogg Skeleton Metadata Bitstream</a></li>
88</ul>
89
90<h2>RFC documentation</h2>
91
92<ul>
93<li><a href="rfc3533.txt">rfc3533: The Ogg Encapsulation Format Version 0</a></li>
94<li><a href="rfc5334.txt">rfc5334: Ogg Media Types</a></li>
95</ul>
96
97<div id="copyright">
98  The Xiph Fish Logo is a
99  trademark (&trade;) of Xiph.Org.<br/>
100
101  These pages &copy; 1994 - 2010 Xiph.Org. All rights reserved.
102</div>
103
104</body>
105</html>
106