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

Issue 2522553002: RtpPacketizer::NextPacket fills RtpPacket instead of payload. (Closed)

Created:
4 years, 1 month ago by danilchap
Modified:
4 years ago
Reviewers:
philipel, stefan-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

RtpPacketizer::NextPacket fills RtpPacket instead of just payload. This push decision if Marker bit should be set into packetizers fixing issue where returned last_packet flag was ambiguous for some VP9 packets. Added test for VP9 where last_packet != marker_bit BUG=webrtc:6723 Committed: https://crrev.com/e545e5d062b050a3797fcf281dad4a92ece87602 Cr-Commit-Position: refs/heads/master@{#15415}

Patch Set 1 : . #

Patch Set 2 : nits #

Total comments: 2

Patch Set 3 : nit #

Total comments: 4

Patch Set 4 : rebase #

Patch Set 5 : Comments #

Total comments: 6

Patch Set 6 : Named kTheMagicSix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -296 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtp_format.h View 2 chunks +6 lines, -9 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_h264.h View 3 chunks +8 lines, -11 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc View 1 2 3 4 chunks +20 lines, -23 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_h264_unittest.cc View 13 chunks +81 lines, -94 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.h View 1 chunk +5 lines, -9 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h View 1 chunk +5 lines, -13 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h View 1 2 3 4 5 3 chunks +8 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc View 1 2 3 4 6 chunks +46 lines, -47 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8_unittest.cc View 1 2 3 4 16 chunks +43 lines, -34 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h View 2 chunks +5 lines, -10 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc View 4 chunks +13 lines, -10 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp9_unittest.cc View 1 5 chunks +59 lines, -11 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 chunk +2 lines, -6 lines 0 comments Download

Messages

Total messages: 26 (15 generated)
danilchap
https://codereview.webrtc.org/2522553002/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_format.h File webrtc/modules/rtp_rtcp/source/rtp_format.h (right): https://codereview.webrtc.org/2522553002/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_format.h#newcode41 webrtc/modules/rtp_rtcp/source/rtp_format.h:41: virtual bool NextPacket(RtpPacketToSend* packet, bool* last_packet) = 0; this ...
4 years, 1 month ago (2016-11-21 17:47:51 UTC) #6
stefan-webrtc
Philip, could you review this too since you've worked on vp9 packetization? https://codereview.webrtc.org/2522553002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc File webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc ...
4 years ago (2016-12-01 09:22:38 UTC) #8
stefan-webrtc
lgtm % my comments. but please let philip take a look before committing.
4 years ago (2016-12-01 09:23:07 UTC) #9
danilchap
https://codereview.webrtc.org/2522553002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc File webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc (right): https://codereview.webrtc.org/2522553002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc#newcode23 webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc:23: : packet_(kNoExtensions, 1512), On 2016/12/01 09:22:37, stefan-webrtc (holmer) wrote: ...
4 years ago (2016-12-01 09:42:31 UTC) #10
philipel
I haven't really worked on the packetization part of VP9 (only calculated some info for ...
4 years ago (2016-12-01 14:00:07 UTC) #11
danilchap
https://codereview.webrtc.org/2522553002/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc File webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc (right): https://codereview.webrtc.org/2522553002/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc#newcode243 webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc:243: if (packet.first_fragment && packet.last_fragment) { On 2016/12/01 14:00:07, philipel ...
4 years ago (2016-12-01 16:28:27 UTC) #12
philipel
lgtm https://codereview.webrtc.org/2522553002/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc File webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc (right): https://codereview.webrtc.org/2522553002/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc#newcode243 webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc:243: if (packet.first_fragment && packet.last_fragment) { On 2016/12/01 16:28:26, ...
4 years ago (2016-12-02 09:10:26 UTC) #13
danilchap
https://codereview.webrtc.org/2522553002/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc File webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc (right): https://codereview.webrtc.org/2522553002/diff/100001/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc#newcode243 webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc:243: if (packet.first_fragment && packet.last_fragment) { On 2016/12/02 09:10:26, philipel ...
4 years ago (2016-12-02 13:05:01 UTC) #16
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/2522553002/120001
4 years ago (2016-12-05 10:09:27 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years ago (2016-12-05 10:26:48 UTC) #24
commit-bot: I haz the power
4 years ago (2016-12-05 10:27:00 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e545e5d062b050a3797fcf281dad4a92ece87602
Cr-Commit-Position: refs/heads/master@{#15415}

Powered by Google App Engine
This is Rietveld 408576698