|
7 | 7 | <link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet"> |
8 | 8 | <meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator"> |
9 | 9 | <link href="https://www.w3.org/TR/webcodecs-avc-codec-registration/" rel="canonical"> |
10 | | - <meta content="71fd3381db93c6a9b9cf3926b07a91ece8d031c6" name="revision"> |
| 10 | + <meta content="70892e0e707636452b701469533d14e5fc5eab12" name="revision"> |
11 | 11 | <meta content="dark light" name="color-scheme"> |
12 | 12 | <link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css"> |
13 | 13 | <style>/* Boilerplate: style-autolinks */ |
|
695 | 695 | <div class="head"> |
696 | 696 | <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> |
697 | 697 | <h1 class="p-name no-ref" id="title">AVC (H.264) 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-05-13">13 May 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> |
699 | 699 | <details open> |
700 | 700 | <summary>More details about this document</summary> |
701 | 701 | <div data-fill-with="spec-metadata"> |
@@ -727,7 +727,7 @@ <h1 class="p-name no-ref" id="title">AVC (H.264) WebCodecs Registration</h1> |
727 | 727 | <div class="p-summary" data-fill-with="abstract"> |
728 | 728 | <h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="content">Abstract</span></h2> |
729 | 729 | <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 AVC (H.264), the (1) fully qualified codec strings, |
| 730 | +It describes, for AVC (H.264), the (1) fully qualified <a href="https://w3c.github.io/webcodecs/#config-codec-string">codec strings</a>, |
731 | 731 | (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 <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, |
732 | 732 | (4) 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>, |
733 | 733 | (5) the codec-specific 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>, and |
@@ -795,7 +795,7 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2> |
795 | 795 | </nav> |
796 | 796 | <main> |
797 | 797 | <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> |
798 | | - <p>The codec string begins with the prefix "avc1." or "avc3.", with a suffix of 6 |
| 798 | + <p>The <a href="https://w3c.github.io/webcodecs/#config-codec-string">codec string</a> begins with the prefix "avc1." or "avc3.", with a suffix of 6 |
799 | 799 | characters as described respectively in Section 3.4 of <a data-link-type="biblio" href="#biblio-rfc6381" title="The 'Codecs' and 'Profiles' Parameters for "Bucket" Media Types">[rfc6381]</a> and Section |
800 | 800 | 5.4.1 of <a data-link-type="biblio" href="#biblio-iso14496-15" title="ISO/IEC 14496-15:2024 Information technology — Coding of audio-visual objects — Part 15: Carriage of network abstraction layer (NAL) unit structured video in the ISO base media file format">[iso14496-15]</a>.</p> |
801 | 801 | <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> |
|
0 commit comments