Skip to content

Commit

Permalink
Add missing specs that are used in AOM (AV1) (#833)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
podborski and podborski authored Dec 11, 2024
1 parent 3330863 commit 45e2f1a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions refs/biblio.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 45e2f1a

Please sign in to comment.