From e963c3a9fb4b63dd62a8c24648bcff92613e206c Mon Sep 17 00:00:00 2001 From: Dimitri Podborski Date: Mon, 4 Mar 2024 11:07:50 -0800 Subject: [PATCH 1/4] add a link to the conformance page and a script for section highlighting --- conformance/conformance_page/src/App.jsx | 3 +-- index.bs | 13 +++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/conformance/conformance_page/src/App.jsx b/conformance/conformance_page/src/App.jsx index d754a00..5a91dd8 100644 --- a/conformance/conformance_page/src/App.jsx +++ b/conformance/conformance_page/src/App.jsx @@ -322,8 +322,7 @@ export default function App() { version: {coverage_raw["cw_version"]} - WARNING: These files are still{" "} - under review. + WARNING: This page is under development and does not yet reflect the current status of the conforance test framework. diff --git a/index.bs b/index.bs index ed5590b..6c8ffa9 100644 --- a/index.bs +++ b/index.bs @@ -10,6 +10,7 @@ Abstract: This document specifies the storage format for [[!AV1]] bitstreams in Date: 2023-12-11 Repository: AOMediaCodec/av1-isobmff Group: AOM +Test Suite: https://aomediacodec.github.io/av1-isobmff/conformance/ !Previously approved version: https://aomediacodec.github.io/av1-isobmff/v1.2.0.html !Latest approved version: https://aomediacodec.github.io/av1-isobmff/latest-approved.html !Latest draft version: https://aomediacodec.github.io/av1-isobmff/latest-draft.html @@ -725,3 +726,15 @@ Changes since v1.2.0 release {#changelist} - Add a note on the identification of the T.35 message. - Use undated reference for ISOBMFF. - Add note for encryption description limit. + + From 235b6ef96fbe17665e5248d53f2558c7178cc850 Mon Sep 17 00:00:00 2001 From: Dimitri Podborski <40244254+podborski@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:07:00 -0800 Subject: [PATCH 2/4] Update conformance/conformance_page/src/App.jsx Co-authored-by: Cyril Concolato --- conformance/conformance_page/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformance/conformance_page/src/App.jsx b/conformance/conformance_page/src/App.jsx index 5a91dd8..1c7fb02 100644 --- a/conformance/conformance_page/src/App.jsx +++ b/conformance/conformance_page/src/App.jsx @@ -322,7 +322,7 @@ export default function App() { version: {coverage_raw["cw_version"]} - WARNING: This page is under development and does not yet reflect the current status of the conforance test framework. + WARNING: This page is under development and does not yet reflect the current status of the conformance test framework. From 112f42ae7f3d8efaf3eb74e5c8b37d65503fe1f1 Mon Sep 17 00:00:00 2001 From: Dimitri Podborski Date: Mon, 4 Mar 2024 12:08:39 -0800 Subject: [PATCH 3/4] changelog --- index.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/index.bs b/index.bs index 6c8ffa9..cfa652a 100644 --- a/index.bs +++ b/index.bs @@ -726,6 +726,7 @@ Changes since v1.2.0 release {#changelist} - Add a note on the identification of the T.35 message. - Use undated reference for ISOBMFF. - Add note for encryption description limit. +- Add a link to the conformance page.