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

Issue 1208083002: Remove MimdRateControl and factories for RemoteBitrateEstimor. (Closed)

Created:
5 years, 5 months ago by sprang_webrtc
Modified:
5 years, 5 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

Remove MimdRateControl and factories for RemoteBitrateEstimor. BUG= R=stefan@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/468e62a97426a8d001e9187f3ca1d1e43f80b970

Patch Set 1 #

Patch Set 2 : Updated test cases #

Patch Set 3 : Updated thresholds for TestTimestampGrouping #

Total comments: 11

Patch Set 4 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+439 lines, -948 lines) Patch
M webrtc/modules/remote_bitrate_estimator/BUILD.gn View 1 chunk +0 lines, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h View 1 2 3 1 chunk +14 lines, -15 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc View 2 chunks +1 line, -4 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h View 1 2 3 2 chunks +0 lines, -27 lines 0 comments Download
D webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h View 1 chunk +0 lines, -80 lines 0 comments Download
D webrtc/modules/remote_bitrate_estimator/mimd_rate_control.cc View 1 chunk +0 lines, -328 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi View 2 chunks +2 lines, -4 lines 0 comments Download
A webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h View 1 chunk +154 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 18 chunks +63 lines, -194 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
A webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h View 1 2 3 1 chunk +69 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc View 1 2 3 13 chunks +32 lines, -87 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc View 1 3 chunks +11 lines, -12 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
D webrtc/modules/remote_bitrate_estimator/remote_rate_control.h View 1 chunk +0 lines, -51 lines 0 comments Download
D webrtc/modules/remote_bitrate_estimator/remote_rate_control.cc View 1 chunk +0 lines, -30 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_format_remb_unittest.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 2 chunks +5 lines, -7 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc View 2 chunks +7 lines, -9 lines 0 comments Download
M webrtc/video/bitrate_estimator_tests.cc View 1 6 chunks +23 lines, -36 lines 0 comments Download
M webrtc/video/rampup_tests.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/video/rampup_tests.cc View 9 chunks +24 lines, -24 lines 0 comments Download
M webrtc/video_engine/vie_channel_group.cc View 3 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
sprang_webrtc
For your enjoyment!
5 years, 5 months ago (2015-06-25 15:56:35 UTC) #2
sprang_webrtc
Updated test cases
5 years, 5 months ago (2015-06-26 12:26:59 UTC) #3
stefan-webrtc
https://codereview.webrtc.org/1208083002/diff/40001/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h File webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h (right): https://codereview.webrtc.org/1208083002/diff/40001/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h#newcode22 webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h:22: #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h" Needed? https://codereview.webrtc.org/1208083002/diff/40001/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h File webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h (right): https://codereview.webrtc.org/1208083002/diff/40001/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h#newcode40 webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h:40: ...
5 years, 5 months ago (2015-06-30 11:38:18 UTC) #4
sprang_webrtc
https://codereview.webrtc.org/1208083002/diff/40001/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h File webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h (right): https://codereview.webrtc.org/1208083002/diff/40001/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h#newcode22 webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h:22: #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h" On 2015/06/30 11:38:18, stefan-webrtc (holmer) wrote: > ...
5 years, 5 months ago (2015-07-06 07:54:29 UTC) #5
stefan-webrtc
lgtm https://codereview.webrtc.org/1208083002/diff/40001/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h File webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h (right): https://codereview.webrtc.org/1208083002/diff/40001/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h#newcode40 webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h:40: struct Cluster { On 2015/07/06 07:54:29, språng wrote: ...
5 years, 5 months ago (2015-07-06 08:37:29 UTC) #6
sprang_webrtc
5 years, 5 months ago (2015-07-06 08:51:07 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
468e62a97426a8d001e9187f3ca1d1e43f80b970 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698