Skip to content

Commit

Permalink
Roll WebRTC 17313:17339 (21 commits)
Browse files Browse the repository at this point in the history
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/43634fa..fd3f94e

$ git log 43634fa..fd3f94e --date=short --no-merges --format=%ad %ae %s
2017-03-22 perkj@webrtc.org Reduce CPU usage in test::FrameGenerator::SquareGenerator. This cl change the drawing to  use memset per row in each square instead of setting each pixel individually.
2017-03-22 nisse@webrtc.org Reland of Delete class MockCongestionController. (patchset chromium#1 id:1 of https://codereview.webrtc.org/2762133003/ )
2017-03-22 henrikg@webrtc.org Revert of Add DesktopCapturerId and attach it to DesktopFrame (patchset chromium#4 id:100002 of https://codereview.webrtc.org/2759493002/ )
2017-03-22 kthelgason@webrtc.org Don't reset quality scaler on resolution change.
2017-03-21 skvlad@webrtc.org Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset chromium#14 id:250001 of https://codereview.webrtc.org/2716643002/ )
2017-03-21 skvlad@webrtc.org Revert of Delete class MockCongestionController. (patchset chromium#4 id:60001 of https://codereview.webrtc.org/2762023004/ )
2017-03-21 zijiehe@chromium.org Add DesktopCapturerId and attach it to DesktopFrame
2017-03-21 kwiberg@webrtc.org Don't expect factory to create iLBC decoder if it isn't supported
2017-03-21 sprang@webrtc.org Add framerate to VideoSinkWants and ability to signal on overuse
2017-03-21 zhihuang@webrtc.org Parse the connection data in SDP (c= line).
2017-03-21 nisse@webrtc.org Delete class MockCongestionController.
2017-03-21 pbos@webrtc.org Remove dead code in vp8_impl files.
2017-03-21 oprypin@webrtc.org Make lint errors fatal in presubmit and fix files in whitelisted paths
2017-03-21 elad.alon@webrtc.org TransportFeedbackPacketLossTracker to receive std::vector<PacketFeedback> in place of the entire feedback
2017-03-21 nisse@webrtc.org Split CongestionController into send- and receive-side classes.
2017-03-21 elad.alon@webrtc.org TransportFeedbackPacketLossTrackerTest cosmetic modification
2017-03-21 philipel@webrtc.org Allow padding packet in video streams.
2017-03-21 minyue@webrtc.org Adding audio DTX to video loopback test.
2017-03-21 philipel@webrtc.org Probing EndToEndTests.
2017-03-21 tommi@webrtc.org Add thread check to ModuleProcessThread::DeRegisterModule and remove all unnecessary locking that was there due to one implementation calling from a different thread.
2017-03-21 nisse@webrtc.org Delete VP8 feedback mode.

TBR=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng
BUG=

Review-Url: https://codereview.chromium.org/2765233002
Cr-Commit-Position: refs/heads/master@{#458733}
  • Loading branch information
grunell authored and Commit bot committed Mar 22, 2017
1 parent 4b6c1fc commit 7706681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ deps = {
Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',

'src/third_party/webrtc':
Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '43634fab106dc1b2564a0e5b2a95f6e7091a280e', # commit position 17313
Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'fd3f94e79966277b3758a8633fdd1cea72c97093', # commit position 17339

'src/third_party/openmax_dl':
Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
Expand Down

0 comments on commit 7706681

Please sign in to comment.