[www] r831 - trunk/www.matroska.org/data/technical/specs/codecid
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2004-12-30 00:47:07 +0300 (Thu, 30 Dec 2004)
New Revision: 831
Added:
trunk/www.matroska.org/data/technical/specs/codecid/wavpack.html
Modified:
trunk/www.matroska.org/data/technical/specs/codecid/index.html
Log:
spec: prepare for wavpack long description
Modified: trunk/www.matroska.org/data/technical/specs/codecid/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/codecid/index.html 2004-12-23 08:13:27 UTC (rev 830)
+++ trunk/www.matroska.org/data/technical/specs/codecid/index.html 2004-12-29 21:47:07 UTC (rev 831)
@@ -440,6 +440,11 @@
wFormatTag = 0x77A1</td>
</tr>
<tr>
+ <td>A_WAVPACK4</td>
+ <td><a href="http://wavpack.corecodec.org/">WavPack</a> lossles audio compressor</td>
+ <td>The Wavpack packets consist of a stripped header followed by the frame data. For multi-track (> 2 tracks) a frame consists of many packets. For hybrid files (lossy part + correction part), the correction part is stored in an additional block (level 1). For more details, check the <a href="wavpack.html">WavPack muxing description</a>.</td>
+ </tr>
+ <tr>
<th colspan="4">Subtitle</th>
</tr>
<tr>
Added: trunk/www.matroska.org/data/technical/specs/codecid/wavpack.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/codecid/wavpack.html 2004-12-23 08:13:27 UTC (rev 830)
+++ trunk/www.matroska.org/data/technical/specs/codecid/wavpack.html 2004-12-29 21:47:07 UTC (rev 831)
@@ -0,0 +1,40 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!--#set var="docroot" value="../../../" --><!--#set var="xhtml" value="valid" -->
+<html>
+<head>
+<title>Matroska Codec - WavPack</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<!--#include virtual="/include/stylesheet-main.html" -->
+
+</head>
+<body>
+
+<div id="displayedpage">
+
+<!--#include virtual="/include/page-head.html" -->
+
+<h2 id="pagetitle">Wavpack Muxing</h2>
+
+<div id="subnavbar">
+ <ul class="navlist">
+ <li><a href="../index.html" title="matroska specs">Specifications</a></li>
+ <li><a href="../notes.html" title="Specification Notes">Spec. Notes</a></li>
+ <li><a href="../../diagram/index.html">Diagram</a></li>
+ <li><a href="../codecid/index.html" title="matroska specs">Codec Specs</a></li>
+ <li><a href="../subtitles/index.html">Subtitles</a></li>
+ <li><a href="../chapters/index.html">Chapters</a></li>
+ <li><a href="../tagging/index.html">Tags</a></li>
+ <li><a href="../../menu/index.html" title="preliminary study for a Control Track/Menu">Menu</a></li>
+ <li><a href="../rfc/index.html">EBML RFC</a></li>
+ </ul>
+</div>
+
+
+<div id="content">
+
+</div>
+<!--#include virtual="/include/page-tail.html" -->
+
+</div>
+</body>
+</html>