Skip to content

Commit 373b2b0

Browse files
committed
add gst-devtools-f02fddb8acef diffoscope
1 parent 4b8d5ec commit 373b2b0

16 files changed

+14911
-0
lines changed

diffoscope/gst-devtools-f02fddb8acef/058f53e9909c2367f017076c91ddbadd429f9554eec094274f41fbfdbcf230ef.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/3b8c4e202ef946b1ad2a9eb7fd323cd3673b71828c7f33fd41ccea6a8773cda6.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/44b4ca9a0616eeab6f9fe19b939b6af49bcbddd0cb4810f8b469503a0a5af347.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/5cfd93330360f9461cd0a8cef285a25969259fe3c270432f954e03e31a0f25b9.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/7c416fd6e85efa33a91bc919457b9bb7c2d121c12969fec6b56bd6fa76233db0.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/8d259651aa6c942f6b4390202794cc040a042ead7667315f22be405ce91c0eed.html

Lines changed: 157 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/9538db8ff9f097d7d6194ec7948a38d249f24ea0b29933092f4ec1cf6a09ccce.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/a6603bb3a989a9134f793cadb7670f042e4e102356fd0e03026f6ded984fe5b3.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/be65687697a832fa279ad80db4ff9ac3a37e3c54e40d2843cdac6a14b2e10dd5.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/c2f034f08140f40b7b0521f6ad89c88ed3274dd0ec05518e7e01ed381db4ea8e.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/c9a6119d2f2e266fffdedd9fd4a11d9151881ee3a3055ef7c4d938d017be41ae.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
body.diffoscope {
2+
background: white;
3+
color: black;
4+
}
5+
.diffoscope .footer {
6+
font-size: small;
7+
}
8+
.diffoscope .difference {
9+
border: outset #888 1px;
10+
background: #E8E8E8;
11+
background: rgba(0,0,0,.1);
12+
padding: 0.5em;
13+
margin: 0.5em 0;
14+
}
15+
.diffoscope .difference table {
16+
table-layout: fixed;
17+
width: 100%;
18+
border: 0;
19+
}
20+
.diffoscope .difference th,
21+
.diffoscope .difference td {
22+
border: 0;
23+
}
24+
.diffoscope table.diff {
25+
border: 0;
26+
border-collapse:collapse;
27+
font-size:0.75em;
28+
font-family: 'Lucida Console', monospace;
29+
word-break: break-word;
30+
}
31+
.diffoscope table.diff tr:hover td {
32+
background: #FFFF00;
33+
}
34+
.diffoscope .line {
35+
color:#8080a0
36+
}
37+
.diffoscope th {
38+
background: black;
39+
color: white
40+
}
41+
.diffoscope .diffunmodified td {
42+
background: #D0D0E0
43+
}
44+
.diffoscope .diffhunk td {
45+
background: #A0A0A0
46+
}
47+
.diffoscope .diffadded td {
48+
background: #CCFFCC
49+
}
50+
.diffoscope .diffdeleted td {
51+
background: #FFCCCC
52+
}
53+
.diffoscope .diffchanged td {
54+
background: #FFFFA0
55+
}
56+
.diffoscope ins, del {
57+
background: #E0C880;
58+
text-decoration: none
59+
}
60+
.diffoscope .dp {
61+
color: #B08080
62+
}
63+
.diffoscope .comment {
64+
font-style: italic;
65+
}
66+
.diffoscope .comment.multiline {
67+
font-style: normal;
68+
font-family: monospace;
69+
white-space: pre;
70+
}
71+
.diffoscope .source {
72+
font-weight: bold;
73+
}
74+
.diffoscope .error {
75+
border: solid black 1px;
76+
background: red;
77+
color: white;
78+
padding: 0.2em;
79+
}
80+
.diffoscope .anchor {
81+
margin-left: 0.5em;
82+
font-size: 80%;
83+
color: #333;
84+
text-decoration: none;
85+
display: none;
86+
}
87+
.diffoscope .diffheader:hover .anchor {
88+
display: inline;
89+
}
90+
.diffoscope .diffcontrol, .diffoscope .diffcontrol-nochildren {
91+
float: left;
92+
margin-right: 0.3em;
93+
cursor: pointer;
94+
display: none; /* currently, only available in html-dir output where jquery is enabled */
95+
}
96+
.diffoscope .colines {
97+
width: 3em;
98+
}
99+
.diffoscope .coldiff {
100+
width: 99%;
101+
}
102+
.diffoscope .diffsize {
103+
float: right;
104+
}
105+
.diffoscope table.diff tr.ondemand td, .diffoscope div.ondemand-details {
106+
background: #f99;
107+
text-align: center;
108+
padding: 0.5em 0;
109+
}
110+
.diffoscope table.diff tr.ondemand:hover td, .diffoscope div.ondemand-details:hover {
111+
background: #faa;
112+
cursor: pointer;
113+
}

diffoscope/gst-devtools-f02fddb8acef/f7949d5c17dcc74a7e5eb6466b6ebd7965573c2e485254eb530b39dabf6c4bac.html

Lines changed: 1049 additions & 0 deletions
Large diffs are not rendered by default.

diffoscope/gst-devtools-f02fddb8acef/f914734e3c796b47f171ec149312a26b69fc2613a6403aa5c8cbf0bca7fb178b.html

Lines changed: 954 additions & 0 deletions
Large diffs are not rendered by default.
959 Bytes
Loading

diffoscope/gst-devtools-f02fddb8acef/index.html

Lines changed: 2148 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)