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

Issue 2985283002: Unwrap picture ids in the RtpFrameReferencerFinder. (Closed)

Created:
3 years, 4 months ago by philipel
Modified:
3 years, 3 months ago
CC:
mflodman, stefan-webrtc, tterriberry_mozilla.com, video-team_agora.io, webrtc-reviews_webrtc.org, yujie_mao (webrtc), zhengzhonghou_agora.io
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Unwrap picture ids in the RtpFrameReferencerFinder. First CL to avoid working with wrapping picture ids. After the references of a frame has been determined they are then unwrapped. BUG=webrtc:7874 Review-Url: https://codereview.webrtc.org/2985283002 Cr-Commit-Position: refs/heads/master@{#19663} Committed: https://chromium.googlesource.com/external/webrtc/+/d4fac6957e14068f8dbf2ab4a20006b1df044274

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 6

Patch Set 4 : Rebase Feedback #

Total comments: 5

Patch Set 5 : Rebase #

Patch Set 6 : Feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+399 lines, -391 lines) Patch
M webrtc/modules/video_coding/frame_buffer2.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/frame_object.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/rtp_frame_reference_finder.h View 1 2 3 4 3 chunks +9 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/rtp_frame_reference_finder.cc View 1 2 3 4 5 8 chunks +20 lines, -28 lines 0 comments Download
M webrtc/modules/video_coding/rtp_frame_reference_finder_unittest.cc View 1 2 3 37 chunks +349 lines, -344 lines 0 comments Download
M webrtc/modules/video_coding/sequence_number_util.h View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/sequence_number_util_unittest.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M webrtc/video/rtp_video_stream_receiver.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/video/rtp_video_stream_receiver.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
y2468
lgtm
3 years, 4 months ago (2017-07-28 15:50:56 UTC) #2
y2468
Hi, the above comment was made in error while browsing the Code Review site. Apologies ...
3 years, 4 months ago (2017-07-28 16:01:09 UTC) #3
philipel
On 2017/07/28 16:01:09, ys2468 wrote: > Hi, the above comment was made in error while ...
3 years, 4 months ago (2017-07-28 16:07:12 UTC) #4
y2468
On 2017/07/28 16:07:12, philipel wrote: > On 2017/07/28 16:01:09, ys2468 wrote: > > Hi, the ...
3 years, 4 months ago (2017-07-28 16:14:51 UTC) #5
philipel
3 years, 4 months ago (2017-08-11 12:59:47 UTC) #7
philipel
ping
3 years, 4 months ago (2017-08-18 11:23:39 UTC) #8
terelius
https://codereview.webrtc.org/2985283002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc File webrtc/modules/video_coding/rtp_frame_reference_finder.cc (right): https://codereview.webrtc.org/2985283002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc#newcode31 webrtc/modules/video_coding/rtp_frame_reference_finder.cc:31: generic_unwrapper_(100000), Is this the starting point for unwrapped numbers? ...
3 years, 4 months ago (2017-08-18 11:53:16 UTC) #9
philipel
https://codereview.webrtc.org/2985283002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc File webrtc/modules/video_coding/rtp_frame_reference_finder.cc (right): https://codereview.webrtc.org/2985283002/diff/40001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc#newcode31 webrtc/modules/video_coding/rtp_frame_reference_finder.cc:31: generic_unwrapper_(100000), On 2017/08/18 11:53:16, terelius wrote: > Is this ...
3 years, 4 months ago (2017-08-24 10:46:11 UTC) #10
philipel
ping
3 years, 3 months ago (2017-08-29 11:06:31 UTC) #11
terelius
lgtm https://codereview.webrtc.org/2985283002/diff/60001/webrtc/modules/video_coding/rtp_frame_reference_finder.h File webrtc/modules/video_coding/rtp_frame_reference_finder.h (right): https://codereview.webrtc.org/2985283002/diff/60001/webrtc/modules/video_coding/rtp_frame_reference_finder.h#newcode221 webrtc/modules/video_coding/rtp_frame_reference_finder.h:221: SeqNumUnwrapper<uint16_t, kPicIdLength> unwrapper_ GUARDED_BY(crit_); vpx_unwrapper_?
3 years, 3 months ago (2017-08-30 11:59:33 UTC) #12
philipel
PTAL
3 years, 3 months ago (2017-08-30 12:33:50 UTC) #18
stefan-webrtc
https://codereview.webrtc.org/2985283002/diff/60001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc File webrtc/modules/video_coding/rtp_frame_reference_finder.cc (right): https://codereview.webrtc.org/2985283002/diff/60001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc#newcode398 webrtc/modules/video_coding/rtp_frame_reference_finder.cc:398: return kDrop; Log error? https://codereview.webrtc.org/2985283002/diff/60001/webrtc/modules/video_coding/sequence_number_util.h File webrtc/modules/video_coding/sequence_number_util.h (right): https://codereview.webrtc.org/2985283002/diff/60001/webrtc/modules/video_coding/sequence_number_util.h#newcode96 ...
3 years, 3 months ago (2017-09-01 07:25:09 UTC) #19
philipel
https://codereview.webrtc.org/2985283002/diff/60001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc File webrtc/modules/video_coding/rtp_frame_reference_finder.cc (right): https://codereview.webrtc.org/2985283002/diff/60001/webrtc/modules/video_coding/rtp_frame_reference_finder.cc#newcode398 webrtc/modules/video_coding/rtp_frame_reference_finder.cc:398: return kDrop; On 2017/09/01 07:25:09, stefan-webrtc wrote: > Log ...
3 years, 3 months ago (2017-09-01 08:55:46 UTC) #20
stefan-webrtc
lgtm
3 years, 3 months ago (2017-09-04 11:38:17 UTC) #21
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/2985283002/100001
3 years, 3 months ago (2017-09-04 11:48:32 UTC) #24
commit-bot: I haz the power
3 years, 3 months ago (2017-09-04 14:03:54 UTC) #27
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/external/webrtc/+/d4fac6957e14068f8dbf2ab4a...

Powered by Google App Engine
This is Rietveld 408576698