@webref/xref 1.0.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/README.md +77 -0
  2. package/ed/dfns/ecmascript.json +2 -2
  3. package/ed/dfns/encoding.json +20 -0
  4. package/ed/dfns/picture-in-picture.json +58 -18
  5. package/ed/dfns/shacl12-rules.json +181 -86
  6. package/ed/dfns/webdriver-bidi.json +148 -17
  7. package/ed/dfns/webmcp.json +164 -3
  8. package/ed/headings/SVG2.json +1 -1
  9. package/ed/headings/ecmascript.json +1 -1
  10. package/ed/headings/encoding.json +1 -1
  11. package/ed/headings/picture-in-picture.json +5 -5
  12. package/ed/headings/rfc2397.json +33 -9
  13. package/ed/headings/rfc4120.json +164 -134
  14. package/ed/headings/rfc6386.json +128 -104
  15. package/ed/headings/rfc6454.json +62 -38
  16. package/ed/headings/rfc6455.json +120 -90
  17. package/ed/headings/rfc6797.json +104 -80
  18. package/ed/headings/rfc7034.json +52 -28
  19. package/ed/headings/rfc7239.json +55 -31
  20. package/ed/headings/rfc7469.json +63 -39
  21. package/ed/headings/rfc7578.json +54 -30
  22. package/ed/headings/rfc7932.json +70 -40
  23. package/ed/headings/rfc8610.json +100 -63
  24. package/ed/headings/rfc8878.json +97 -88
  25. package/ed/headings/rfc9163.json +62 -59
  26. package/ed/headings/rfc9649.json +82 -79
  27. package/ed/headings/rfc9659.json +33 -30
  28. package/ed/headings/selectors-5.json +8 -1
  29. package/ed/headings/shacl12-rules.json +127 -77
  30. package/ed/headings/webdriver-bidi.json +10 -3
  31. package/ed/headings/webmcp.json +14 -0
  32. package/ed/headings/webusb.json +1 -1
  33. package/ed/headings/webvtt1.json +2 -2
  34. package/index.js +82 -9
  35. package/package.json +1 -1
  36. package/specs.json +28890 -0
  37. package/tr/dfns/shacl12-rules.json +181 -86
  38. package/tr/dfns/webdriver-bidi.json +148 -17
  39. package/tr/dfns/webvtt1.json +82 -95
  40. package/tr/headings/shacl12-rules.json +127 -77
  41. package/tr/headings/webdriver-bidi.json +10 -3
  42. package/tr/headings/webvtt1.json +3 -9
