Commit 422ea38c authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/webrtc 89313451d8e2..a9ad36f3225d (38 commits)

https://webrtc.googlesource.com/src.git/+log/89313451d8e2..a9ad36f3225d

git log 89313451d8e2..a9ad36f3225d --date=short --first-parent --format='%ad %ae %s'
2019-12-04 mbonadei@webrtc.org Fix aec3_fuzzer chromium build config.
2019-12-04 srte@webrtc.org Always keep abs send time extension.
2019-12-04 peah@webrtc.org AEC3: Ensure that the high-pass filter is on whenever the AEC is active
2019-12-03 hta@webrtc.org Move messaging -> PostTask for freeing datachannels
2019-12-03 perkj@webrtc.org Propagate RtpPacketReceived::arival_time_ms() when demuxing RTX packets
2019-12-03 dinosaurav@chromium.org Deprecate RtpReceiver's SetParameters method
2019-12-03 steveanton@webrtc.org Remove line number from rtc::Location
2019-12-03 roman.gaiu@ringcentral.com Implement handling for MS PowerPoint Presentation Mode.
2019-12-03 kmackay@google.com Export more symbols to fix Chromecast component build
2019-12-03 peah@webrtc.org Disable unittest that takes too long to finish
2019-12-03 amithi@webrtc.org Encoding constructor should be public.
2019-12-03 handellm@webrtc.org TimeController: Rename Sleep to AdvanceTime.
2019-12-03 handellm@webrtc.org VideoReceiveStream: Enable encoded frame sink.
2019-12-03 hta@webrtc.org Refactoring DataChannelController from PeerConnection part 4
2019-12-03 peah@webrtc.org AEC3: Add flag for requiring a high pass filter effect before the AEC
2019-12-03 danilchap@webrtc.org in PacketBuffer::Packet pass payload using smart buffer
2019-12-03 titovartem@google.com Add explicit copy constructors and assign operators for some classes.
2019-12-03 orphis@webrtc.org Remove unused non-standard RtpEncodingParameters members
2019-12-03 orphis@webrtc.org Fix VP8 encoder maxFramerate support
2019-12-03 peah@webrtc.org Revert "AEC3: Ensure that the high-pass filter effect is on when AEC3 is active"
2019-12-03 peah@webrtc.org AEC3: Add signal dependent mixing before alignment
2019-12-03 peah@webrtc.org AEC3: Ensure that the high-pass filter effect is on when AEC3 is active
2019-12-03 sprang@webrtc.org Trials should always be populated in call config.
2019-12-03 peah@webrtc.org Changed parameter name to match the use of it in AEC3
2019-12-03 jonaso@webrtc.org Add IceControllerEvent::ICE_CONTROLLER_RECHECK
2019-12-03 peah@webrtc.org Make new method pure virtual in the EchoControl interface
2019-12-02 henrik.lundin@webrtc.org NetEq: Fix bug in PLC for multi-channel audio
2019-12-02 titovartem@google.com Refactor FrameGenerator to return VideoFrameBuffer with VideoFrame::UpdateRect
2019-12-02 peah@webrtc.org AEC3: Adding default AEC3 configurations that are setup specific
2019-12-02 peah@webrtc.org AEC3: Correct the number of render channels in the echo audibility code
2019-12-02 hta@webrtc.org Refactor DataChannel control out of PeerConnection
2019-12-02 danilchap@webrtc.org Delete FunctorMessageHandler, in tests use alternative ways to post functors
2019-12-02 mbonadei@webrtc.org Minor fixes to ChannelSend.
2019-12-02 saza@webrtc.org Fuzz AEC3
2019-12-02 peah@webrtc.org Remove deprecated setting for activating multichannel processing
2019-12-02 srte@webrtc.org Moves SampleStats and EventRateCounter to rtc_base/numerics
2019-11-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision a9c1e4af..3f978485 (720171:720272)
2019-11-29 jonaso@webrtc.org Move SendBindingResponse to Connection

Created with:
  gclient setdep -r src/third_party/webrtc@a9ad36f3225d

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/+/master/autoroll/README.md

Bug: chromium:1013590,chromium:1029707,chromium:1029717,chromium:1029740,chromium:1030179
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: Ida2c425047eabcead9a79f8a44a57bc12caa7aba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950249Reviewed-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@{#721445}
parent 4e854e34
...@@ -1498,7 +1498,7 @@ deps = { ...@@ -1498,7 +1498,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'dd55f3ca8f2ea716ca917a4aaf36f0729fe902b1', Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'dd55f3ca8f2ea716ca917a4aaf36f0729fe902b1',
'src/third_party/webrtc': 'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '89313451d8e2338845716b0ab8760ed0552580f9', Var('webrtc_git') + '/src.git' + '@' + 'a9ad36f3225d2e9206ec9e5a552949e9b79e6e32',
'src/third_party/libgifcodec': 'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'), 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