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

Issue 1961053002: Logic for finding frame references moved from PacketBuffer to new class (Closed)

Created:
4 years, 7 months ago by philipel
Modified:
4 years, 7 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

Logic for finding frame references moved from PacketBuffer to new class RtpFrameReferenceFinder. BUG=webrtc:5514 Committed: https://crrev.com/02447bc40822a2e3e0e53713d2c8653dd8e5555e Cr-Commit-Position: refs/heads/master@{#12725}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Total comments: 10

Patch Set 3 : Includes in order. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -937 lines) Patch
M webrtc/modules/video_coding/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/frame_object.h View 2 chunks +11 lines, -8 lines 0 comments Download
M webrtc/modules/video_coding/frame_object.cc View 1 chunk +27 lines, -6 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer.h View 1 2 6 chunks +9 lines, -122 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer.cc View 3 chunks +10 lines, -460 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer_unittest.cc View 5 chunks +6 lines, -5 lines 0 comments Download
A + webrtc/modules/video_coding/rtp_frame_reference_finder.h View 3 chunks +14 lines, -96 lines 0 comments Download
A + webrtc/modules/video_coding/rtp_frame_reference_finder.cc View 18 chunks +53 lines, -240 lines 0 comments Download
M webrtc/modules/video_coding/video_coding.gypi View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
philipel
4 years, 7 months ago (2016-05-09 15:19:52 UTC) #2
terelius
lgtm with one nit/question below. https://codereview.webrtc.org/1961053002/diff/1/webrtc/modules/video_coding/rtp_frame_reference_finder.cc File webrtc/modules/video_coding/rtp_frame_reference_finder.cc (right): https://codereview.webrtc.org/1961053002/diff/1/webrtc/modules/video_coding/rtp_frame_reference_finder.cc#newcode28 webrtc/modules/video_coding/rtp_frame_reference_finder.cc:28: current_ss_idx_(0), Is ss_idx an ...
4 years, 7 months ago (2016-05-09 16:39:18 UTC) #3
philipel
https://codereview.webrtc.org/1961053002/diff/1/webrtc/modules/video_coding/rtp_frame_reference_finder.cc File webrtc/modules/video_coding/rtp_frame_reference_finder.cc (right): https://codereview.webrtc.org/1961053002/diff/1/webrtc/modules/video_coding/rtp_frame_reference_finder.cc#newcode28 webrtc/modules/video_coding/rtp_frame_reference_finder.cc:28: current_ss_idx_(0), On 2016/05/09 16:39:18, terelius wrote: > Is ss_idx ...
4 years, 7 months ago (2016-05-11 09:40:32 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1961053002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1961053002/1
4 years, 7 months ago (2016-05-12 11:25:51 UTC) #6
stefan-webrtc
https://codereview.webrtc.org/1961053002/diff/20001/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/1961053002/diff/20001/webrtc/modules/video_coding/frame_object.cc#newcode64 webrtc/modules/video_coding/frame_object.cc:64: return nullptr; DCHECK instead? https://codereview.webrtc.org/1961053002/diff/20001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/1961053002/diff/20001/webrtc/modules/video_coding/packet_buffer.cc#newcode209 ...
4 years, 7 months ago (2016-05-12 11:52:07 UTC) #7
philipel
https://codereview.webrtc.org/1961053002/diff/20001/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/1961053002/diff/20001/webrtc/modules/video_coding/frame_object.cc#newcode64 webrtc/modules/video_coding/frame_object.cc:64: return nullptr; On 2016/05/12 11:52:07, stefan-webrtc (holmer) wrote: > ...
4 years, 7 months ago (2016-05-12 13:34:49 UTC) #8
stefan-webrtc
lgtm https://codereview.webrtc.org/1961053002/diff/20001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/1961053002/diff/20001/webrtc/modules/video_coding/packet_buffer.cc#newcode209 webrtc/modules/video_coding/packet_buffer.cc:209: return nullptr; On 2016/05/12 13:34:49, philipel wrote: > ...
4 years, 7 months ago (2016-05-13 11:10:23 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1961053002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1961053002/40001
4 years, 7 months ago (2016-05-13 11:21:21 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-13 13:01:06 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-13 13:01:16 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/02447bc40822a2e3e0e53713d2c8653dd8e5555e
Cr-Commit-Position: refs/heads/master@{#12725}

Powered by Google App Engine
This is Rietveld 408576698