mime-types-data 3.2020.0425 → 3.2021.0704
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Contributing.md +72 -10
- data/History.md +60 -17
- data/Rakefile +78 -13
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +73 -5
- data/data/mime.docs.column +68 -0
- data/data/mime.encoding.column +68 -0
- data/data/mime.flags.column +68 -0
- data/data/mime.friendly.column +68 -0
- data/data/mime.pext.column +68 -0
- data/data/mime.use_instead.column +68 -0
- data/data/mime.xrefs.column +113 -45
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +4414 -3944
- data/types/audio.yaml +50 -14
- data/types/image.yaml +48 -2
- data/types/model.yaml +28 -0
- data/types/text.yaml +91 -1
- data/types/video.yaml +43 -1
- metadata +16 -10
data/types/audio.yaml
CHANGED
@@ -546,6 +546,8 @@
|
|
546
546
|
rfc:
|
547
547
|
- rfc4749
|
548
548
|
- rfc5459
|
549
|
+
template:
|
550
|
+
- audio/G7291
|
549
551
|
registered: true
|
550
552
|
- !ruby/object:MIME::Type
|
551
553
|
content-type: audio/G729D
|
@@ -743,11 +745,6 @@
|
|
743
745
|
template:
|
744
746
|
- audio/mp4
|
745
747
|
registered: true
|
746
|
-
- !ruby/object:MIME::Type
|
747
|
-
content-type: audio/x-m4a
|
748
|
-
encoding: base64
|
749
|
-
extensions:
|
750
|
-
- m4a
|
751
748
|
- !ruby/object:MIME::Type
|
752
749
|
content-type: audio/MP4A-LATM
|
753
750
|
encoding: base64
|
@@ -815,6 +812,7 @@
|
|
815
812
|
- oga
|
816
813
|
- ogg
|
817
814
|
- spx
|
815
|
+
- opus
|
818
816
|
xrefs:
|
819
817
|
rfc:
|
820
818
|
- rfc5334
|
@@ -836,7 +834,9 @@
|
|
836
834
|
encoding: base64
|
837
835
|
xrefs:
|
838
836
|
rfc:
|
839
|
-
-
|
837
|
+
- rfc3009
|
838
|
+
template:
|
839
|
+
- audio/parityfec
|
840
840
|
registered: true
|
841
841
|
- !ruby/object:MIME::Type
|
842
842
|
content-type: audio/PCMA
|
@@ -951,6 +951,17 @@
|
|
951
951
|
extensions:
|
952
952
|
- s3m
|
953
953
|
registered: false
|
954
|
+
- !ruby/object:MIME::Type
|
955
|
+
content-type: audio/scip
|
956
|
+
encoding: base64
|
957
|
+
xrefs:
|
958
|
+
person:
|
959
|
+
- Daniel_Hanson
|
960
|
+
- Michael_Faller
|
961
|
+
- SCIP
|
962
|
+
template:
|
963
|
+
- audio/scip
|
964
|
+
registered: true
|
954
965
|
- !ruby/object:MIME::Type
|
955
966
|
content-type: audio/silk
|
956
967
|
encoding: base64
|
@@ -986,6 +997,16 @@
|
|
986
997
|
template:
|
987
998
|
- audio/SMV0
|
988
999
|
registered: true
|
1000
|
+
- !ruby/object:MIME::Type
|
1001
|
+
content-type: audio/sofa
|
1002
|
+
encoding: base64
|
1003
|
+
xrefs:
|
1004
|
+
person:
|
1005
|
+
- AES
|
1006
|
+
- Piotr_Majdak
|
1007
|
+
template:
|
1008
|
+
- audio/sofa
|
1009
|
+
registered: true
|
989
1010
|
- !ruby/object:MIME::Type
|
990
1011
|
content-type: audio/sp-midi
|
991
1012
|
encoding: base64
|
@@ -1061,6 +1082,15 @@
|
|
1061
1082
|
template:
|
1062
1083
|
- audio/tone
|
1063
1084
|
registered: true
|
1085
|
+
- !ruby/object:MIME::Type
|
1086
|
+
content-type: audio/TSVCIS
|
1087
|
+
encoding: base64
|
1088
|
+
xrefs:
|
1089
|
+
rfc:
|
1090
|
+
- rfc8817
|
1091
|
+
template:
|
1092
|
+
- audio/TSVCIS
|
1093
|
+
registered: true
|
1064
1094
|
- !ruby/object:MIME::Type
|
1065
1095
|
content-type: audio/UEMCLIP
|
1066
1096
|
encoding: base64
|
@@ -1547,6 +1577,14 @@
|
|
1547
1577
|
template:
|
1548
1578
|
- audio/vorbis-config
|
1549
1579
|
registered: true
|
1580
|
+
- !ruby/object:MIME::Type
|
1581
|
+
content-type: audio/wav
|
1582
|
+
friendly:
|
1583
|
+
en: Waveform Audio File Format (WAV)
|
1584
|
+
encoding: base64
|
1585
|
+
extensions:
|
1586
|
+
- wav
|
1587
|
+
registered: false
|
1550
1588
|
- !ruby/object:MIME::Type
|
1551
1589
|
content-type: audio/webm
|
1552
1590
|
friendly:
|
@@ -1586,6 +1624,12 @@
|
|
1586
1624
|
extensions:
|
1587
1625
|
- flac
|
1588
1626
|
registered: false
|
1627
|
+
- !ruby/object:MIME::Type
|
1628
|
+
content-type: audio/x-m4a
|
1629
|
+
encoding: base64
|
1630
|
+
extensions:
|
1631
|
+
- m4a
|
1632
|
+
registered: false
|
1589
1633
|
- !ruby/object:MIME::Type
|
1590
1634
|
content-type: audio/x-matroska
|
1591
1635
|
encoding: base64
|
@@ -1662,14 +1706,6 @@
|
|
1662
1706
|
extensions:
|
1663
1707
|
- wav
|
1664
1708
|
registered: false
|
1665
|
-
- !ruby/object:MIME::Type
|
1666
|
-
content-type: audio/wav
|
1667
|
-
friendly:
|
1668
|
-
en: Waveform Audio File Format (WAV)
|
1669
|
-
encoding: base64
|
1670
|
-
extensions:
|
1671
|
-
- wav
|
1672
|
-
registered: false
|
1673
1709
|
- !ruby/object:MIME::Type
|
1674
1710
|
content-type: audio/xm
|
1675
1711
|
encoding: base64
|
data/types/image.yaml
CHANGED
@@ -29,6 +29,18 @@
|
|
29
29
|
template:
|
30
30
|
- image/avcs
|
31
31
|
registered: true
|
32
|
+
- !ruby/object:MIME::Type
|
33
|
+
content-type: image/avif
|
34
|
+
encoding: base64
|
35
|
+
extensions:
|
36
|
+
- avif
|
37
|
+
xrefs:
|
38
|
+
person:
|
39
|
+
- Alliance_for_Open_Media
|
40
|
+
- Cyril_Concolato
|
41
|
+
template:
|
42
|
+
- image/avif
|
43
|
+
registered: true
|
32
44
|
- !ruby/object:MIME::Type
|
33
45
|
content-type: image/bmp
|
34
46
|
friendly:
|
@@ -128,6 +140,9 @@
|
|
128
140
|
- !ruby/object:MIME::Type
|
129
141
|
content-type: image/heic
|
130
142
|
encoding: base64
|
143
|
+
extensions:
|
144
|
+
- heic
|
145
|
+
- hif
|
131
146
|
xrefs:
|
132
147
|
person:
|
133
148
|
- David_Singer
|
@@ -138,6 +153,9 @@
|
|
138
153
|
- !ruby/object:MIME::Type
|
139
154
|
content-type: image/heic-sequence
|
140
155
|
encoding: base64
|
156
|
+
extensions:
|
157
|
+
- heics
|
158
|
+
- hif
|
141
159
|
xrefs:
|
142
160
|
person:
|
143
161
|
- David_Singer
|
@@ -148,6 +166,9 @@
|
|
148
166
|
- !ruby/object:MIME::Type
|
149
167
|
content-type: image/heif
|
150
168
|
encoding: base64
|
169
|
+
extensions:
|
170
|
+
- heif
|
171
|
+
- hif
|
151
172
|
xrefs:
|
152
173
|
person:
|
153
174
|
- David_Singer
|
@@ -158,6 +179,9 @@
|
|
158
179
|
- !ruby/object:MIME::Type
|
159
180
|
content-type: image/heif-sequence
|
160
181
|
encoding: base64
|
182
|
+
extensions:
|
183
|
+
- heifs
|
184
|
+
- hif
|
161
185
|
xrefs:
|
162
186
|
person:
|
163
187
|
- David_Singer
|
@@ -353,8 +377,18 @@
|
|
353
377
|
person:
|
354
378
|
- Khronos
|
355
379
|
- Mark_Callow
|
356
|
-
|
357
|
-
-
|
380
|
+
template:
|
381
|
+
- image/ktx
|
382
|
+
registered: true
|
383
|
+
- !ruby/object:MIME::Type
|
384
|
+
content-type: image/ktx2
|
385
|
+
encoding: base64
|
386
|
+
xrefs:
|
387
|
+
person:
|
388
|
+
- Khronos
|
389
|
+
- Mark_Callow
|
390
|
+
template:
|
391
|
+
- image/ktx2
|
358
392
|
registered: true
|
359
393
|
- !ruby/object:MIME::Type
|
360
394
|
content-type: image/naplps
|
@@ -433,6 +467,8 @@
|
|
433
467
|
- W3C
|
434
468
|
uri:
|
435
469
|
- http://www.w3.org/TR/SVG/mimereg.html
|
470
|
+
template:
|
471
|
+
- image/svg+xml
|
436
472
|
registered: true
|
437
473
|
- !ruby/object:MIME::Type
|
438
474
|
content-type: image/t38
|
@@ -726,6 +762,16 @@
|
|
726
762
|
obsolete: true
|
727
763
|
use-instead: image/vnd.net-fpx
|
728
764
|
registered: false
|
765
|
+
- !ruby/object:MIME::Type
|
766
|
+
content-type: image/vnd.pco.b16
|
767
|
+
encoding: base64
|
768
|
+
xrefs:
|
769
|
+
person:
|
770
|
+
- Jan_Zeman
|
771
|
+
- PCO_AG
|
772
|
+
template:
|
773
|
+
- image/vnd.pco.b16
|
774
|
+
registered: true
|
729
775
|
- !ruby/object:MIME::Type
|
730
776
|
content-type: image/vnd.radiance
|
731
777
|
encoding: base64
|
data/types/model.yaml
CHANGED
@@ -11,6 +11,15 @@
|
|
11
11
|
template:
|
12
12
|
- model/3mf
|
13
13
|
registered: true
|
14
|
+
- !ruby/object:MIME::Type
|
15
|
+
content-type: model/e57
|
16
|
+
encoding: base64
|
17
|
+
xrefs:
|
18
|
+
person:
|
19
|
+
- ASTM
|
20
|
+
template:
|
21
|
+
- model/e57
|
22
|
+
registered: true
|
14
23
|
- !ruby/object:MIME::Type
|
15
24
|
content-type: model/example
|
16
25
|
encoding: base64
|
@@ -222,6 +231,15 @@
|
|
222
231
|
template:
|
223
232
|
- model/vnd.parasolid.transmit.text
|
224
233
|
registered: true
|
234
|
+
- !ruby/object:MIME::Type
|
235
|
+
content-type: model/vnd.pytha.pyox
|
236
|
+
encoding: base64
|
237
|
+
xrefs:
|
238
|
+
person:
|
239
|
+
- Daniel_Flassig
|
240
|
+
template:
|
241
|
+
- model/vnd.pytha.pyox
|
242
|
+
registered: true
|
225
243
|
- !ruby/object:MIME::Type
|
226
244
|
content-type: model/vnd.rosette.annotated-data-model
|
227
245
|
encoding: base64
|
@@ -231,6 +249,16 @@
|
|
231
249
|
template:
|
232
250
|
- model/vnd.rosette.annotated-data-model
|
233
251
|
registered: true
|
252
|
+
- !ruby/object:MIME::Type
|
253
|
+
content-type: model/vnd.sap.vds
|
254
|
+
encoding: base64
|
255
|
+
xrefs:
|
256
|
+
person:
|
257
|
+
- Igor_Afanasyev
|
258
|
+
- SAP_SE
|
259
|
+
template:
|
260
|
+
- model/vnd.sap.vds
|
261
|
+
registered: true
|
234
262
|
- !ruby/object:MIME::Type
|
235
263
|
content-type: model/vnd.usdz+zip
|
236
264
|
encoding: base64
|
data/types/text.yaml
CHANGED
@@ -43,6 +43,36 @@
|
|
43
43
|
obsolete: true
|
44
44
|
use-instead: text/csv
|
45
45
|
registered: false
|
46
|
+
- !ruby/object:MIME::Type
|
47
|
+
content-type: text/cql
|
48
|
+
encoding: quoted-printable
|
49
|
+
xrefs:
|
50
|
+
person:
|
51
|
+
- Bryn_Rhodes
|
52
|
+
- HL7
|
53
|
+
template:
|
54
|
+
- text/cql
|
55
|
+
registered: true
|
56
|
+
- !ruby/object:MIME::Type
|
57
|
+
content-type: text/cql-expression
|
58
|
+
encoding: quoted-printable
|
59
|
+
xrefs:
|
60
|
+
person:
|
61
|
+
- Bryn_Rhodes
|
62
|
+
- HL7
|
63
|
+
template:
|
64
|
+
- text/cql-expression
|
65
|
+
registered: true
|
66
|
+
- !ruby/object:MIME::Type
|
67
|
+
content-type: text/cql-identifier
|
68
|
+
encoding: quoted-printable
|
69
|
+
xrefs:
|
70
|
+
person:
|
71
|
+
- Bryn_Rhodes
|
72
|
+
- HL7
|
73
|
+
template:
|
74
|
+
- text/cql-identifier
|
75
|
+
registered: true
|
46
76
|
- !ruby/object:MIME::Type
|
47
77
|
content-type: text/css
|
48
78
|
friendly:
|
@@ -143,6 +173,16 @@
|
|
143
173
|
template:
|
144
174
|
- text/example
|
145
175
|
registered: true
|
176
|
+
- !ruby/object:MIME::Type
|
177
|
+
content-type: text/fhirpath
|
178
|
+
encoding: quoted-printable
|
179
|
+
xrefs:
|
180
|
+
person:
|
181
|
+
- Bryn_Rhodes
|
182
|
+
- HL7
|
183
|
+
template:
|
184
|
+
- text/fhirpath
|
185
|
+
registered: true
|
146
186
|
- !ruby/object:MIME::Type
|
147
187
|
content-type: text/flexfec
|
148
188
|
encoding: quoted-printable
|
@@ -161,6 +201,15 @@
|
|
161
201
|
template:
|
162
202
|
- text/fwdred
|
163
203
|
registered: true
|
204
|
+
- !ruby/object:MIME::Type
|
205
|
+
content-type: text/gff3
|
206
|
+
encoding: quoted-printable
|
207
|
+
xrefs:
|
208
|
+
person:
|
209
|
+
- Sequence_Ontology
|
210
|
+
template:
|
211
|
+
- text/gff3
|
212
|
+
registered: true
|
164
213
|
- !ruby/object:MIME::Type
|
165
214
|
content-type: text/grammar-ref-list
|
166
215
|
encoding: quoted-printable
|
@@ -263,7 +312,9 @@
|
|
263
312
|
encoding: quoted-printable
|
264
313
|
xrefs:
|
265
314
|
rfc:
|
266
|
-
-
|
315
|
+
- rfc3009
|
316
|
+
template:
|
317
|
+
- text/parityfec
|
267
318
|
registered: true
|
268
319
|
- !ruby/object:MIME::Type
|
269
320
|
content-type: text/plain
|
@@ -430,6 +481,36 @@
|
|
430
481
|
template:
|
431
482
|
- text/SGML
|
432
483
|
registered: true
|
484
|
+
- !ruby/object:MIME::Type
|
485
|
+
content-type: text/shaclc
|
486
|
+
encoding: quoted-printable
|
487
|
+
xrefs:
|
488
|
+
person:
|
489
|
+
- Vladimir_Alexiev
|
490
|
+
- W3C_SHACL_Community_Group
|
491
|
+
template:
|
492
|
+
- text/shaclc
|
493
|
+
registered: true
|
494
|
+
- !ruby/object:MIME::Type
|
495
|
+
content-type: text/shex
|
496
|
+
encoding: quoted-printable
|
497
|
+
xrefs:
|
498
|
+
person:
|
499
|
+
- Eric_Prudhommeaux
|
500
|
+
- W3C
|
501
|
+
template:
|
502
|
+
- text/shex
|
503
|
+
registered: true
|
504
|
+
- !ruby/object:MIME::Type
|
505
|
+
content-type: text/spdx
|
506
|
+
encoding: quoted-printable
|
507
|
+
xrefs:
|
508
|
+
person:
|
509
|
+
- Linux_Foundation
|
510
|
+
- Rose_Judge
|
511
|
+
template:
|
512
|
+
- text/spdx
|
513
|
+
registered: true
|
433
514
|
- !ruby/object:MIME::Type
|
434
515
|
content-type: text/strings
|
435
516
|
encoding: quoted-printable
|
@@ -696,6 +777,15 @@
|
|
696
777
|
template:
|
697
778
|
- text/vnd.graphviz
|
698
779
|
registered: true
|
780
|
+
- !ruby/object:MIME::Type
|
781
|
+
content-type: text/vnd.hans
|
782
|
+
encoding: quoted-printable
|
783
|
+
xrefs:
|
784
|
+
person:
|
785
|
+
- Hill_Hanxv
|
786
|
+
template:
|
787
|
+
- text/vnd.hans
|
788
|
+
registered: true
|
699
789
|
- !ruby/object:MIME::Type
|
700
790
|
content-type: text/vnd.hgl
|
701
791
|
encoding: quoted-printable
|
data/types/video.yaml
CHANGED
@@ -47,6 +47,15 @@
|
|
47
47
|
template:
|
48
48
|
- video/3gpp2
|
49
49
|
registered: true
|
50
|
+
- !ruby/object:MIME::Type
|
51
|
+
content-type: video/AV1
|
52
|
+
encoding: base64
|
53
|
+
xrefs:
|
54
|
+
person:
|
55
|
+
- Alliance_for_Open_Media
|
56
|
+
template:
|
57
|
+
- video/AV1
|
58
|
+
registered: true
|
50
59
|
- !ruby/object:MIME::Type
|
51
60
|
content-type: video/BMPEG
|
52
61
|
encoding: base64
|
@@ -111,6 +120,15 @@
|
|
111
120
|
template:
|
112
121
|
- video/example
|
113
122
|
registered: true
|
123
|
+
- !ruby/object:MIME::Type
|
124
|
+
content-type: video/FFV1
|
125
|
+
encoding: base64
|
126
|
+
xrefs:
|
127
|
+
draft:
|
128
|
+
- RFC-ietf-cellar-ffv1-20
|
129
|
+
template:
|
130
|
+
- video/FFV1
|
131
|
+
registered: true
|
114
132
|
- !ruby/object:MIME::Type
|
115
133
|
content-type: video/flexfec
|
116
134
|
encoding: base64
|
@@ -396,7 +414,9 @@
|
|
396
414
|
encoding: base64
|
397
415
|
xrefs:
|
398
416
|
rfc:
|
399
|
-
-
|
417
|
+
- rfc3009
|
418
|
+
template:
|
419
|
+
- video/parityfec
|
400
420
|
registered: true
|
401
421
|
- !ruby/object:MIME::Type
|
402
422
|
content-type: video/pointer
|
@@ -438,6 +458,8 @@
|
|
438
458
|
xrefs:
|
439
459
|
rfc:
|
440
460
|
- rfc4175
|
461
|
+
template:
|
462
|
+
- video/raw
|
441
463
|
registered: true
|
442
464
|
- !ruby/object:MIME::Type
|
443
465
|
content-type: video/rtp-enc-aescm128
|
@@ -466,6 +488,17 @@
|
|
466
488
|
template:
|
467
489
|
- video/rtx
|
468
490
|
registered: true
|
491
|
+
- !ruby/object:MIME::Type
|
492
|
+
content-type: video/scip
|
493
|
+
encoding: base64
|
494
|
+
xrefs:
|
495
|
+
person:
|
496
|
+
- Daniel_Hanson
|
497
|
+
- Michael_Faller
|
498
|
+
- SCIP
|
499
|
+
template:
|
500
|
+
- video/scip
|
501
|
+
registered: true
|
469
502
|
- !ruby/object:MIME::Type
|
470
503
|
content-type: video/smpte291
|
471
504
|
encoding: base64
|
@@ -912,6 +945,15 @@
|
|
912
945
|
template:
|
913
946
|
- video/VP8
|
914
947
|
registered: true
|
948
|
+
- !ruby/object:MIME::Type
|
949
|
+
content-type: video/VP9
|
950
|
+
encoding: base64
|
951
|
+
xrefs:
|
952
|
+
draft:
|
953
|
+
- RFC-ietf-payload-vp9-16
|
954
|
+
template:
|
955
|
+
- video/VP9
|
956
|
+
registered: true
|
915
957
|
- !ruby/object:MIME::Type
|
916
958
|
content-type: video/webm
|
917
959
|
friendly:
|