Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 12.1.1.
  • Loading branch information
reffy-bot committed Mar 14, 2023
1 parent 39e88e4 commit 57b0a10
Show file tree
Hide file tree
Showing 17 changed files with 397 additions and 103 deletions.
42 changes: 42 additions & 0 deletions tr/dfns/resource-timing.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,25 @@
},
"definedIn": "prose"
},
{
"id": "dfn-delivery-type",
"href": "https://www.w3.org/TR/resource-timing/#dfn-delivery-type",
"linkingText": [
"delivery type"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "sec-performanceresourcetiming",
"href": "https://www.w3.org/TR/resource-timing/#sec-performanceresourcetiming",
"title": "The PerformanceResourceTiming Interface",
"number": "4.3"
},
"definedIn": "prose"
},
{
"id": "dfn-requested-url",
"href": "https://www.w3.org/TR/resource-timing/#dfn-requested-url",
Expand Down Expand Up @@ -280,6 +299,29 @@
},
"definedIn": "prose"
},
{
"id": "dom-performanceresourcetiming-deliverytype",
"href": "https://www.w3.org/TR/resource-timing/#dom-performanceresourcetiming-deliverytype",
"linkingText": [
"deliveryType"
],
"localLinkingText": [
"PerformanceResourceTiming.deliveryType"
],
"type": "attribute",
"for": [
"PerformanceResourceTiming"
],
"access": "public",
"informative": false,
"heading": {
"id": "sec-performanceresourcetiming",
"href": "https://www.w3.org/TR/resource-timing/#sec-performanceresourcetiming",
"title": "The PerformanceResourceTiming Interface",
"number": "4.3"
},
"definedIn": "prose"
},
{
"id": "dom-performanceresourcetiming-workerstart",
"href": "https://www.w3.org/TR/resource-timing/#dom-performanceresourcetiming-workerstart",
Expand Down
68 changes: 68 additions & 0 deletions tr/dfns/webcodecs-vp9-codec-registration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"spec": {
"title": "VP9 WebCodecs Registration",
"url": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/"
},
"dfns": [
{
"id": "dom-videoencoderencodeoptions-vp9",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#dom-videoencoderencodeoptions-vp9",
"linkingText": [
"vp9"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"VideoEncoderEncodeOptions"
],
"access": "public",
"informative": false,
"heading": {
"id": "videoencoderencodeoptions-extensions",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#videoencoderencodeoptions-extensions",
"title": "VideoEncoderEncodeOptions extensions",
"number": "5"
},
"definedIn": "dt"
},
{
"id": "dictdef-videoencoderencodeoptionsforvp9",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#dictdef-videoencoderencodeoptionsforvp9",
"linkingText": [
"VideoEncoderEncodeOptionsForVp9"
],
"localLinkingText": [],
"type": "dictionary",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "vp9-encode-options",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#vp9-encode-options",
"title": "VideoEncoderEncodeOptionsForVp9",
"number": "5.1"
},
"definedIn": "pre"
},
{
"id": "dom-videoencoderencodeoptionsforvp9-quantizer",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#dom-videoencoderencodeoptionsforvp9-quantizer",
"linkingText": [
"quantizer"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
"VideoEncoderEncodeOptionsForVp9"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#title",
"title": "VP9 WebCodecs Registration"
},
"definedIn": "dt"
}
]
}
86 changes: 84 additions & 2 deletions tr/dfns/webcodecs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4954,6 +4954,88 @@
},
"definedIn": "dt"
},
{
"id": "enumdef-videoencoderbitratemode",
"href": "https://www.w3.org/TR/webcodecs/#enumdef-videoencoderbitratemode",
"linkingText": [
"VideoEncoderBitrateMode"
],
"localLinkingText": [],
"type": "enum",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "video-encoder-bitrate-mode",
"href": "https://www.w3.org/TR/webcodecs/#video-encoder-bitrate-mode",
"title": "VideoEncoderBitrateMode",
"number": "7.14"
},
"definedIn": "pre"
},
{
"id": "dom-videoencoderbitratemode-constant",
"href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderbitratemode-constant",
"linkingText": [
"\"constant\"",
"constant"
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"VideoEncoderBitrateMode"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webcodecs/#title",
"title": "WebCodecs"
},
"definedIn": "dt"
},
{
"id": "dom-videoencoderbitratemode-variable",
"href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderbitratemode-variable",
"linkingText": [
"\"variable\"",
"variable"
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"VideoEncoderBitrateMode"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webcodecs/#title",
"title": "WebCodecs"
},
"definedIn": "dt"
},
{
"id": "dom-videoencoderbitratemode-quantizer",
"href": "https://www.w3.org/TR/webcodecs/#dom-videoencoderbitratemode-quantizer",
"linkingText": [
"\"quantizer\"",
"quantizer"
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"VideoEncoderBitrateMode"
],
"access": "public",
"informative": false,
"heading": {
"id": "title",
"href": "https://www.w3.org/TR/webcodecs/#title",
"title": "WebCodecs"
},
"definedIn": "dt"
},
{
"id": "enumdef-codecstate",
"href": "https://www.w3.org/TR/webcodecs/#enumdef-codecstate",
Expand All @@ -4969,7 +5051,7 @@
"id": "codec-state",
"href": "https://www.w3.org/TR/webcodecs/#codec-state",
"title": "CodecState",
"number": "7.14"
"number": "7.15"
},
"definedIn": "pre"
},
Expand Down Expand Up @@ -5051,7 +5133,7 @@
"id": "error-callback",
"href": "https://www.w3.org/TR/webcodecs/#error-callback",
"title": "WebCodecsErrorCallback",
"number": "7.15"
"number": "7.16"
},
"definedIn": "pre"
},
Expand Down
30 changes: 28 additions & 2 deletions tr/headings/webcodecs-vp9-codec-registration.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,33 @@
"title": "EncodedVideoChunk type",
"number": "4"
},
{
"id": "videoencoderencodeoptions-extensions",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#videoencoderencodeoptions-extensions",
"level": 2,
"title": "VideoEncoderEncodeOptions extensions",
"number": "5"
},
{
"id": "vp9-encode-options",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#vp9-encode-options",
"level": 3,
"title": "VideoEncoderEncodeOptionsForVp9",
"number": "5.1"
},
{
"id": "privacy-considerations",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#privacy-considerations",
"level": 2,
"title": "Privacy Considerations",
"number": "5"
"number": "6"
},
{
"id": "security-considerations",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#security-considerations",
"level": 2,
"title": "Security Considerations",
"number": "6"
"number": "7"
},
{
"id": "w3c-conformance",
Expand All @@ -94,6 +108,12 @@
"level": 2,
"title": "Index"
},
{
"id": "index-defined-here",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#index-defined-here",
"level": 3,
"title": "Terms defined by this specification"
},
{
"id": "index-defined-elsewhere",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#index-defined-elsewhere",
Expand All @@ -117,6 +137,12 @@
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#informative",
"level": 3,
"title": "Informative References"
},
{
"id": "idl-index",
"href": "https://www.w3.org/TR/webcodecs-vp9-codec-registration/#idl-index",
"level": 2,
"title": "IDL Index"
}
]
}
11 changes: 9 additions & 2 deletions tr/headings/webcodecs.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,19 +399,26 @@
"title": "VideoEncoderEncodeOptions",
"number": "7.13"
},
{
"id": "video-encoder-bitrate-mode",
"href": "https://www.w3.org/TR/webcodecs/#video-encoder-bitrate-mode",
"level": 3,
"title": "VideoEncoderBitrateMode",
"number": "7.14"
},
{
"id": "codec-state",
"href": "https://www.w3.org/TR/webcodecs/#codec-state",
"level": 3,
"title": "CodecState",
"number": "7.14"
"number": "7.15"
},
{
"id": "error-callback",
"href": "https://www.w3.org/TR/webcodecs/#error-callback",
"level": 3,
"title": "WebCodecsErrorCallback",
"number": "7.15"
"number": "7.16"
},
{
"id": "encoded-media-interfaces",
Expand Down
1 change: 1 addition & 0 deletions tr/idl/resource-timing.idl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[Exposed=(Window,Worker)]
interface PerformanceResourceTiming : PerformanceEntry {
readonly attribute DOMString initiatorType;
readonly attribute DOMString deliveryType;
readonly attribute ByteString nextHopProtocol;
readonly attribute DOMHighResTimeStamp workerStart;
readonly attribute DOMHighResTimeStamp redirectStart;
Expand Down
12 changes: 12 additions & 0 deletions tr/idl/webcodecs-vp9-codec-registration.idl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: VP9 WebCodecs Registration (https://www.w3.org/TR/webcodecs-vp9-codec-registration/)

partial dictionary VideoEncoderEncodeOptions {
VideoEncoderEncodeOptionsForVp9 vp9;
};

dictionary VideoEncoderEncodeOptionsForVp9 {
unsigned short? quantizer;
};
8 changes: 7 additions & 1 deletion tr/idl/webcodecs.idl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ dictionary VideoEncoderConfig {
HardwareAcceleration hardwareAcceleration = "no-preference";
AlphaOption alpha = "discard";
DOMString scalabilityMode;
BitrateMode bitrateMode = "variable";
VideoEncoderBitrateMode bitrateMode = "variable";
LatencyMode latencyMode = "quality";
};

Expand All @@ -198,6 +198,12 @@ dictionary VideoEncoderEncodeOptions {
boolean keyFrame = false;
};

enum VideoEncoderBitrateMode {
"constant",
"variable",
"quantizer"
};

enum CodecState {
"unconfigured",
"configured",
Expand Down
Loading

0 comments on commit 57b0a10

Please sign in to comment.