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

Issue 2316093002: Replace rtcp packet parsing in the RtcpReceiver. (Closed)

Created:
4 years, 3 months ago by danilchap
Modified:
4 years, 3 months ago
Reviewers:
philipel, sprang_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Replace rtcp packet parsing in the RtcpReceiver. BUG=webrtc:5260 Committed: https://crrev.com/1b1863a11aa795ceb5286a73b0d391b1be86f556 Cr-Commit-Position: refs/heads/master@{#14301}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : -Unused #

Patch Set 5 : Removed lastReceived as unused, made packet loop nicer #

Patch Set 6 : More nits #

Total comments: 20

Patch Set 7 : Minor style fixes thanks to Feedback #

Total comments: 4

Patch Set 8 : Feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+339 lines, -403 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbr.h View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.h View 1 2 3 4 5 5 chunks +26 lines, -24 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 2 3 4 5 6 7 18 chunks +312 lines, -363 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc View 1 2 3 4 5 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
danilchap
4 years, 3 months ago (2016-09-16 11:19:59 UTC) #5
philipel
https://codereview.webrtc.org/2316093002/diff/140001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2316093002/diff/140001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode46 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:46: using ::webrtc::rtcp::CommonHeader; remove ::webrtc:: https://codereview.webrtc.org/2316093002/diff/140001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode308 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:308: ptrdiff_t tail_size = ...
4 years, 3 months ago (2016-09-19 11:01:38 UTC) #6
danilchap
https://codereview.webrtc.org/2316093002/diff/140001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2316093002/diff/140001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode46 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:46: using ::webrtc::rtcp::CommonHeader; On 2016/09/19 11:01:38, philipel wrote: > remove ...
4 years, 3 months ago (2016-09-19 13:35:26 UTC) #7
philipel
lgtm
4 years, 3 months ago (2016-09-19 13:48:34 UTC) #8
sprang_webrtc
lgtm with nit https://codereview.webrtc.org/2316093002/diff/160001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2316093002/diff/160001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode312 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:312: if (first_block) { Don't need this ...
4 years, 3 months ago (2016-09-19 14:10:53 UTC) #9
sprang_webrtc
lgtm with nit https://codereview.webrtc.org/2316093002/diff/160001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2316093002/diff/160001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode312 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:312: if (first_block) { Don't need this ...
4 years, 3 months ago (2016-09-19 14:10:53 UTC) #10
danilchap
https://codereview.webrtc.org/2316093002/diff/160001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc File webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc (right): https://codereview.webrtc.org/2316093002/diff/160001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc#newcode312 webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc:312: if (first_block) { On 2016/09/19 14:10:53, språng wrote: > ...
4 years, 3 months ago (2016-09-19 18:06:23 UTC) #11
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/2316093002/180001
4 years, 3 months ago (2016-09-20 08:31:50 UTC) #14
commit-bot: I haz the power
Committed patchset #8 (id:180001)
4 years, 3 months ago (2016-09-20 08:39:57 UTC) #16
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 08:40:06 UTC) #18
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/1b1863a11aa795ceb5286a73b0d391b1be86f556
Cr-Commit-Position: refs/heads/master@{#14301}

Powered by Google App Engine
This is Rietveld 408576698