Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use normative reference to ITU-H.273 #784

Merged
merged 1 commit into from
May 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions ebml_matroska.xml
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ This value is similar in scope to the biCompression value of AVI's `BITMAPINFO`
</element>
<element name="MatrixCoefficients" path="\Segment\Tracks\TrackEntry\Video\Colour\MatrixCoefficients" id="0x55B1" type="uinteger" minver="4" default="2" minOccurs="1" maxOccurs="1">
<documentation lang="en" purpose="definition">The Matrix Coefficients of the video used to derive luma and chroma values from red, green, and blue color primaries.
For clarity, the value and meanings for MatrixCoefficients are adopted from Table 4 of ISO/IEC 23001-8:2016 or ITU-T H.273.</documentation>
For clarity, the value and meanings for MatrixCoefficients are adopted from Table 4 of [@!ITU-H.273].</documentation>
<restriction>
<enum value="0" label="Identity"/>
<enum value="1" label="ITU-R BT.709"/>
Expand Down Expand Up @@ -799,7 +799,7 @@ This is additive with ChromaSubsamplingVert.</documentation>
</element>
<element name="TransferCharacteristics" path="\Segment\Tracks\TrackEntry\Video\Colour\TransferCharacteristics" id="0x55BA" type="uinteger" minver="4" default="2" minOccurs="1" maxOccurs="1">
<documentation lang="en" purpose="definition">The transfer characteristics of the video. For clarity,
the value and meanings for TransferCharacteristics are adopted from Table 3 of ISO/IEC 23091-4 or ITU-T H.273.</documentation>
the value and meanings for TransferCharacteristics are adopted from Table 3 of [@!ITU-H.273].</documentation>
<restriction>
<enum value="0" label="reserved"/>
<enum value="1" label="ITU-R BT.709"/>
Expand Down Expand Up @@ -827,7 +827,7 @@ the value and meanings for TransferCharacteristics are adopted from Table 3 of I
</element>
<element name="Primaries" path="\Segment\Tracks\TrackEntry\Video\Colour\Primaries" id="0x55BB" type="uinteger" minver="4" default="2" minOccurs="1" maxOccurs="1">
<documentation lang="en" purpose="definition">The colour primaries of the video. For clarity,
the value and meanings for Primaries are adopted from Table 2 of ISO/IEC 23091-4 or ITU-T H.273.</documentation>
the value and meanings for Primaries are adopted from Table 2 of [@!ITU-H.273].</documentation>
<restriction>
<enum value="0" label="reserved"/>
<enum value="1" label="ITU-R BT.709"/>
Expand Down
11 changes: 11 additions & 0 deletions rfc_backmatter_matroska.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,17 @@
<seriesInfo name="ISO/IEC" value="9899:2011" />
</reference>

<reference anchor="ITU-H.273" target="https://www.itu.int/rec/T-REC-H.273/en">
<front>
<title>Coding-independent code points for video signal type identification</title>
<author>
<organization>International Telecommunication Union</organization>
</author>
<date day="24" month="September" year="2021"/>
</front>
<seriesInfo name="ITU" value="H.273" />
</reference>

<reference anchor="ITU-J.17" target="https://www.itu.int/rec/T-REC-J.17/en">
<front>
<title>Pre-emphasis used on sound-programme circuits</title>
Expand Down