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

Issue 1453973005: [rtp_rtcp] rtcp::Dlrr block moved into own file and got Parse function (Closed)

Created:
5 years, 1 month ago by danilchap
Modified:
5 years ago
Reviewers:
åsapersson
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, stefan-webrtc, mflodman, sprang_webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

rtcp::Dlrr block moved into own file and got Parse function BUG=webrtc:5260 Committed: https://crrev.com/54999d411b97e3df54121e5f7bfb28846f3c8086 Cr-Commit-Position: refs/heads/master@{#11044}

Patch Set 1 #

Patch Set 2 : Added swap function #

Patch Set 3 : Dlrr is now movable but not copyable #

Total comments: 20

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : rebase #

Patch Set 7 : #

Patch Set 8 : made Dlrr block copyable instead of movable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -105 lines) Patch
M webrtc/modules/modules.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.h View 1 2 3 4 5 3 chunks +2 lines, -36 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.cc View 1 2 3 4 5 6 7 4 chunks +8 lines, -69 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h View 1 2 3 4 5 6 7 1 chunk +63 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc View 1 chunk +100 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc View 1 2 3 4 1 chunk +102 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
danilchap
5 years, 1 month ago (2015-11-18 14:50:42 UTC) #2
åsapersson
https://codereview.webrtc.org/1453973005/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h File webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h (right): https://codereview.webrtc.org/1453973005/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h#newcode15 webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h:15: #include <algorithm> needed? https://codereview.webrtc.org/1453973005/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc (right): https://codereview.webrtc.org/1453973005/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc#newcode15 webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc:15: ...
5 years ago (2015-12-15 12:20:55 UTC) #5
danilchap
https://codereview.webrtc.org/1453973005/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h File webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h (right): https://codereview.webrtc.org/1453973005/diff/40001/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h#newcode15 webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h:15: #include <algorithm> On 2015/12/15 12:20:55, åsapersson wrote: > needed? ...
5 years ago (2015-12-15 13:02:17 UTC) #6
åsapersson
lgtm (see comment) https://codereview.webrtc.org/1453973005/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc (right): https://codereview.webrtc.org/1453973005/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc#newcode81 webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc:81: const size_t kSubBlockLimit = Dlrr::kMaxNumberOfDlrrItems; remove ...
5 years ago (2015-12-15 14:03:44 UTC) #7
danilchap
https://codereview.webrtc.org/1453973005/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc (right): https://codereview.webrtc.org/1453973005/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc#newcode81 webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr_unittest.cc:81: const size_t kSubBlockLimit = Dlrr::kMaxNumberOfDlrrItems; On 2015/12/15 14:03:44, åsapersson ...
5 years ago (2015-12-15 14:10:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1453973005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1453973005/140001
5 years ago (2015-12-16 08:59:30 UTC) #11
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years ago (2015-12-16 09:56:23 UTC) #13
commit-bot: I haz the power
5 years ago (2015-12-16 09:56:27 UTC) #15
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/54999d411b97e3df54121e5f7bfb28846f3c8086
Cr-Commit-Position: refs/heads/master@{#11044}

Powered by Google App Engine
This is Rietveld 408576698