From 91d8e70bd6379db51bf85afd88396b0c5567baa1 Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Tue, 7 May 2024 18:08:11 -0700 Subject: [PATCH] Add references to H.264 and H.265 Add references to H.264 and H.265 --- svc-respec-config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/svc-respec-config.js b/svc-respec-config.js index ece28aa..209b936 100644 --- a/svc-respec-config.js +++ b/svc-respec-config.js @@ -40,6 +40,18 @@ var respecConfig = { "href": "https://www.iana.org/assignments/stun-parameters/stun-parameters.xhtml#stun-parameters-6", "publisher": "IANA" }, + "ITU-T-REC-H.264": { + "href": "https://www.itu.int/rec/T-REC-H.264", + "title": "H.264 : Advanced video coding for generic audiovisual services", + "publisher": "ITU", + "date": "June 2019" + }, + "ITU-T-REC-H.265": { + "href": "https://www.itu.int/rec/T-REC-H.265", + "title": "H.265 : High efficiency video coding", + "publisher": "ITU", + "date": "August 2021" + }, "RFC7667": { "title": "RTP Topologies", "href": "https://datatracker.ietf.org/doc/html/rfc7667",