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

Issue 2051453002: Padding is now used to check for continuity in the packet sequence. (Closed)

Created:
4 years, 6 months ago by philipel
Modified:
4 years, 5 months ago
Reviewers:
terelius, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Padding is now used to check for continuity in the packet sequence. BUG=webrtc:5514 Committed: https://crrev.com/9b2ce6be093c24a4b8bca76841e757151701ddad Cr-Commit-Position: refs/heads/master@{#13383}

Patch Set 1 #

Patch Set 2 : Added comments and formating. #

Total comments: 6

Patch Set 3 : Use unique_ptr for dummy data. #

Total comments: 2

Patch Set 4 : Comment clarification #

Patch Set 5 : Clariy clarification comment. #

Total comments: 19

Patch Set 6 : Feedback fixes. #

Total comments: 1

Patch Set 7 : Nit fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -37 lines) Patch
M webrtc/modules/video_coding/packet_buffer.cc View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/rtp_frame_reference_finder.h View 1 2 3 4 5 3 chunks +21 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/rtp_frame_reference_finder.cc View 1 2 3 4 5 6 4 chunks +57 lines, -6 lines 0 comments Download
M webrtc/modules/video_coding/video_packet_buffer_unittest.cc View 1 2 3 4 5 13 chunks +98 lines, -27 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
philipel
4 years, 6 months ago (2016-06-08 13:42:59 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2051453002/20001
4 years, 6 months ago (2016-06-08 13:48:36 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_asan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_asan/builds/15351)
4 years, 6 months ago (2016-06-08 14:17:46 UTC) #7
terelius
https://codereview.webrtc.org/2051453002/diff/20001/webrtc/modules/video_coding/rtp_frame_reference_finder.h File webrtc/modules/video_coding/rtp_frame_reference_finder.h (right): https://codereview.webrtc.org/2051453002/diff/20001/webrtc/modules/video_coding/rtp_frame_reference_finder.h#newcode106 webrtc/modules/video_coding/rtp_frame_reference_finder.h:106: // first = last sequence number last sequence number ...
4 years, 6 months ago (2016-06-08 18:52:51 UTC) #8
philipel
https://codereview.webrtc.org/2051453002/diff/20001/webrtc/modules/video_coding/rtp_frame_reference_finder.h File webrtc/modules/video_coding/rtp_frame_reference_finder.h (right): https://codereview.webrtc.org/2051453002/diff/20001/webrtc/modules/video_coding/rtp_frame_reference_finder.h#newcode106 webrtc/modules/video_coding/rtp_frame_reference_finder.h:106: // first = last sequence number On 2016/06/08 18:52:51, ...
4 years, 6 months ago (2016-06-09 08:36:32 UTC) #9
philipel
ping
4 years, 5 months ago (2016-07-04 11:43:22 UTC) #11
terelius
https://codereview.webrtc.org/2051453002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.h File webrtc/modules/video_coding/rtp_frame_reference_finder.h (right): https://codereview.webrtc.org/2051453002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.h#newcode105 webrtc/modules/video_coding/rtp_frame_reference_finder.h:105: // last sequence number with padding included. I'd still ...
4 years, 5 months ago (2016-07-04 12:03:35 UTC) #12
philipel
https://codereview.webrtc.org/2051453002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.h File webrtc/modules/video_coding/rtp_frame_reference_finder.h (right): https://codereview.webrtc.org/2051453002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.h#newcode105 webrtc/modules/video_coding/rtp_frame_reference_finder.h:105: // last sequence number with padding included. On 2016/07/04 ...
4 years, 5 months ago (2016-07-04 12:19:53 UTC) #13
philipel
4 years, 5 months ago (2016-07-04 12:47:35 UTC) #14
terelius
lgtm
4 years, 5 months ago (2016-07-04 12:56:07 UTC) #15
stefan-webrtc
https://codereview.webrtc.org/2051453002/diff/80001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/2051453002/diff/80001/webrtc/modules/video_coding/packet_buffer.cc#newcode69 webrtc/modules/video_coding/packet_buffer.cc:69: // If this is a padding packet, don't insert ...
4 years, 5 months ago (2016-07-05 08:00:41 UTC) #16
philipel
https://codereview.webrtc.org/2051453002/diff/80001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/2051453002/diff/80001/webrtc/modules/video_coding/packet_buffer.cc#newcode69 webrtc/modules/video_coding/packet_buffer.cc:69: // If this is a padding packet, don't insert ...
4 years, 5 months ago (2016-07-05 08:41:01 UTC) #17
stefan-webrtc
lgtm with nit fixed https://codereview.webrtc.org/2051453002/diff/80001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc File webrtc/modules/video_coding/rtp_frame_reference_finder.cc (right): https://codereview.webrtc.org/2051453002/diff/80001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc#newcode74 webrtc/modules/video_coding/rtp_frame_reference_finder.cc:74: // padding" sequence number. On ...
4 years, 5 months ago (2016-07-05 08:47:54 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/2051453002/120001
4 years, 5 months ago (2016-07-05 08:52:20 UTC) #21
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-07-05 12:04:51 UTC) #23
commit-bot: I haz the power
4 years, 5 months ago (2016-07-05 12:04:57 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/9b2ce6be093c24a4b8bca76841e757151701ddad
Cr-Commit-Position: refs/heads/master@{#13383}

Powered by Google App Engine
This is Rietveld 408576698