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

Issue 2217383002: Use RtpPacketToSend in RtpSenderVideo (Closed)

Created:
4 years, 4 months ago by danilchap
Modified:
4 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman, brandtr, terelius
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Use RtpPacketToSend in RtpSenderVideo. This reduce reparsing rtp packet while sending. BUG=webrtc:5261 Committed: https://crrev.com/7411061982ed43190ca16432f498802e00924d37 Cr-Commit-Position: refs/heads/master@{#14465}

Patch Set 1 #

Patch Set 2 : RtcEventLog changed to use RtpPacket instead of RtpSender #

Patch Set 3 : ... #

Patch Set 4 : Adjusted random parameters ranges to avoid legal DCHECKS #

Patch Set 5 : Remove red support from audio because it is about to disappear #

Patch Set 6 : Rebase #

Total comments: 4

Patch Set 7 : Feedback #

Patch Set 8 : Rebase and reduce to Video #

Patch Set 9 : Ported PlayoutDelay extension support. #

Patch Set 10 : Move BuildRedPacket from ProducerFec #

Patch Set 11 : Rebase #

Patch Set 12 : Rebase #

Patch Set 13 : nits #

Patch Set 14 : Replace rtp_sender->AllocatePacket with cheaper copy constructor #

Patch Set 15 : Repalce AllocatePacket with copy for Red/FEC packets #

Patch Set 16 : nits #

Patch Set 17 : Rebase #

Total comments: 5

Patch Set 18 : Expand comment about non-trivial minor optimization in rtp::Packet::AllocatePayload #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -107 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtp_packet.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +4 lines, -12 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +97 lines, -95 lines 0 comments Download

Messages

Total messages: 29 (17 generated)
brandtr
Some very minor comments :) https://codereview.webrtc.org/2217383002/diff/100001/webrtc/modules/rtp_rtcp/source/producer_fec.h File webrtc/modules/rtp_rtcp/source/producer_fec.h (right): https://codereview.webrtc.org/2217383002/diff/100001/webrtc/modules/rtp_rtcp/source/producer_fec.h#newcode52 webrtc/modules/rtp_rtcp/source/producer_fec.h:52: void BuildRedPacket(int red_pl_type, For ...
4 years, 4 months ago (2016-08-15 08:31:31 UTC) #4
danilchap
https://codereview.webrtc.org/2217383002/diff/100001/webrtc/modules/rtp_rtcp/source/producer_fec.h File webrtc/modules/rtp_rtcp/source/producer_fec.h (right): https://codereview.webrtc.org/2217383002/diff/100001/webrtc/modules/rtp_rtcp/source/producer_fec.h#newcode52 webrtc/modules/rtp_rtcp/source/producer_fec.h:52: void BuildRedPacket(int red_pl_type, On 2016/08/15 08:31:31, brandtr wrote: > ...
4 years, 4 months ago (2016-08-15 08:55:16 UTC) #5
danilchap
4 years, 3 months ago (2016-09-12 19:13:00 UTC) #14
danilchap
ptal, is it reviewable or should I slice it into several chunks?
4 years, 2 months ago (2016-09-27 07:53:06 UTC) #15
sprang_webrtc
https://codereview.webrtc.org/2217383002/diff/400001/webrtc/modules/rtp_rtcp/source/rtp_packet.cc File webrtc/modules/rtp_rtcp/source/rtp_packet.cc (right): https://codereview.webrtc.org/2217383002/diff/400001/webrtc/modules/rtp_rtcp/source/rtp_packet.cc#newcode277 webrtc/modules/rtp_rtcp/source/rtp_packet.cc:277: buffer_.SetSize(payload_offset_); // Reset payload size to avoid copying it. ...
4 years, 2 months ago (2016-09-27 10:45:00 UTC) #16
danilchap
https://codereview.webrtc.org/2217383002/diff/400001/webrtc/modules/rtp_rtcp/source/rtp_packet.cc File webrtc/modules/rtp_rtcp/source/rtp_packet.cc (right): https://codereview.webrtc.org/2217383002/diff/400001/webrtc/modules/rtp_rtcp/source/rtp_packet.cc#newcode277 webrtc/modules/rtp_rtcp/source/rtp_packet.cc:277: buffer_.SetSize(payload_offset_); // Reset payload size to avoid copying it. ...
4 years, 2 months ago (2016-09-27 11:47:05 UTC) #17
sprang_webrtc
lgtm https://codereview.webrtc.org/2217383002/diff/400001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc (right): https://codereview.webrtc.org/2217383002/diff/400001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc#newcode296 webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc:296: std::unique_ptr<RtpPacketToSend> packet(new RtpPacketToSend(*rtp_header)); On 2016/09/27 11:47:05, danilchap wrote: ...
4 years, 2 months ago (2016-09-27 12:16:37 UTC) #18
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/2217383002/420001
4 years, 2 months ago (2016-10-02 17:04:41 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/8858)
4 years, 2 months ago (2016-10-02 17:09:51 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/2217383002/420001
4 years, 2 months ago (2016-10-02 17:25:11 UTC) #25
commit-bot: I haz the power
Committed patchset #18 (id:420001)
4 years, 2 months ago (2016-10-02 17:54:33 UTC) #27
commit-bot: I haz the power
4 years, 2 months ago (2016-10-02 17:54:58 UTC) #29
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/7411061982ed43190ca16432f498802e00924d37
Cr-Commit-Position: refs/heads/master@{#14465}

Powered by Google App Engine
This is Rietveld 408576698