Commit d71f581f authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/webrtc 79685304182c..2d02c943b288 (22 commits)

https://webrtc.googlesource.com/src.git/+log/79685304182c..2d02c943b288

git log 79685304182c..2d02c943b288 --date=short --first-parent --format='%ad %ae %s'
2019-11-29 alessiob@webrtc.org NetEQ: fix initial decoder frame length.
2019-11-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 26d09951..a9c1e4af (720053:720171)
2019-11-29 danilchap@webrtc.org In RtpDepacketizerAV1 use aggregation header to detect key frames
2019-11-29 mbonadei@webrtc.org Prefix ENABLE_RTC_EVENT_LOG with WEBRTC_.
2019-11-28 mbonadei@webrtc.org Remove WebRTC-Bwe-CongestionWindowDownlinkDelay.
2019-11-28 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 8955e0d3..26d09951 (719771:720053)
2019-11-28 mbonadei@webrtc.org Fix ErrorProne MultiVariableDeclaration.
2019-11-28 danilchap@webrtc.org Use AV1 packetizer/depacketizer for AV1 bitstreams
2019-11-28 titovartem@webrtc.org Add ability to disable detailed error message in RTC_CHECKs
2019-11-28 peah@webrtc.org AEC3:Turning off default downmix in surround alignment
2019-11-28 jonaso@webrtc.org Add new Stun utility functions
2019-11-28 doudouk@google.com Add directive to make TRACE_EVENT macros optional.
2019-11-28 kron@webrtc.org Remove temporary 8-bit H264 HDR fix
2019-11-28 danilchap@webrtc.org Implement AV1 RtpPacketizer class
2019-11-28 sprang@webrtc.org Implements a task-queue based PacedSender, wires it up for field trials
2019-11-28 danilchap@webrtc.org Fix undefined-shift in RtpDepacketizerAv1::AssembleFrame
2019-11-28 jonaso@webrtc.org Add rtt estimate EventBasedExponentialMovingAverage to Connection
2019-11-27 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 2b82941a..8955e0d3 (719656:719771)
2019-11-27 steveanton@webrtc.org Replace template_util.h with C++14 STL methods
2019-11-27 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 65c32b57..2b82941a (719106:719656)
2019-11-27 yvesg@google.com Revert "Remove temporary workaround for generate_licenses."
2019-11-27 kuddai@webrtc.org Propagate absolute capture time through video receiving side.

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

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:None,chromium:None,chromium:None,chromium:956468,chromium:1028348,chromium:None,chromium:None,chromium:None
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: I4466ea8dfa6b3e207082b4a119cba563f651283f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943613Reviewed-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@{#720220}
parent 97f457fa
...@@ -1494,7 +1494,7 @@ deps = { ...@@ -1494,7 +1494,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' + '@' + '79685304182cd81f34c3d2b80527d4e8de92b04c', Var('webrtc_git') + '/src.git' + '@' + '2d02c943b2882fe5b7a03f24bb9e845dd9d66161',
# Wuffs' canonical repository is at github.com/google/wuffs, but we use # Wuffs' canonical repository is at github.com/google/wuffs, but we use
# Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file. # Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file.
......
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