Merge branch 'Teaman-ND' into Teaman-RT
[tomato.git] / release / src / router / libogg / doc / index.html
bloba461364a7ef7dbb28297af19ed80180d1ff4827e
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>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
6 <title>Ogg Documentation</title>
8 <style type="text/css">
9 body {
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;
17 a {
18 color: #3366cc;
21 img {
22 border: 0;
25 #xiphlogo {
26 margin: 30px 0 16px 0;
29 #content p {
30 line-height: 1.4;
33 h1, h1 a, h2, h2 a, h3, h3 a {
34 font-weight: bold;
35 color: #ff9900;
36 margin: 1.3em 0 8px 0;
39 h1 {
40 font-size: 1.3em;
43 h2 {
44 font-size: 1.2em;
47 h3 {
48 font-size: 1.1em;
51 li {
52 line-height: 1.4;
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;
63 </style>
65 </head>
67 <body>
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>
73 <h1>Ogg Documentation</h1>
75 <h2>Ogg programming documentation</h2>
77 <ul>
78 <li><a href="libogg/index.html">Programming with ogg</a></li>
79 </ul>
81 <h2>Ogg bitsream documentation</h2>
83 <ul>
84 <li><a href="oggstream.html">Ogg logical and physical bitstream overview</a></li>
85 <li><a href="framing.html">Ogg logical 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>
90 <h2>RFC documentation</h2>
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>
97 <div id="copyright">
98 The Xiph Fish Logo is a
99 trademark (&trade;) of Xiph.Org.<br/>
101 These pages &copy; 1994 - 2005 Xiph.Org. All rights reserved.
102 </div>
104 </body>
105 </html>