Commit 0a11888c authored by Henrik Grunell's avatar Henrik Grunell Committed by Commit Bot

Roll WebRTC 20011:20032 (21 commits)

Changes: https://webrtc.googlesource.com/src.git/+log/7e9c614..bbceb76

$ git log 7e9c614..bbceb76 --date=short --no-merges --format=%ad %ae %s
2017-09-28 ehmaldonado@webrtc.org Add support for conditions on DEPS file.
2017-09-28 agable@chromium.org Make Gerrit the default for WebRTC changes
2017-09-27 steveanton@webrtc.org Move clients of WebRtcSession to use PeerConnection
2017-09-28 davidben@webrtc.org Mark methods_stream as const.
2017-09-28 davidben@webrtc.org Switch from SSL_CIPHER_get_rfc_name to SSL_CIPHER_standard_name.
2017-09-28 kwiberg@webrtc.org Convert PayloadUnion from a union to a class, step 2
2017-09-28 jtteh@webrtc.org Fix occassional hang in iOS 11 when calling VTDecompressionSessionInvalidate.
2017-09-28 kwiberg@webrtc.org Convert PayloadUnion from a union to a class, step 1
2017-09-28 sakal@webrtc.org Revert "Use injectable hardware video decoder/encoder in AppRTCMobile."
2017-09-28 ssilkin@webrtc.org Adding test for SingleNalUnit mode
2017-09-28 sakal@webrtc.org Use injectable hardware video decoder/encoder in AppRTCMobile.
2017-09-28 denicija@webrtc.org Fix memory leak in nv12 metal renderer
2017-09-28 brandtr@webrtc.org Detach SequencedTaskChecker in MediaCodecVideoEncoder::Release.
2017-09-28 solenberg@webrtc.org Remove various IDs:
2017-09-28 kthelgason@webrtc.org Add equality method for RTCVideoCodecInfo.
2017-09-27 philipel@webrtc.org Calculate VP9 references to wrap at kPicIdLength instead of 16 bits.
2017-09-28 oprypin@webrtc.org Change DEPS URL for catapult to match Chromium
2017-09-28 ssilkin@webrtc.org Updating OpenH264 to v1.7.0
2017-09-27 danilchap@webrtc.org Trigger rtt and stats update on report block rather than receiver report.
2017-09-25 sakal@webrtc.org Reland "Improve unit testing for HardwareVideoEncoder and fix bugs."
2017-09-28 henrika@webrtc.org Adds WebRTC.Audio.EncodingTaskQueueLatencyMs

TBR=grunell@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng

Bug: 
Change-Id: I16d9436bb54c7b8c5da988f6dd7b2d75d23039c8
Reviewed-on: https://chromium-review.googlesource.com/691723Reviewed-by: default avatarHenrik Grunell <grunell@chromium.org>
Commit-Queue: Henrik Grunell <grunell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505343}
parent 9c2c141e
...@@ -250,7 +250,7 @@ deps = { ...@@ -250,7 +250,7 @@ deps = {
Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067', Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
'src/third_party/webrtc': 'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '7e9c614648e933eb65d0408f016bc7617d19de73', # commit position 20011 Var('webrtc_git') + '/src.git' + '@' + 'bbceb76f540159e2dba0701ac03c514f01624130', # commit position 20032
'src/third_party/openmax_dl': 'src/third_party/openmax_dl':
Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_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