Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Issue 1947873002: Reland of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.we… (Closed)

Created:
4 years, 7 months ago by perkj_webrtc
Modified:
4 years, 7 months ago
Reviewers:
stefan-webrtc, mflodman
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhuangzesen_agora.io, zhengzhonghou_agora.io, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, the sun, pbos-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )" This reverts commit 825eb58d59940a4c3c9837595c4b3b07059c93ca. This Relands the cl reviewed in https://codereview.webrtc.org/1917793002/ patchset #1 is a pure reland. patchset #2 fix an overflow in BitrateProber that caused WebRtcVideoChannel2BaseTest.TwoStreamsSendAndReceive to fail. Original cl description: Remove SendPacer from ViEEncoder This CL moves the logic where the ViEEncoder pause if the pacer is full to the BitrateController. If the queue is full, the controller reports a bitrate of zero to Call (and BitrateAllocator) R=stefan@webrtc.org TBR=mflodman@webrtc.org BUG=webrtc:5687 Committed: https://crrev.com/28a44564c93b12839618dc0da2e2541ec6a0db23 Cr-Commit-Position: refs/heads/master@{#12630}

Patch Set 1 #

Patch Set 2 : Fixed overflow in BitrateProber #

Patch Set 3 : Fixed CongestionController backwards compatibility #

Unified diffs Side-by-side diffs Delta from patch set Stats (+577 lines, -366 lines) Patch
M webrtc/audio/audio_receive_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/audio/audio_send_stream_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/call/bitrate_allocator.h View 2 chunks +1 line, -3 lines 0 comments Download
M webrtc/call/bitrate_allocator.cc View 3 chunks +11 lines, -13 lines 0 comments Download
M webrtc/call/bitrate_allocator_unittest.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M webrtc/call/call.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.h View 3 chunks +10 lines, -7 lines 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.cc View 3 chunks +13 lines, -5 lines 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M webrtc/modules/bitrate_controller/include/bitrate_controller.h View 4 chunks +13 lines, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/include/mock/mock_bitrate_controller.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 2 5 chunks +94 lines, -17 lines 0 comments Download
A webrtc/modules/congestion_controller/congestion_controller_unittest.cc View 1 chunk +111 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/include/congestion_controller.h View 1 2 5 chunks +38 lines, -6 lines 0 comments Download
M webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h View 1 chunk +10 lines, -4 lines 0 comments Download
M webrtc/modules/modules.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/pacing/bitrate_prober.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/bitrate_prober.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/pacing/mock/mock_paced_sender.h View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/pacing/paced_sender.h View 6 chunks +21 lines, -17 lines 0 comments Download
M webrtc/modules/pacing/paced_sender.cc View 7 chunks +36 lines, -27 lines 0 comments Download
M webrtc/modules/pacing/paced_sender_unittest.cc View 23 chunks +159 lines, -205 lines 0 comments Download
M webrtc/modules/pacing/packet_router.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.cc View 2 chunks +2 lines, -9 lines 0 comments Download
M webrtc/video/encoder_state_feedback_unittest.cc View 2 chunks +3 lines, -10 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M webrtc/video/vie_encoder.h View 2 chunks +1 line, -6 lines 0 comments Download
M webrtc/video/vie_encoder.cc View 5 chunks +3 lines, -12 lines 0 comments Download

Messages

Total messages: 20 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947873002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947873002/20001
4 years, 7 months ago (2016-05-04 12:07:45 UTC) #4
perkj_webrtc
Please?
4 years, 7 months ago (2016-05-04 12:07:49 UTC) #5
stefan-webrtc
lgtm
4 years, 7 months ago (2016-05-04 12:29:17 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947873002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947873002/20001
4 years, 7 months ago (2016-05-04 12:29:38 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/5298)
4 years, 7 months ago (2016-05-04 12:32:44 UTC) #11
perkj_webrtc
4 years, 7 months ago (2016-05-04 14:34:58 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947873002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947873002/40001
4 years, 7 months ago (2016-05-04 14:36:06 UTC) #17
perkj_webrtc
4 years, 7 months ago (2016-05-04 15:13:12 UTC) #19
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
28a44564c93b12839618dc0da2e2541ec6a0db23 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698