-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathRELEASE_LOG
More file actions
216 lines (148 loc) · 6.88 KB
/
RELEASE_LOG
File metadata and controls
216 lines (148 loc) · 6.88 KB
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
- 65.8.0.0
commit 7ee493622bb721cc14bf45edf22a69118402f971
Author: philipel <philipel@webrtc.org>
Date: Fri Jan 26 15:10:57 2018 +0100
Don't overwrite RTP packets in history within one second or 3x RTT.
This prevents us from prematurely overwriting the packets in the history
if the RTT is underestimated.
(cherry picked from commit 788ac70c1f8a34bf375b09dee69a4e7d547dc4f9)
Bug: webrtc:8766
Change-Id: I042e8ce74cdce2a0451596f4217779fc856b51f4
Reviewed-on: https://webrtc-review.googlesource.com/42960
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Original-Commit-Position: refs/heads/master@{#21735}
Reviewed-on: https://webrtc-review.googlesource.com/43863
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Cr-Commit-Position: refs/branch-heads/65@{#8}
Cr-Branched-From: 3ac67a736bb200ecf7c116a88b2f8d5c542973c8-refs/heads/master@{#21637}
- 61.4.0.0
commit 371062bf35921ebeb33b3a66cdf58d1028d8e9a9
Author: philipel <philipel@webrtc.org>
Date: Mon Aug 14 16:51:55 2017 +0200
Workaround for PacketBuffer bug.
This is a merge to M61.
There exist a bug in the video_coding::PacketBuffer which triggers when a
frame is the same size as the buffer. A trivial workaround is to increase
the start size to something big so that this never happens in practice.
The bug has been fixed but to avoid non-trivial merges we use this
workaround instead for M61.
BUG=webrtc:8028, chromium:752886
R=stefan@webrtc.org
Review-Url: https://codereview.webrtc.org/3000653002 .
Cr-Commit-Position: refs/branch-heads/61@{#4}
Cr-Branched-From: 83dc6b6f5380d7c03f5ebfe2553bf4a3147e2d1c-refs/heads/master@{#19063}
- 61.2.0.1
Patches:
- 61.2.0.1-issue7703-4cd599f02504e32224a688434db6d43f5c892167
source: https://bugs.chromium.org/p/webrtc/issues/detail?id=7703#c28
Revision:
commit b0406b07dec68d05bfa223160983c24609ac1df5
Author: jbudorick <jbudorick@chromium.org>
Date: Mon Jul 31 08:53:09 2017 -0700
Add gn dependency between ana_debug_dump_proto and ana_config_proto.
Merging 58f1725ff1feeb665aaa1bc222e6d36148d8fcb7 to 61.
NOTRY=true # merging to branch
NOPRESUBMIT=true # merging to branch
TBR=minyue@webrtc.org
BUG=chromium:746106
Review-Url: https://codereview.webrtc.org/2984293002
Cr-Commit-Position: refs/branch-heads/61@{#2}
Cr-Branched-From: 83dc6b6f5380d7c03f5ebfe2553bf4a3147e2d1c-refs/heads/master@{#19063}
- 60.4.0.3 - Enable VP9
- 60.4.0.2 - Patched - Disable IPv6
patch: 60.4.0.1-issue7703.diff
patch: 60.4.0.2-issue7703-disable-ipv6.diff
- 60.4.0.1 - Patched
patch: 60.4.0.1-issue7703.diff
commit b38e60ca061f05ed8fe9c461366d7f1a18d4c152
Author: stefan <stefan@webrtc.org>
Date: Tue Jun 20 02:35:53 2017 -0700
Validate references of frames inserted into FrameBuffer2.
BUG=chromium:730603
NOPRESUBMIT=true
NOTRY=true
Review-Url: https://codereview.webrtc.org/2937243002
Cr-Original-Commit-Position: refs/heads/master@{#18614}
Review-Url: https://codereview.webrtc.org/2948733002
Cr-Commit-Position: refs/branch-heads/60@{#4}
Cr-Branched-From: c61bf947b4ac31f3500858ffcae6fee39d799930-refs/heads/master@{#18252}
- 59.13.0.1
commit ab7f856fa72a531fa5b9bdafbcc83de21888589e
Author: Sergey Ulanov <sergeyu@chromium.org>
Date: Mon May 22 12:48:23 2017 -0700
Update Packet::GetHeader() to copy playout_delay
Packet::GetHeader() wasn't copying playout_delay. As result
playout_delay was ignored when flexfec is enabled.
Patch by Rob McCool <rmccool@google.com>
BUG=webrtc:7590
Review-Url: https://codereview.webrtc.org/2899553003
Cr-Commit-Position: refs/heads/master@{#18218}
(cherry picked from commit b2c001a79542050d69fa916199f51d5d98626f21)
BUG=chromium:722490
Review-Url: https://codereview.webrtc.org/2898813002 .
Cr-Commit-Position: refs/branch-heads/59@{#13}
Cr-Branched-From: 10d095d4f743bc16f8e486e156c48a6d023b32c5-refs/heads/master@{#17657}
- 58.19.0.1 CVE
CVE fixes. Important!
[679306] High CVE-2017-5068: Race condition in WebRTC. Credit to Philipp Hancke.
https://bugs.chromium.org/p/chromium/issues/detail?id=679306
commit 6c9caaad7dfdea48a72a691d760ea0d89cb64816
Author: Zijie He <zijiehe@chromium.org>
Date: Mon May 1 10:48:00 2017 -0700
Check if the order of frames becomes ambiguous if we were to insert the incoming frame, and if so, clear the FrameBuffer.
On behalf of Philip Eliasson (philipel@webrtc.org).
BUG=chromium:679306
Review-Url: https://codereview.webrtc.org/2830723002
Cr-Commit-Position: refs/heads/master@{#17785}
(cherry picked from commit 146a48b0fabef7e74f2a2b62fb5cb45f9b393408)
Review-Url: https://codereview.webrtc.org/2848283002 .
Cr-Commit-Position: refs/branch-heads/58@{#19}
Cr-Branched-From: f31969a584bcafe9406c214a9d4c3afb49d19650-refs/heads/master@{#16937}
patches/58.19.0.1-issue2833833002_1_10001.diff
Enable builds with xcode 8.3.x.
- 57.17541.0.0
commit c88b5d56ada5690ae352062e69a9f984a07d228c
Author: kjellander <kjellander@webrtc.org>
Date: Wed Apr 5 06:42:43 2017 -0700
Reland of PyLint fixes for tools-webrtc and webrtc/tools (patchset #1 id:1 of https://codereview.webrtc.org/2737233003/ )
Reason for revert:
Fixing errors for reland. I have tested that this does not make Chromium video quality tests fail.
Original issue's description:
> Revert of PyLint fixes for tools-webrtc and webrtc/tools (patchset #3 id:40001 of https://codereview.webrtc.org/2736233003/ )
>
> Reason for revert:
> Fails video quality tests in Chrome: http://build.chromium.org/p/chromium.webrtc.fyi/builders/Win10%20Tester/builds/6568
> I should have looked more closer at those :(
...
NOTRY=true
BUG=webrtc:7312
Review-Url: https://codereview.webrtc.org/2741733003
Cr-Commit-Position: refs/heads/master@{#17541}
- 58.16.0.0
commit 5bb66b6e65e11c5031893f731b722d0d7f06c09c
Author: ilnik <ilnik@webrtc.org>
Date: Tue Apr 4 12:15:14 2017 -0700
Use simulcast for screenshare only in conference mode
Also, don't crash if InitEncode fails for vp8.
BUG=chromium:705505
NOTRY=true
NOPRESUBMIT=true
Review-Url: https://codereview.webrtc.org/2779163002
Cr-Commit-Position: refs/heads/master@{#17452}
(cherry picked from commit fe627f30cbd3b4e0665237c7f309973cbf15e30b)
Review-Url: https://codereview.webrtc.org/2795043004
Cr-Commit-Position: refs/branch-heads/58@{#16}
Cr-Branched-From: f31969a584bcafe9406c214a9d4c3afb49d19650-refs/heads/master@{#16937}
- 56.17541.0.0
commit c88b5d56ada5690ae352062e69a9f984a07d228c
Author: kjellander <kjellander@webrtc.org>
Date: Wed Apr 5 06:42:43 2017 -0700
NOTRY=true
BUG=webrtc:7312
Review-Url: https://codereview.webrtc.org/2741733003
Cr-Commit-Position: refs/heads/master@{#17541}
- 56.15101.0.0
Commit: c6d5d3c3acd3f3a48e933659fd3036df3c6647d2
Cr-Commit-Position: refs/branch-heads/56@{#2}
Cr-Branched-From: 613152af11d6e9a4d046af3c48a7be7642dfcc68-refs/heads/master@{#15101}