Commit 298d31c9 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll WebRTC from d3db8535d3a9 to 111de34102c7 (15 revisions)

https://webrtc.googlesource.com/src.git/+log/d3db8535d3a9..111de34102c7

2020-09-27 marinaciocea@webrtc.org Revert "Delete the non-const version of the EncodedImage::data() method."
2020-09-26 deadbeef@webrtc.org Fix for OnSctpInboundPacket being called after transport destruction.
2020-09-26 tommi@webrtc.org Move win32 files to a new "win32" target to avoid cyclic dependencies.
2020-09-25 peah@webrtc.org Clean up the AVX2 activation in the gni file
2020-09-25 ricebin@google.com Allow clients to provide custom scheduler to AudioModule
2020-09-25 peah@webrtc.org Reland "Activating AVX2 support by default"
2020-09-25 alessiob@webrtc.org AGC2 AdaptiveModeLevelEstimator min consecutive speech frames (1/3)
2020-09-25 alessiob@webrtc.org AGC2 VAD probability: instant decay / slow attack
2020-09-25 nisse@webrtc.org Delete the non-const version of the EncodedImage::data() method.
2020-09-25 peah@webrtc.org Revert "Activating AVX2 support by default"
2020-09-25 alessiob@webrtc.org AGC2 VadWithLevel(::LevelAndProbability) renamed + injectable VAD
2020-09-25 tommi@webrtc.org Make MessageHandler be a pure virtual interface.
2020-09-25 peah@webrtc.org Activating AVX2 support by default
2020-09-25 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 063275b4..0957d98f (810396:810507)
2020-09-25 kwiberg@webrtc.org Fix RoboCaller::Send perfect forwarding

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webrtc-chromium-autoroll
Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md

Bug: chromium:1127774
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: I663abdef701485f79a495a4af0f3ff1790095b72
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433884Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#811047}
parent 69467c7c
......@@ -1486,7 +1486,7 @@ deps = {
},
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'd3db8535d3a925383c6e3103cd0525a246e15565',
Var('webrtc_git') + '/src.git' + '@' + '111de34102c7ab137a512796356c3683e54f636e',
'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment