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

Issue 2912813002: Overlay REMB in total bitrate graphs in visualization tool. (Closed)

Created:
3 years, 6 months ago by terelius
Modified:
3 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Overlay REMB in total bitrate graphs in visualization tool. This doesn't affect the production code. BUG=webrtc:7726 Review-Url: https://codereview.webrtc.org/2912813002 Cr-Commit-Position: refs/heads/master@{#18400} Committed: https://chromium.googlesource.com/external/webrtc/+/2c8e8a306a5c2db8566763d0d898cbd08d05f6cb

Patch Set 1 #

Total comments: 7

Patch Set 2 : Use MakeUnique #

Patch Set 3 : Add missing include. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -3 lines) Patch
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 2 7 chunks +42 lines, -3 lines 0 comments Download
M webrtc/tools/event_log_visualizer/plot_base.h View 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/plot_base.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (17 generated)
terelius
3 years, 6 months ago (2017-05-29 17:15:28 UTC) #4
tschumi
https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode457 webrtc/tools/event_log_visualizer/analyzer.cc:457: std::unique_ptr<rtcp::Remb> rtcp_packet(new rtcp::Remb()); make_unique ? https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode1010 webrtc/tools/event_log_visualizer/analyzer.cc:1010: for (const ...
3 years, 6 months ago (2017-05-30 14:23:14 UTC) #7
terelius
https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode457 webrtc/tools/event_log_visualizer/analyzer.cc:457: std::unique_ptr<rtcp::Remb> rtcp_packet(new rtcp::Remb()); On 2017/05/30 14:23:13, tschumi wrote: > ...
3 years, 6 months ago (2017-05-30 15:12:48 UTC) #8
holmer
https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode457 webrtc/tools/event_log_visualizer/analyzer.cc:457: std::unique_ptr<rtcp::Remb> rtcp_packet(new rtcp::Remb()); On 2017/05/30 15:12:48, terelius wrote: > ...
3 years, 6 months ago (2017-05-30 15:28:46 UTC) #10
tschumi
https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode1010 webrtc/tools/event_log_visualizer/analyzer.cc:1010: for (const auto& kv : remb_packets) { On 2017/05/30 ...
3 years, 6 months ago (2017-05-31 10:49:51 UTC) #11
terelius
https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2912813002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode457 webrtc/tools/event_log_visualizer/analyzer.cc:457: std::unique_ptr<rtcp::Remb> rtcp_packet(new rtcp::Remb()); On 2017/05/30 15:28:46, holmer wrote: > ...
3 years, 6 months ago (2017-06-01 16:02:19 UTC) #14
holmer
lgtm
3 years, 6 months ago (2017-06-01 16:11:23 UTC) #19
tschumi
lgtm
3 years, 6 months ago (2017-06-02 08:26:45 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2912813002/40001
3 years, 6 months ago (2017-06-02 08:27:47 UTC) #24
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 08:29:53 UTC) #27
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/2c8e8a306a5c2db8566763d0d...

Powered by Google App Engine
This is Rietveld 408576698