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

Issue 1338203003: Wire up send-side bandwidth estimation. (Closed)

Created:
5 years, 3 months ago by sprang_webrtc
Modified:
5 years, 3 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), stefan-webrtc, tterriberry_mozilla.com, mflodman, perkj_webrtc, andresp
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Wire up send-side bandwidth estimation. BUG=webrtc:4173 Committed: https://crrev.com/ef165eefc79cf28bb67779afe303cc2365885547 Cr-Commit-Position: refs/heads/master@{#10012}

Patch Set 1 #

Total comments: 21

Patch Set 2 : Addressed comments, rebase #

Total comments: 14

Patch Set 3 : Addressed comments #

Patch Set 4 : Added logging of warnings for unrecognized rtcp packets #

Patch Set 5 : Comment #

Patch Set 6 : Rebase #

Patch Set 7 : GN build file fix, rebase #

Patch Set 8 : More GN fixes... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+430 lines, -111 lines) Patch
M webrtc/modules/modules.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_format_remb_unittest.cc View 1 2 3 4 5 2 chunks +7 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.h View 1 2 3 4 5 4 chunks +9 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 2 3 4 5 6 9 chunks +48 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 1 2 3 4 5 12 chunks +17 lines, -16 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_utility.h View 1 2 3 4 chunks +11 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_utility.cc View 1 2 3 12 chunks +46 lines, -34 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 4 5 2 chunks +63 lines, -0 lines 0 comments Download
M webrtc/video/rampup_tests.h View 4 chunks +6 lines, -0 lines 0 comments Download
M webrtc/video/rampup_tests.cc View 1 8 chunks +94 lines, -0 lines 0 comments Download
M webrtc/video/screenshare_loopback.cc View 1 2 2 chunks +8 lines, -13 lines 0 comments Download
M webrtc/video/video_loopback.cc View 1 2 2 chunks +9 lines, -13 lines 0 comments Download
M webrtc/video/video_quality_test.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_channel_group.h View 1 2 3 4 5 5 chunks +14 lines, -5 lines 0 comments Download
M webrtc/video_engine/vie_channel_group.cc View 1 2 3 4 5 9 chunks +65 lines, -15 lines 0 comments Download

Messages

Total messages: 29 (10 generated)
sprang_webrtc
5 years, 3 months ago (2015-09-14 15:44:47 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/1338203003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/1338203003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode1266 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:1266: rtcp_packet_information->rtcpPacketTypeFlags |= kRtcpTransportFeedback; I find it a bit strange ...
5 years, 3 months ago (2015-09-17 10:33:19 UTC) #3
sprang_webrtc
https://codereview.webrtc.org/1338203003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/1338203003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode1266 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:1266: rtcp_packet_information->rtcpPacketTypeFlags |= kRtcpTransportFeedback; On 2015/09/17 10:33:19, stefan-webrtc (holmer) wrote: ...
5 years, 3 months ago (2015-09-17 15:08:28 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/1338203003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/1338203003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode1266 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:1266: rtcp_packet_information->rtcpPacketTypeFlags |= kRtcpTransportFeedback; On 2015/09/17 15:08:28, språng wrote: > ...
5 years, 3 months ago (2015-09-18 10:57:23 UTC) #5
sprang_webrtc
https://codereview.webrtc.org/1338203003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/1338203003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode1266 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:1266: rtcp_packet_information->rtcpPacketTypeFlags |= kRtcpTransportFeedback; On 2015/09/18 10:57:23, stefan-webrtc (holmer) wrote: ...
5 years, 3 months ago (2015-09-21 10:44:11 UTC) #6
stefan-webrtc
https://codereview.webrtc.org/1338203003/diff/1/webrtc/video/rampup_tests.cc File webrtc/video/rampup_tests.cc (right): https://codereview.webrtc.org/1338203003/diff/1/webrtc/video/rampup_tests.cc#newcode466 webrtc/video/rampup_tests.cc:466: } else { On 2015/09/21 10:44:10, språng wrote: > ...
5 years, 3 months ago (2015-09-21 11:12:07 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/1338203003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/1338203003/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode1266 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:1266: rtcp_packet_information->rtcpPacketTypeFlags |= kRtcpTransportFeedback; On 2015/09/21 10:44:10, språng wrote: > ...
5 years, 3 months ago (2015-09-21 11:13:16 UTC) #8
sprang_webrtc
https://codereview.webrtc.org/1338203003/diff/1/webrtc/video/rampup_tests.cc File webrtc/video/rampup_tests.cc (right): https://codereview.webrtc.org/1338203003/diff/1/webrtc/video/rampup_tests.cc#newcode466 webrtc/video/rampup_tests.cc:466: } else { On 2015/09/21 11:12:07, stefan-webrtc (holmer) wrote: ...
5 years, 3 months ago (2015-09-21 13:42:53 UTC) #9
stefan-webrtc
lgtm https://codereview.webrtc.org/1338203003/diff/20001/webrtc/video_engine/vie_channel_group.cc File webrtc/video_engine/vie_channel_group.cc (right): https://codereview.webrtc.org/1338203003/diff/20001/webrtc/video_engine/vie_channel_group.cc#newcode261 webrtc/video_engine/vie_channel_group.cc:261: } On 2015/09/21 13:42:53, språng wrote: > On ...
5 years, 3 months ago (2015-09-21 14:06:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1338203003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1338203003/80001
5 years, 3 months ago (2015-09-21 14:25:11 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_gn_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_gn_rel/builds/5744) linux on tryserver.webrtc (JOB_FAILED, ...
5 years, 3 months ago (2015-09-21 14:26:15 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1338203003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1338203003/100001
5 years, 3 months ago (2015-09-21 15:20:04 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_gn on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_gn/builds/4079)
5 years, 3 months ago (2015-09-21 15:25:08 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1338203003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1338203003/140001
5 years, 3 months ago (2015-09-22 08:05:01 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_rel on ...
5 years, 3 months ago (2015-09-22 10:05:25 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1338203003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1338203003/140001
5 years, 3 months ago (2015-09-22 12:09:44 UTC) #26
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 3 months ago (2015-09-22 12:10:56 UTC) #27
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/ef165eefc79cf28bb67779afe303cc2365885547 Cr-Commit-Position: refs/heads/master@{#10012}
5 years, 3 months ago (2015-09-22 12:11:08 UTC) #28
sprang_webrtc
5 years, 3 months ago (2015-09-23 11:09:08 UTC) #29
Message was sent while issue was closed.
A revert of this CL (patchset #8 id:140001) has been created in
https://codereview.webrtc.org/1362923002/ by sprang@webrtc.org.

The reason for reverting is: Breaking some Android bots.
https://chromegw.corp.google.com/i/client.webrtc/builders/Android32%20Tests%2....

Powered by Google App Engine
This is Rietveld 408576698