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

Issue 1461623003: rtcp::Nack packet moved into own file and got Parse function (Closed)

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

Description

rtcp::Nack packet moved into own file and got Parse function Committed: https://crrev.com/a8890a57a5d03f942924ff61d3c62244f2bdab10 Cr-Commit-Position: refs/heads/master@{#11111}

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+400 lines, -259 lines) Patch
M webrtc/modules/modules.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.h View 1 2 3 1 chunk +0 lines, -40 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.cc View 1 2 3 2 chunks +0 lines, -84 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.h View 1 2 3 2 chunks +23 lines, -23 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.cc View 1 1 chunk +163 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/rtcp_packet/nack_unittest.cc View 1 2 1 chunk +190 lines, -0 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.h View 1 2 3 3 chunks +9 lines, -9 lines 0 comments Download
A + webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet_unittest.cc View 1 2 3 2 chunks +0 lines, -99 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
danilchap
5 years, 1 month ago (2015-11-18 14:32:59 UTC) #2
åsapersson
https://codereview.webrtc.org/1461623003/diff/20001/webrtc/modules/rtp_rtcp/source/rtcp_packet/nack_unittest.cc File webrtc/modules/rtp_rtcp/source/rtcp_packet/nack_unittest.cc (right): https://codereview.webrtc.org/1461623003/diff/20001/webrtc/modules/rtp_rtcp/source/rtcp_packet/nack_unittest.cc#newcode30 webrtc/modules/rtp_rtcp/source/rtcp_packet/nack_unittest.cc:30: const uint16_t kMinList[] = {0, 1, 3, 8, 16}; ...
5 years ago (2015-12-21 11:17:35 UTC) #3
danilchap
In addition to addressing comments changed tests to use gmock instead of manually created mock. ...
5 years ago (2015-12-21 15:55:55 UTC) #4
åsapersson
lgtm
5 years ago (2015-12-22 08:16:53 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1461623003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1461623003/60001
5 years ago (2015-12-22 11:40:04 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-12-22 11:43:08 UTC) #9
commit-bot: I haz the power
5 years ago (2015-12-22 11:43:15 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a8890a57a5d03f942924ff61d3c62244f2bdab10
Cr-Commit-Position: refs/heads/master@{#11111}

Powered by Google App Engine
This is Rietveld 408576698