@@ -1,722 +1,746 @@
1
1
  {
2
2
  "spec": {
3
- "title": "RFC 6386: VP8 Data Format and Decoding Guide",
4
- "url": "https://www.rfc-editor.org/rfc/rfc6386"
3
+ "title": "RFC 6386: VP8 Data Format and Decoding Guide | RFC Editor",
4
+ "url": "https://www.rfc-editor.org/info/rfc6386/"
5
5
  },
6
6
  "headings": [
7
7
  {
8
8
  "id": "section-1",
9
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-1",
9
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-1",
10
10
  "title": "Introduction",
11
11
  "level": 1,
12
12
  "number": "1"
13
13
  },
14
14
  {
15
15
  "id": "section-2",
16
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-2",
16
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-2",
17
17
  "title": "Format Overview",
18
18
  "level": 1,
19
19
  "number": "2"
20
20
  },
21
21
  {
22
22
  "id": "section-3",
23
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-3",
23
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-3",
24
24
  "title": "Compressed Frame Types",
25
25
  "level": 1,
26
26
  "number": "3"
27
27
  },
28
28
  {
29
29
  "id": "section-4",
30
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-4",
30
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-4",
31
31
  "title": "Overview of Compressed Data Format",
32
32
  "level": 1,
33
33
  "number": "4"
34
34
  },
35
35
  {
36
36
  "id": "section-5",
37
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-5",
37
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-5",
38
38
  "title": "Overview of the Decoding Process",
39
39
  "level": 1,
40
40
  "number": "5"
41
41
  },
42
42
  {
43
43
  "id": "section-6",
44
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-6",
44
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-6",
45
45
  "title": "Description of Algorithms",
46
46
  "level": 1,
47
47
  "number": "6"
48
48
  },
49
49
  {
50
50
  "id": "section-7",
51
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-7",
51
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-7",
52
52
  "title": "Boolean Entropy Decoder",
53
53
  "level": 1,
54
54
  "number": "7"
55
55
  },
56
56
  {
57
57
  "id": "section-7.1",
58
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-7.1",
58
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-7.1",
59
59
  "title": "Underlying Theory of Coding",
60
60
  "level": 2,
61
61
  "number": "7.1"
62
62
  },
63
63
  {
64
64
  "id": "section-7.2",
65
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-7.2",
65
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-7.2",
66
66
  "title": "Practical Algorithm Description",
67
67
  "level": 2,
68
68
  "number": "7.2"
69
69
  },
70
70
  {
71
71
  "id": "section-7.3",
72
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-7.3",
72
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-7.3",
73
73
  "title": "Actual Implementation",
74
74
  "level": 2,
75
75
  "number": "7.3"
76
76
  },
77
77
  {
78
78
  "id": "section-8",
79
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-8",
79
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-8",
80
80
  "title": "Compressed Data Components",
81
81
  "level": 1,
82
82
  "number": "8"
83
83
  },
84
84
  {
85
85
  "id": "section-8.1",
86
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-8.1",
86
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-8.1",
87
87
  "title": "Tree Coding Implementation",
88
88
  "level": 2,
89
89
  "number": "8.1"
90
90
  },
91
91
  {
92
92
  "id": "section-8.2",
93
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-8.2",
93
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-8.2",
94
94
  "title": "Tree Coding Example",
95
95
  "level": 2,
96
96
  "number": "8.2"
97
97
  },
98
98
  {
99
99
  "id": "section-9",
100
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9",
100
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9",
101
101
  "title": "Frame Header",
102
102
  "level": 1,
103
103
  "number": "9"
104
104
  },
105
105
  {
106
106
  "id": "section-9.1",
107
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.1",
107
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.1",
108
108
  "title": "Uncompressed Data Chunk",
109
109
  "level": 2,
110
110
  "number": "9.1"
111
111
  },
112
112
  {
113
113
  "id": "section-9.2",
114
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.2",
114
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.2",
115
115
  "title": "Color Space and Pixel Type (Key Frames Only)",
116
116
  "level": 2,
117
117
  "number": "9.2"
118
118
  },
119
119
  {
120
120
  "id": "section-9.3",
121
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.3",
121
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.3",
122
122
  "title": "Segment-Based Adjustments",
123
123
  "level": 2,
124
124
  "number": "9.3"
125
125
  },
126
126
  {
127
127
  "id": "section-9.4",
128
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.4",
128
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.4",
129
129
  "title": "Loop Filter Type and Levels",
130
130
  "level": 2,
131
131
  "number": "9.4"
132
132
  },
133
133
  {
134
134
  "id": "section-9.5",
135
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.5",
135
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.5",
136
136
  "title": "Token Partition and Partition Data Offsets",
137
137
  "level": 2,
138
138
  "number": "9.5"
139
139
  },
140
140
  {
141
141
  "id": "section-9.6",
142
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.6",
142
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.6",
143
143
  "title": "Dequantization Indices",
144
144
  "level": 2,
145
145
  "number": "9.6"
146
146
  },
147
147
  {
148
148
  "id": "section-9.7",
149
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.7",
149
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.7",
150
150
  "title": "Refresh Golden Frame and Altref Frame",
151
151
  "level": 2,
152
152
  "number": "9.7"
153
153
  },
154
154
  {
155
155
  "id": "section-9.8",
156
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.8",
156
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.8",
157
157
  "title": "Refresh Last Frame Buffer",
158
158
  "level": 2,
159
159
  "number": "9.8"
160
160
  },
161
161
  {
162
162
  "id": "section-9.9",
163
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.9",
163
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.9",
164
164
  "title": "DCT Coefficient Probability Update",
165
165
  "level": 2,
166
166
  "number": "9.9"
167
167
  },
168
168
  {
169
169
  "id": "section-9.10",
170
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.10",
170
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.10",
171
171
  "title": "Remaining Frame Header Data (Non-Key Frame)",
172
172
  "level": 2,
173
173
  "number": "9.10"
174
174
  },
175
175
  {
176
176
  "id": "section-9.11",
177
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-9.11",
177
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-9.11",
178
178
  "title": "Remaining Frame Header Data (Key Frame)",
179
179
  "level": 2,
180
180
  "number": "9.11"
181
181
  },
182
182
  {
183
183
  "id": "section-10",
184
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-10",
184
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-10",
185
185
  "title": "Segment-Based Feature Adjustments",
186
186
  "level": 1,
187
187
  "number": "10"
188
188
  },
189
189
  {
190
190
  "id": "section-11",
191
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-11",
191
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-11",
192
192
  "title": "Key Frame Macroblock Prediction Records",
193
193
  "level": 1,
194
194
  "number": "11"
195
195
  },
196
196
  {
197
197
  "id": "section-11.1",
198
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-11.1",
198
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-11.1",
199
199
  "title": "mb_skip_coeff",
200
200
  "level": 2,
201
201
  "number": "11.1"
202
202
  },
203
203
  {
204
204
  "id": "section-11.2",
205
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-11.2",
205
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-11.2",
206
206
  "title": "Luma Modes",
207
207
  "level": 2,
208
208
  "number": "11.2"
209
209
  },
210
210
  {
211
211
  "id": "section-11.3",
212
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-11.3",
212
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-11.3",
213
213
  "title": "Subblock Mode Contexts",
214
214
  "level": 2,
215
215
  "number": "11.3"
216
216
  },
217
217
  {
218
218
  "id": "section-11.4",
219
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-11.4",
219
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-11.4",
220
220
  "title": "Chroma Modes",
221
221
  "level": 2,
222
222
  "number": "11.4"
223
223
  },
224
224
  {
225
225
  "id": "section-11.5",
226
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-11.5",
226
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-11.5",
227
227
  "title": "Subblock Mode Probability Table",
228
228
  "level": 2,
229
229
  "number": "11.5"
230
230
  },
231
231
  {
232
232
  "id": "section-12",
233
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-12",
233
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-12",
234
234
  "title": "Intraframe Prediction",
235
235
  "level": 1,
236
236
  "number": "12"
237
237
  },
238
238
  {
239
239
  "id": "section-12.1",
240
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-12.1",
240
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-12.1",
241
241
  "title": "mb_skip_coeff",
242
242
  "level": 2,
243
243
  "number": "12.1"
244
244
  },
245
245
  {
246
246
  "id": "section-12.2",
247
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-12.2",
247
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-12.2",
248
248
  "title": "Chroma Prediction",
249
249
  "level": 2,
250
250
  "number": "12.2"
251
251
  },
252
252
  {
253
253
  "id": "section-12.3",
254
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-12.3",
254
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-12.3",
255
255
  "title": "Luma Prediction",
256
256
  "level": 2,
257
257
  "number": "12.3"
258
258
  },
259
259
  {
260
260
  "id": "section-13",
261
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-13",
261
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-13",
262
262
  "title": "DCT Coefficient Decoding",
263
263
  "level": 1,
264
264
  "number": "13"
265
265
  },
266
266
  {
267
267
  "id": "section-13.1",
268
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-13.1",
268
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-13.1",
269
269
  "title": "Macroblock without Non-Zero Coefficient Values",
270
270
  "level": 2,
271
271
  "number": "13.1"
272
272
  },
273
273
  {
274
274
  "id": "section-13.2",
275
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-13.2",
275
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-13.2",
276
276
  "title": "Coding of Individual Coefficient Values",
277
277
  "level": 2,
278
278
  "number": "13.2"
279
279
  },
280
280
  {
281
281
  "id": "section-13.3",
282
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-13.3",
282
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-13.3",
283
283
  "title": "Token Probabilities",
284
284
  "level": 2,
285
285
  "number": "13.3"
286
286
  },
287
287
  {
288
288
  "id": "section-13.4",
289
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-13.4",
289
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-13.4",
290
290
  "title": "Token Probability Updates",
291
291
  "level": 2,
292
292
  "number": "13.4"
293
293
  },
294
294
  {
295
295
  "id": "section-13.5",
296
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-13.5",
296
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-13.5",
297
297
  "title": "Default Token Probability Table",
298
298
  "level": 2,
299
299
  "number": "13.5"
300
300
  },
301
301
  {
302
302
  "id": "section-14",
303
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-14",
303
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-14",
304
304
  "title": "DCT and WHT Inversion and Macroblock Reconstruction",
305
305
  "level": 1,
306
306
  "number": "14"
307
307
  },
308
308
  {
309
309
  "id": "section-14.1",
310
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-14.1",
310
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-14.1",
311
311
  "title": "Dequantization",
312
312
  "level": 2,
313
313
  "number": "14.1"
314
314
  },
315
315
  {
316
316
  "id": "section-14.2",
317
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-14.2",
317
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-14.2",
318
318
  "title": "Inverse Transforms",
319
319
  "level": 2,
320
320
  "number": "14.2"
321
321
  },
322
322
  {
323
323
  "id": "section-14.3",
324
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-14.3",
324
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-14.3",
325
325
  "title": "Implementation of the WHT Inversion",
326
326
  "level": 2,
327
327
  "number": "14.3"
328
328
  },
329
329
  {
330
330
  "id": "section-14.4",
331
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-14.4",
331
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-14.4",
332
332
  "title": "Implementation of the DCT Inversion",
333
333
  "level": 2,
334
334
  "number": "14.4"
335
335
  },
336
336
  {
337
337
  "id": "section-14.5",
338
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-14.5",
338
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-14.5",
339
339
  "title": "Summation of Predictor and Residue",
340
340
  "level": 2,
341
341
  "number": "14.5"
342
342
  },
343
343
  {
344
344
  "id": "section-15",
345
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-15",
345
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-15",
346
346
  "title": "Loop Filter",
347
347
  "level": 1,
348
348
  "number": "15"
349
349
  },
350
350
  {
351
351
  "id": "section-15.1",
352
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-15.1",
352
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-15.1",
353
353
  "title": "Filter Geometry and Overall Procedure",
354
354
  "level": 2,
355
355
  "number": "15.1"
356
356
  },
357
357
  {
358
358
  "id": "section-15.2",
359
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-15.2",
359
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-15.2",
360
360
  "title": "Simple Filter",
361
361
  "level": 2,
362
362
  "number": "15.2"
363
363
  },
364
364
  {
365
365
  "id": "section-15.3",
366
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-15.3",
366
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-15.3",
367
367
  "title": "Normal Filter",
368
368
  "level": 2,
369
369
  "number": "15.3"
370
370
  },
371
371
  {
372
372
  "id": "section-15.4",
373
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-15.4",
373
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-15.4",
374
374
  "title": "Calculation of Control Parameters",
375
375
  "level": 2,
376
376
  "number": "15.4"
377
377
  },
378
378
  {
379
379
  "id": "section-16",
380
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-16",
380
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-16",
381
381
  "title": "Interframe Macroblock Prediction Records",
382
382
  "level": 1,
383
383
  "number": "16"
384
384
  },
385
385
  {
386
386
  "id": "section-16.1",
387
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-16.1",
387
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-16.1",
388
388
  "title": "Intra-Predicted Macroblocks",
389
389
  "level": 2,
390
390
  "number": "16.1"
391
391
  },
392
392
  {
393
393
  "id": "section-16.2",
394
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-16.2",
394
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-16.2",
395
395
  "title": "Inter-Predicted Macroblocks",
396
396
  "level": 2,
397
397
  "number": "16.2"
398
398
  },
399
399
  {
400
400
  "id": "section-16.3",
401
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-16.3",
401
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-16.3",
402
402
  "title": "Mode and Motion Vector Contexts",
403
403
  "level": 2,
404
404
  "number": "16.3"
405
405
  },
406
406
  {
407
407
  "id": "section-16.4",
408
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-16.4",
408
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-16.4",
409
409
  "title": "Split Prediction",
410
410
  "level": 2,
411
411
  "number": "16.4"
412
412
  },
413
413
  {
414
414
  "id": "section-17",
415
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-17",
415
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-17",
416
416
  "title": "Motion Vector Decoding",
417
417
  "level": 1,
418
418
  "number": "17"
419
419
  },
420
420
  {
421
421
  "id": "section-17.1",
422
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-17.1",
422
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-17.1",
423
423
  "title": "Coding of Each Component",
424
424
  "level": 2,
425
425
  "number": "17.1"
426
426
  },
427
427
  {
428
428
  "id": "section-17.2",
429
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-17.2",
429
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-17.2",
430
430
  "title": "Probability Updates",
431
431
  "level": 2,
432
432
  "number": "17.2"
433
433
  },
434
434
  {
435
435
  "id": "section-18",
436
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-18",
436
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-18",
437
437
  "title": "Interframe Prediction",
438
438
  "level": 1,
439
439
  "number": "18"
440
440
  },
441
441
  {
442
442
  "id": "section-18.1",
443
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-18.1",
443
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-18.1",
444
444
  "title": "Bounds on, and Adjustment of, Motion Vectors",
445
445
  "level": 2,
446
446
  "number": "18.1"
447
447
  },
448
448
  {
449
449
  "id": "section-18.2",
450
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-18.2",
450
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-18.2",
451
451
  "title": "Prediction Subblocks",
452
452
  "level": 2,
453
453
  "number": "18.2"
454
454
  },
455
455
  {
456
456
  "id": "section-18.3",
457
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-18.3",
457
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-18.3",
458
458
  "title": "Sub-Pixel Interpolation",
459
459
  "level": 2,
460
460
  "number": "18.3"
461
461
  },
462
462
  {
463
463
  "id": "section-18.4",
464
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-18.4",
464
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-18.4",
465
465
  "title": "Filter Properties",
466
466
  "level": 2,
467
467
  "number": "18.4"
468
468
  },
469
469
  {
470
470
  "id": "section-19",
471
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-19",
471
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-19",
472
472
  "title": "Annex A: Bitstream Syntax",
473
473
  "level": 1,
474
474
  "number": "19"
475
475
  },
476
476
  {
477
477
  "id": "section-19.1",
478
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-19.1",
478
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-19.1",
479
479
  "title": "Uncompressed Data Chunk",
480
480
  "level": 2,
481
481
  "number": "19.1"
482
482
  },
483
483
  {
484
484
  "id": "section-19.2",
485
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-19.2",
485
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-19.2",
486
486
  "title": "Frame Header",
487
487
  "level": 2,
488
488
  "number": "19.2"
489
489
  },
490
490
  {
491
491
  "id": "section-19.3",
492
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-19.3",
492
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-19.3",
493
493
  "title": "Macroblock Data",
494
494
  "level": 2,
495
495
  "number": "19.3"
496
496
  },
497
497
  {
498
498
  "id": "section-20",
499
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20",
499
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20",
500
500
  "title": "Attachment One: Reference Decoder Source Code",
501
501
  "level": 1,
502
502
  "number": "20"
503
503
  },
504
504
  {
505
505
  "id": "section-20.1",
506
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.1",
506
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.1",
507
507
  "title": "bit_ops.h",
508
508
  "level": 2,
509
509
  "number": "20.1"
510
510
  },
511
511
  {
512
512
  "id": "section-20.2",
513
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.2",
513
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.2",
514
514
  "title": "bool_decoder.h",
515
515
  "level": 2,
516
516
  "number": "20.2"
517
517
  },
518
518
  {
519
519
  "id": "section-20.3",
520
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.3",
520
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.3",
521
521
  "title": "dequant_data.h",
522
522
  "level": 2,
523
523
  "number": "20.3"
524
524
  },
525
525
  {
526
526
  "id": "section-20.4",
527
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.4",
527
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.4",
528
528
  "title": "dixie.c",
529
529
  "level": 2,
530
530
  "number": "20.4"
531
531
  },
532
532
  {
533
533
  "id": "section-20.5",
534
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.5",
534
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.5",
535
535
  "title": "dixie.h",
536
536
  "level": 2,
537
537
  "number": "20.5"
538
538
  },
539
539
  {
540
540
  "id": "section-20.6",
541
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.6",
541
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.6",
542
542
  "title": "dixie_loopfilter.c",
543
543
  "level": 2,
544
544
  "number": "20.6"
545
545
  },
546
546
  {
547
547
  "id": "section-20.7",
548
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.7",
548
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.7",
549
549
  "title": "dixie_loopfilter.h",
550
550
  "level": 2,
551
551
  "number": "20.7"
552
552
  },
553
553
  {
554
554
  "id": "section-20.8",
555
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.8",
555
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.8",
556
556
  "title": "idct_add.c",
557
557
  "level": 2,
558
558
  "number": "20.8"
559
559
  },
560
560
  {
561
561
  "id": "section-20.9",
562
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.9",
562
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.9",
563
563
  "title": "idct_add.h",
564
564
  "level": 2,
565
565
  "number": "20.9"
566
566
  },
567
567
  {
568
568
  "id": "section-20.10",
569
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.10",
569
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.10",
570
570
  "title": "mem.h",
571
571
  "level": 2,
572
572
  "number": "20.10"
573
573
  },
574
574
  {
575
575
  "id": "section-20.11",
576
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.11",
576
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.11",
577
577
  "title": "modemv.c",
578
578
  "level": 2,
579
579
  "number": "20.11"
580
580
  },
581
581
  {
582
582
  "id": "section-20.12",
583
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.12",
583
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.12",
584
584
  "title": "modemv.h",
585
585
  "level": 2,
586
586
  "number": "20.12"
587
587
  },
588
588
  {
589
589
  "id": "section-20.13",
590
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.13",
590
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.13",
591
591
  "title": "modemv_data.h",
592
592
  "level": 2,
593
593
  "number": "20.13"
594
594
  },
595
595
  {
596
596
  "id": "section-20.14",
597
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.14",
597
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.14",
598
598
  "title": "predict.c",
599
599
  "level": 2,
600
600
  "number": "20.14"
601
601
  },
602
602
  {
603
603
  "id": "section-20.15",
604
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.15",
604
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.15",
605
605
  "title": "predict.h",
606
606
  "level": 2,
607
607
  "number": "20.15"
608
608
  },
609
609
  {
610
610
  "id": "section-20.16",
611
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.16",
611
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.16",
612
612
  "title": "tokens.c",
613
613
  "level": 2,
614
614
  "number": "20.16"
615
615
  },
616
616
  {
617
617
  "id": "section-20.17",
618
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.17",
618
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.17",
619
619
  "title": "tokens.h",
620
620
  "level": 2,
621
621
  "number": "20.17"
622
622
  },
623
623
  {
624
624
  "id": "section-20.18",
625
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.18",
625
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.18",
626
626
  "title": "vp8_prob_data.h",
627
627
  "level": 2,
628
628
  "number": "20.18"
629
629
  },
630
630
  {
631
631
  "id": "section-20.19",
632
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.19",
632
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.19",
633
633
  "title": "vpx_codec_internal.h",
634
634
  "level": 2,
635
635
  "number": "20.19"
636
636
  },
637
637
  {
638
638
  "id": "section-20.20",
639
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.20",
639
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.20",
640
640
  "title": "vpx_decoder.h",
641
641
  "level": 2,
642
642
  "number": "20.20"
643
643
  },
644
644
  {
645
645
  "id": "section-20.21",
646
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.21",
646
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.21",
647
647
  "title": "vpx_decoder_compat.h",
648
648
  "level": 2,
649
649
  "number": "20.21"
650
650
  },
651
651
  {
652
652
  "id": "section-20.22",
653
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.22",
653
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.22",
654
654
  "title": "vpx_image.c",
655
655
  "level": 2,
656
656
  "number": "20.22"
657
657
  },
658
658
  {
659
659
  "id": "section-20.23",
660
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.23",
660
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.23",
661
661
  "title": "vpx_image.h",
662
662
  "level": 2,
663
663
  "number": "20.23"
664
664
  },
665
665
  {
666
666
  "id": "section-20.24",
667
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.24",
667
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.24",
668
668
  "title": "vpx_integer.h",
669
669
  "level": 2,
670
670
  "number": "20.24"
671
671
  },
672
672
  {
673
673
  "id": "section-20.25",
674
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.25",
674
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.25",
675
675
  "title": "AUTHORS File",
676
676
  "level": 2,
677
677
  "number": "20.25"
678
678
  },
679
679
  {
680
680
  "id": "section-20.26",
681
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.26",
681
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.26",
682
682
  "title": "LICENSE",
683
683
  "level": 2,
684
684
  "number": "20.26"
685
685
  },
686
686
  {
687
687
  "id": "section-20.27",
688
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-20.27",
688
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-20.27",
689
689
  "title": "PATENTS",
690
690
  "level": 2,
691
691
  "number": "20.27"
692
692
  },
693
693
  {
694
694
  "id": "section-21",
695
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-21",
695
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-21",
696
696
  "title": "Security Considerations",
697
697
  "level": 1,
698
698
  "number": "21"
699
699
  },
700
700
  {
701
701
  "id": "section-22",
702
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-22",
702
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-22",
703
703
  "title": "References",
704
704
  "level": 1,
705
705
  "number": "22"
706
706
  },
707
707
  {
708
708
  "id": "section-22.1",
709
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-22.1",
709
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-22.1",
710
710
  "title": "Normative Reference",
711
711
  "level": 2,
712
712
  "number": "22.1"
713
713
  },
714
714
  {
715
715
  "id": "section-22.2",
716
- "href": "https://www.rfc-editor.org/rfc/rfc6386#section-22.2",
716
+ "href": "https://www.rfc-editor.org/info/rfc6386/#section-22.2",
717
717
  "title": "Informative References",
718
718
  "level": 2,
719
719
  "number": "22.2"
720
+ },
721
+ {
722
+ "id": "in-this-section",
723
+ "href": "https://www.rfc-editor.org/info/rfc6386/#in-this-section",
724
+ "level": 2,
725
+ "title": "In this section"
726
+ },
727
+ {
728
+ "id": "vp-8-data-format-and-decoding-guide",
729
+ "href": "https://www.rfc-editor.org/info/rfc6386/#vp-8-data-format-and-decoding-guide",
730
+ "level": 1,
731
+ "title": "RFC 6386: VP8 Data Format and Decoding Guide"
732
+ },
733
+ {
734
+ "id": "useful-links",
735
+ "href": "https://www.rfc-editor.org/info/rfc6386/#useful-links",
736
+ "level": 2,
737
+ "title": "Useful links"
738
+ },
739
+ {
740
+ "id": "contact-us",
741
+ "href": "https://www.rfc-editor.org/info/rfc6386/#contact-us",
742
+ "level": 2,
743
+ "title": "Contact Us"
720
744
  }
721
745
  ]
722
746
  }