Skip to content

Commit 946ec31

Browse files
Fix PCM link for samples
SHA: 70892e0 Reason: push, by Djuffin Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c022d59 commit 946ec31

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

av1_codec_registration.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<title>AV1 WebCodecs Registration</title>
66
<meta content="NOTE-ED" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
8-
<meta content="Bikeshed version 97a1608be, updated Mon Feb 3 16:09:34 2025 -0800" name="generator">
8+
<meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator">
99
<link href="https://www.w3.org/TR/webcodecs-av1-codec-registration/" rel="canonical">
10-
<meta content="011346f5edde07d8d205ef493d820bf30a279163" name="revision">
10+
<meta content="70892e0e707636452b701469533d14e5fc5eab12" name="revision">
1111
<meta content="dark light" name="color-scheme">
1212
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1313
<style>/* Boilerplate: style-autolinks */
@@ -695,7 +695,7 @@
695695
<div class="head">
696696
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
697697
<h1 class="p-name no-ref" id="title">AV1 WebCodecs Registration</h1>
698-
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-02-12">12 February 2025</time></p>
698+
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-05-14">14 May 2025</time></p>
699699
<details open>
700700
<summary>More details about this document</summary>
701701
<div data-fill-with="spec-metadata">
@@ -727,7 +727,7 @@ <h1 class="p-name no-ref" id="title">AV1 WebCodecs Registration</h1>
727727
<div class="p-summary" data-fill-with="abstract">
728728
<h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="content">Abstract</span></h2>
729729
<p>This registration is entered into the <a data-link-type="biblio" href="#biblio-webcodecs-codec-registry" title="WebCodecs Codec Registry">[webcodecs-codec-registry]</a>.
730-
It describes, for AV1, the (1) fully qualified codec strings,
730+
It describes, for AV1, the (1) fully qualified <a href="https://w3c.github.io/webcodecs/#config-codec-string">codec strings</a>,
731731
(2) the codec-specific <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#encodedvideochunk" id="ref-for-encodedvideochunk">EncodedVideoChunk</a></code> <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dom-encodedvideochunk-internal-data-slot" id="ref-for-dom-encodedvideochunk-internal-data-slot">[[internal data]]</a></code> bytes, (3) the codec-specific
732732
extensions to <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dictdef-videoencoderconfig" id="ref-for-dictdef-videoencoderconfig">VideoEncoderConfig</a></code>, (4) the <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dom-videodecoderconfig-description" id="ref-for-dom-videodecoderconfig-description">VideoDecoderConfig.description</a></code> bytes,
733733
(5) the values of <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#encodedvideochunk" id="ref-for-encodedvideochunk①">EncodedVideoChunk</a></code> <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dom-encodedvideochunk-type-slot" id="ref-for-dom-encodedvideochunk-type-slot">[[type]]</a></code>, and
@@ -741,7 +741,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="cont
741741
</div>
742742
<h2 class="no-num no-toc no-ref heading settled" id="sotd"><span class="content">Status of this document</span></h2>
743743
<div data-fill-with="status">
744-
<p> <em>This section describes the status of this document at the time of its publication. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision of this technical report can be found in the <a href="https://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at https://www.w3.org/TR/.</em> </p>
744+
<p> <em>This section describes the status of this document at the time of its publication. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision of this technical report can be found in the <a href="https://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> standards and drafts index</a> at https://www.w3.org/TR/.</em> </p>
745745
<p> Feedback and comments on this specification are welcome. <a href="https://github.com/w3c/webcodecs/issues">GitHub Issues</a> are preferred for discussion on this specification. Alternatively, you can send comments to the Media Working Group’s mailing-list, <a href="mailto:[email protected]">[email protected]</a> (<a href="https://lists.w3.org/Archives/Public/public-media-wg/">archives</a>).
746746
This draft highlights some of the pending issues that are still to be discussed in the working group.
747747
No decision has been taken on the outcome of these issues including whether they are valid. </p>
@@ -789,7 +789,7 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
789789
</nav>
790790
<main>
791791
<h2 class="heading settled" data-level="1" id="fully-qualified-codec-strings"><span class="secno">1. </span><span class="content">Fully qualified codec strings</span><a class="self-link" href="#fully-qualified-codec-strings"></a></h2>
792-
<p>The codec string begins with the prefix <code>"av01."</code>, followed by a variable length
792+
<p>The <a href="https://w3c.github.io/webcodecs/#config-codec-string">codec string</a> begins with the prefix <code>"av01."</code>, followed by a variable length
793793
suffix as described in Section 5 of <a data-link-type="biblio" href="#biblio-av1-isobmff" title="AV1 Codec ISO Media File Format Binding">[AV1-ISOBMFF]</a>.</p>
794794
<h2 class="heading settled" data-level="2" id="encodedvideochunk-data"><span class="secno">2. </span><span class="content">EncodedVideoChunk data</span><a class="self-link" href="#encodedvideochunk-data"></a></h2>
795795
<p><code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#encodedvideochunk" id="ref-for-encodedvideochunk②">EncodedVideoChunk</a></code> <code class="idl"><a data-link-type="idl" href="https://w3c.github.io/webcodecs/#dom-encodedvideochunk-internal-data-slot" id="ref-for-dom-encodedvideochunk-internal-data-slot①">[[internal data]]</a></code> is expected to be
@@ -889,7 +889,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
889889
<dt id="biblio-rfc2119">[RFC2119]
890890
<dd>S. Bradner. <a href="https://datatracker.ietf.org/doc/html/rfc2119"><cite>Key words for use in RFCs to Indicate Requirement Levels</cite></a>. March 1997. Best Current Practice. URL: <a href="https://datatracker.ietf.org/doc/html/rfc2119">https://datatracker.ietf.org/doc/html/rfc2119</a>
891891
<dt id="biblio-webcodecs">[WEBCODECS]
892-
<dd>Paul Adenot; Bernard Aboba; Eugene Zemtsov. <a href="https://w3c.github.io/webcodecs/"><cite>WebCodecs</cite></a>. URL: <a href="https://w3c.github.io/webcodecs/">https://w3c.github.io/webcodecs/</a>
892+
<dd>Paul Adenot; Eugene Zemtsov. <a href="https://w3c.github.io/webcodecs/"><cite>WebCodecs</cite></a>. URL: <a href="https://w3c.github.io/webcodecs/">https://w3c.github.io/webcodecs/</a>
893893
<dt id="biblio-webidl">[WEBIDL]
894894
<dd>Edgar Chen; Timothy Gu. <a href="https://webidl.spec.whatwg.org/"><cite>Web IDL Standard</cite></a>. Living Standard. URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
895895
</dl>
@@ -1605,7 +1605,12 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
16051605
function showRefHint(link) {
16061606
if(link.classList.contains("dfn-link")) return;
16071607
const url = link.getAttribute("href");
1608-
const ref = refsData[url];
1608+
const refHintKey = link.getAttribute("data-refhint-key");
1609+
let key = url;
1610+
if(refHintKey) {
1611+
key = refHintKey + "_" + url;
1612+
}
1613+
const ref = refsData[key];
16091614
if(!ref) return;
16101615

16111616
hideAllRefHints(); // Only display one at this time.

0 commit comments

Comments
 (0)