From 45e2f1aa089050690b306d094f9c28810f65c04e Mon Sep 17 00:00:00 2001 From: Dimitri Podborski <40244254+podborski@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:03:09 -0800 Subject: [PATCH] Add missing specs that are used in AOM (AV1) (#833) * adding specs based on #792 This commit adds: - SMPTE ST 170 - SMPTE ST 240 - IEC 61966-2-1 - ITU-R BT.2100 ISO/IEC 23091-2 (CICP) spec is already in iso_jtc1_sc29.json however its not so clear to me how to reference the latest version that is not under development. See relevant discussion in #832 * align title with ITU-R-BT.709 --------- Co-authored-by: Dimitri Podborski --- refs/biblio.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/refs/biblio.json b/refs/biblio.json index 97c9146e0..ae566a8a6 100644 --- a/refs/biblio.json +++ b/refs/biblio.json @@ -2144,6 +2144,13 @@ "rawDate": "2015-06-17", "publisher": "ITU" }, + "ITU-R-BT.2100": { + "href": "https://www.itu.int/rec/R-REC-BT.2100/", + "title": "Recommendation ITU-R BT.2100-2 (07/2018), Image parameter values for high dynamic range television for use in production and international programme exchange", + "status": "Recommendation", + "rawDate": "2018-07-09", + "publisher": "ITU" + }, "JAPI": { "href": "http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140174.html", "title": "Java Accessibility API", @@ -3189,6 +3196,24 @@ "publisher": "SMPTE", "date": "2011" }, + "SMPTE170": { + "title": "ST 170, For Television - Composite Analog Video Signal - NTSC for Studio Application", + "href": "https://my.smpte.org/s/product-details?id=a1BVR0000008kZw", + "publisher": "SMPTE", + "date": "2004" + }, + "SMPTE240": { + "title": "ST 240, For Television - 1125-Line High-Definition Production Systems - Signal Parameters", + "href": "https://my.smpte.org/s/product-details?id=a1BVR0000008kbF", + "publisher": "SMPTE", + "date": "1999" + }, + "IEC61966-2-1": { + "title": "IEC 61966-2-1, Multimedia systems and equipment - Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB", + "href": "https://webstore.iec.ch/en/publication/6169", + "publisher": "IEC", + "date": "1999" + }, "SOLID-PROTOCOL": { "title": "Solid Protocol", "href": "https://solidproject.org/TR/protocol",