index.html 1.8 KB

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