forked from Fyrd/caniuse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmpeg4.json
168 lines (168 loc) · 3.55 KB
/
mpeg4.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"title":"MPEG-4/H.264 video format",
"description":"Commonly used video compression format (not royalty-free)",
"spec":"http://ip.hhi.de/imagecom_G1/assets/pdfs/csvt_overview_0305.pdf",
"status":"other",
"links":[
{
"url":"http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC",
"title":"Wikipedia article"
},
{
"url":"http://www.interoperabilitybridges.com/html5-extension-for-wmp-plugin",
"title":"Firefox extension allowing support in Win7"
}
],
"bugs":[
{
"description":"Chrome has performance problems with <a href=\"http://oddlystudios.com/blog/html5-video-problems-in-chrome/\">long h.264 videos</a>."
}
],
"categories":[
"Other"
],
"stats":{
"ie":{
"5.5":"n",
"6":"n",
"7":"n",
"8":"n",
"9":"y",
"10":"y",
"11":"y"
},
"firefox":{
"2":"n",
"3":"n",
"3.5":"n",
"3.6":"n",
"4":"n",
"5":"n",
"6":"n",
"7":"n",
"8":"n",
"9":"n",
"10":"n",
"11":"n",
"12":"n",
"13":"n",
"14":"n",
"15":"n",
"16":"n",
"17":"n",
"18":"n",
"19":"n",
"20":"n",
"21":"a",
"22":"a",
"23":"a",
"24":"y",
"25":"y",
"26":"y"
},
"chrome":{
"4":"y",
"5":"y",
"6":"y",
"7":"y",
"8":"y",
"9":"y",
"10":"y",
"11":"y",
"12":"y",
"13":"y",
"14":"y",
"15":"y",
"16":"y",
"17":"y",
"18":"y",
"19":"y",
"20":"y",
"21":"y",
"22":"y",
"23":"y",
"24":"y",
"25":"y",
"26":"y",
"27":"y",
"28":"y",
"29":"y",
"30":"y",
"31":"y"
},
"safari":{
"3.1":"n",
"3.2":"y",
"4":"y",
"5":"y",
"5.1":"y",
"6":"y",
"7":"y"
},
"opera":{
"9":"n",
"9.5-9.6":"n",
"10.0-10.1":"n",
"10.5":"n",
"10.6":"n",
"11":"n",
"11.1":"n",
"11.5":"n",
"11.6":"n",
"12":"n",
"12.1":"n",
"15":"n",
"16":"n",
"17":"n"
},
"ios_saf":{
"3.2":"y",
"4.0-4.1":"y",
"4.2-4.3":"y",
"5.0-5.1":"y",
"6.0-6.1":"y",
"7.0":"y"
},
"op_mini":{
"5.0-7.0":"n"
},
"android":{
"2.1":"a",
"2.2":"a",
"2.3":"a",
"3":"a",
"4":"a",
"4.1":"a",
"4.2":"a"
},
"bb":{
"7":"y",
"10":"y"
},
"op_mob":{
"10":"n",
"11":"y",
"11.1":"y",
"11.5":"y",
"12":"y",
"12.1":"y",
"14":"y"
},
"and_chr":{
"0":"y"
},
"and_ff":{
"0":"a"
},
"ie_mob":{
"10":"y"
}
},
"notes":"Support in Chrome may <a href=\"http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html\">be dropped</a> in some upcoming version. The Android 2.3 browser currently requires <a href=\"http://www.broken-links.com/2010/07/08/making-html5-video-work-on-android-phones/\">specific handling</a> to play videos. Firefox <a href=\"http://blog.lizardwrangler.com/2012/03/18/video-user-experience-and-our-mission/\">will include support</a> on some platforms in upcoming versions. Firefox supports H.264 on Windows 7 and later since version 21. Partial support for Firefox refers to the lack of support in Linux platform, and for Android Firefox it refers to the inability of hardware acceleration.",
"usage_perc_y":61.5,
"usage_perc_a":18.59,
"ucprefix":false,
"parent":"video",
"keywords":"avc,mp4,mpv,mov,aac",
"shown":true
}