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

Issue 1903523003: Convert Vp9 Rtp headers to frame references. (Closed)

Created:
4 years, 8 months ago by philipel
Modified:
4 years, 7 months ago
Reviewers:
stefan-webrtc, mflodman
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

Convert Vp9 Rtp headers to frame references. R=mflodman@webrtc.org, stefan@webrtc.org BUG=webrtc:5514 Committed: https://crrev.com/a1059874a6d6c5e4b963ac8cf74bf20ff0ecc8f7 Cr-Commit-Position: refs/heads/master@{#12660}

Patch Set 1 #

Patch Set 2 : Added comments. #

Total comments: 37

Patch Set 3 : Feedback fixes. #

Total comments: 28

Patch Set 4 : Feedback fixes and format. #

Patch Set 5 : Rebase #

Patch Set 6 : Initialize scalability structure in Vp9GofInserOneFrame. #

Total comments: 1

Patch Set 7 : Includes in alphabetic order. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1291 lines, -296 lines) Patch
M webrtc/modules/include/module_common_types.h View 1 2 3 4 3 chunks +51 lines, -3 lines 0 comments Download
M webrtc/modules/video_coding/frame_object.h View 1 2 3 1 chunk +8 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/frame_object.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer.h View 1 2 3 4 5 6 5 chunks +60 lines, -7 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer.cc View 1 2 3 4 6 chunks +221 lines, -13 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer_unittest.cc View 1 2 3 4 5 27 chunks +945 lines, -272 lines 0 comments Download

Messages

Total messages: 32 (14 generated)
philipel
4 years, 8 months ago (2016-04-20 13:00:33 UTC) #1
stefan-webrtc
Sorry for the delay https://codereview.webrtc.org/1903523003/diff/20001/webrtc/modules/include/module_common_types.h File webrtc/modules/include/module_common_types.h (right): https://codereview.webrtc.org/1903523003/diff/20001/webrtc/modules/include/module_common_types.h#newcode125 webrtc/modules/include/module_common_types.h:125: case kTemporalStructureMode4: I think you ...
4 years, 8 months ago (2016-04-26 08:15:12 UTC) #2
philipel
https://codereview.webrtc.org/1903523003/diff/20001/webrtc/modules/include/module_common_types.h File webrtc/modules/include/module_common_types.h (right): https://codereview.webrtc.org/1903523003/diff/20001/webrtc/modules/include/module_common_types.h#newcode125 webrtc/modules/include/module_common_types.h:125: case kTemporalStructureMode4: On 2016/04/26 08:15:12, stefan-webrtc (holmer) wrote: > ...
4 years, 7 months ago (2016-04-28 09:40:42 UTC) #3
stefan-webrtc
https://codereview.webrtc.org/1903523003/diff/20001/webrtc/modules/video_coding/packet_buffer_unittest.cc File webrtc/modules/video_coding/packet_buffer_unittest.cc (right): https://codereview.webrtc.org/1903523003/diff/20001/webrtc/modules/video_coding/packet_buffer_unittest.cc#newcode59 webrtc/modules/video_coding/packet_buffer_unittest.cc:59: }; On 2016/04/28 09:40:42, philipel wrote: > On 2016/04/26 ...
4 years, 7 months ago (2016-05-04 09:09:51 UTC) #4
philipel
https://codereview.webrtc.org/1903523003/diff/40001/webrtc/modules/video_coding/frame_object.h File webrtc/modules/video_coding/frame_object.h (right): https://codereview.webrtc.org/1903523003/diff/40001/webrtc/modules/video_coding/frame_object.h#newcode33 webrtc/modules/video_coding/frame_object.h:33: // have to be constructed from the header data ...
4 years, 7 months ago (2016-05-04 09:52:27 UTC) #5
stefan-webrtc
lgtm https://codereview.webrtc.org/1903523003/diff/40001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/1903523003/diff/40001/webrtc/modules/video_coding/packet_buffer.cc#newcode480 webrtc/modules/video_coding/packet_buffer.cc:480: scalability_structures_[current_ss_idx_] = codec_header.gof; On 2016/05/04 09:52:26, philipel wrote: ...
4 years, 7 months ago (2016-05-06 11:18:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903523003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903523003/60001
4 years, 7 months ago (2016-05-06 11:29:20 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x64_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x64_dbg/builds/3749) android_compile_x86_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 7 months ago (2016-05-06 11:30:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903523003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903523003/80001
4 years, 7 months ago (2016-05-06 11:44:01 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_ubsan on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_ubsan/builds/1830) linux_ubsan_vptr on tryserver.webrtc (JOB_FAILED, ...
4 years, 7 months ago (2016-05-06 11:52:41 UTC) #15
philipel
Magnus, PTAL at common_types.h, need owners approval.
4 years, 7 months ago (2016-05-06 12:06:55 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903523003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903523003/100001
4 years, 7 months ago (2016-05-06 12:09:38 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/5336)
4 years, 7 months ago (2016-05-06 12:21:49 UTC) #22
mflodman
One nit, then lgtm. https://codereview.webrtc.org/1903523003/diff/100001/webrtc/modules/video_coding/packet_buffer.h File webrtc/modules/video_coding/packet_buffer.h (right): https://codereview.webrtc.org/1903523003/diff/100001/webrtc/modules/video_coding/packet_buffer.h#newcode15 webrtc/modules/video_coding/packet_buffer.h:15: #include <utility> Alphabetic order.
4 years, 7 months ago (2016-05-06 13:09:44 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903523003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903523003/120001
4 years, 7 months ago (2016-05-06 13:42:27 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 7 months ago (2016-05-06 15:43:03 UTC) #28
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/a1059874a6d6c5e4b963ac8cf74bf20ff0ecc8f7 Cr-Commit-Position: refs/heads/master@{#12660}
4 years, 7 months ago (2016-05-09 09:42:02 UTC) #31
philipel
4 years, 7 months ago (2016-05-09 09:42:03 UTC) #32
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
a1059874a6d6c5e4b963ac8cf74bf20ff0ecc8f7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698