Commit 7b5a3e47 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll WebRTC from ee24eb66d23f to 42cafa5696f5 (33 revisions)

https://webrtc.googlesource.com/src.git/+log/ee24eb66d23f..42cafa5696f5

2020-11-03 nisse@webrtc.org Delete legacy stats minWaitingTimeMs and medianWaitingTimeMs from ACM.
2020-11-03 nisse@webrtc.org Replace RWLockWrapper --> Mutex in ScreenCapturerHelper
2020-11-03 natim@webrtc.org Adding total duration and more test cases to VoipStatistics.
2020-11-02 terelius@webrtc.org Fix incorrect ToUnsigned in RTC event log.
2020-11-02 hta@webrtc.org Check for oversized TURN usernames
2020-11-02 nisse@webrtc.org Delete master_timing argument to VCMTiming.
2020-11-02 jakobi@webrtc.org Reland "Reland "Default enable WebRTC-SendSideBwe-WithOverhead.""
2020-11-02 gustaf@webrtc.org Increased high frequency transparency
2020-11-02 jakobi@webrtc.org Use non-null transport for RTCP in AV sync test.
2020-10-30 philipp.hancke@googlemail.com doc: mention video_replay tool for reporting video bugs
2020-10-30 mbonadei@webrtc.org Reformat python files checked by pylint (part 1/2).
2020-10-30 nisse@webrtc.org Delete internal locking in TimestampExtrapolator class.
2020-10-30 hta@webrtc.org Remove obsolete GetRemoteAudioSSL* functions.
2020-10-30 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 2abf60f7..2357c735 (822386:822514)
2020-10-29 deadbeef@webrtc.org Free data if SCTP packet is delivered after transport destruction.
2020-10-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0cbb40a9..2abf60f7 (822259:822386)
2020-10-29 alessiob@webrtc.org AGC2 RNN VAD size_t -> int
2020-10-29 deadbeef@webrtc.org Update set of known root certificates.
2020-10-29 auorion@microsoft.com Add and refactor functionality into rtc_base/win
2020-10-29 alessiob@webrtc.org RNN VAD: Pitch periods as integers and for-if-break optimization
2020-10-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision c8ecd260..0cbb40a9 (822116:822259)
2020-10-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 28455e96..c8ecd260 (821997:822116)
2020-10-29 ssilkin@webrtc.org Analyze quality of dropped frames in VideoProcessor.
2020-10-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision a9d053b9..28455e96 (821860:821997)
2020-10-28 natim@webrtc.org VoipStatistics subAPI and implementation.
2020-10-28 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 3201204f..a9d053b9 (821703:821860)
2020-10-28 ivoc@webrtc.org Reset NetEq simulation step time if a large gap is detected.
2020-10-28 philipel@webrtc.org Removed _completeFrame since we never allow incomplete frames.
2020-10-28 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 5c9a5207..3201204f (821334:821703)
2020-10-28 nisse@webrtc.org Fix locking in RTPFile class
2020-10-27 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 473d43b3..5c9a5207 (821175:821334)
2020-10-27 sprang@webrtc.org Updates how min bitrate is set for VP9 SVC in perf tests.
2020-10-27 ivoc@webrtc.org Remove deprecated PacketArrived method from NetEqController interface.

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,chromium:1144646
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: If0271b1a073b8bab73994f09e702f2bdfecbb071
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2516902Reviewed-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@{#823531}
parent 34d2e0ca
...@@ -1497,7 +1497,7 @@ deps = { ...@@ -1497,7 +1497,7 @@ deps = {
}, },
'src/third_party/webrtc': 'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'ee24eb66d23ffea5ef729dc340e1fc4381c72a4a', Var('webrtc_git') + '/src.git' + '@' + '42cafa5696f516712bbe6709fedeedffac61544c',
'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