| CODENOTIFIER | HelpYou are not signed inSign in |
Project: OGG Vorbis
Revision: 15230
Author: ivo
Date: 31 Aug 2008 19:21:25
Changes:Hopefully I got everything covered.
Files:| ... | ...@@ -6,8 +6,8 @@ | |
| 6 | 6 | |
| 7 | 7 | ### all of the static docs, commited to SVN and included as is |
| 8 | 8 | static_docs = \ |
| 9 | draft-ietf-avt-rtp-vorbis-09.xml \ | |
| 10 | draft-ietf-avt-rtp-vorbis-09.txt \ | |
| 9 | rfc5215.xml \ | |
| 10 | rfc5215.txt \ | |
| 11 | 11 | eightphase.png \ |
| 12 | 12 | evenlsp.png \ |
| 13 | 13 | fish_xiph_org.png \ |
| ... | ...@@ -102,8 +102,8 @@ | |
| 102 | 102 | $(BUILDDIR)/Vorbis_I_spec.xml: $(doc_sources) |
| 103 | 103 | @mkdir -p $(BUILDDIR) |
| 104 | 104 | @for file in $(doc_sources); do cp $(srcdir)/$$file $(BUILDDIR); done |
| 105 | # translate the draft rtp.txt to .xml in the BUILDDIR | |
| 106 | $(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-09.txt | |
| 105 | # translate rfc5215.txt to .xml in the BUILDDIR | |
| 106 | $(BUILDDIR)/draft-rtp.xml: rfc5215.txt | |
| 107 | 107 | cat $< | sed 's///g' > $@ |
| 108 | 108 | # cat $< | sed 's///g' | sed 's/</\</g' | sed 's/>/\>/g' > $@ |
| 109 | 109 |
| ... | ...@@ -2279,11 +2279,10 @@ | |
| 2279 | 2279 | |
| 2280 | 2280 | |
| 2281 | 2281 | |
| 2282 | <p>Please consult the internet draft <em class="citetitle">RTP Payload Format for Vorbis Encoded | |
| 2283 | Audio</em> for description of how to embed Vorbis audio in an RTP stream.</p> | |
| 2282 | <p>Please consult RFC 5215 <em class="citetitle">RTP Payload Format for Vorbis Encoded Audio</em> for description of how to embed Vorbis audio in an RTP stream.</p> | |
| 2284 | 2283 | |
| 2285 | 2284 | </pre></div><div class="appendix" lang="en"><h2 class="title" style="clear: both"><a name="footer"></a>3. |
| ... | ...@@ -20,7 +20,7 @@ | |
| 20 | 20 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" |
| 21 | 21 | href="draft-rtp.xml" parse="text"> |
| 22 | 22 | <xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"> |
| 23 | <para>Please consult the internet draft <citetitle>RTP Payload Format for Vorbis Encoded | |
| 23 | <para>Please consult RFC 5215 <citetitle>RTP Payload Format for Vorbis Encoded | |
| 24 | 24 | Audio</citetitle> for description of how to embed Vorbis audio in an RTP stream.</para> |
| 25 | 25 | </xi:fallback> |
| 26 | 26 | </xi:include> |
| ... | ...@@ -84,7 +84,7 @@ | |
| 84 | 84 | <li>Vorbis I specification [<a href="Vorbis_I_spec.html">html</a>] |
| 85 | 85 | [<a href="Vorbis_I_spec.pdf">pdf</a>]</li> |
| 86 | 86 | <li><a href="v-comment.html">Vorbis comment header specification</a></li> |
| 87 | <li><a href="draft-ietf-avt-rtp-vorbis-09.txt">Embedding Vorbis encoded | |
| 87 | <li><a href="rfc5215.txt">Embedding Vorbis encoded | |
| 88 | 88 | audio in an RTP payload format</a></li> |
| 89 | 89 | </ul> |
| 90 | 90 |