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

Issue 2889163003: Check H264 NALUs for frametype and insert SPS/PPS packets into the PacketBuffer. (Closed)

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

Description

Check H264 NALUs for frametype and insert SPS/PPS packets into the PacketBuffer. BUG=chromium:719095 Review-Url: https://codereview.webrtc.org/2889163003 Cr-Commit-Position: refs/heads/master@{#18214} Committed: https://chromium.googlesource.com/external/webrtc/+/e87c87651f36650e76827671c4ec2a5c436ef5a9

Patch Set 1 #

Total comments: 6

Patch Set 2 : Feedback #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -33 lines) Patch
M webrtc/modules/video_coding/frame_object.cc View 1 2 chunks +27 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/h264_sps_pps_tracker.cc View 1 2 chunks +19 lines, -12 lines 2 comments Download
M webrtc/modules/video_coding/h264_sps_pps_tracker_unittest.cc View 2 chunks +20 lines, -20 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
philipel
3 years, 7 months ago (2017-05-18 15:34:34 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/2889163003/diff/1/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/2889163003/diff/1/webrtc/modules/video_coding/frame_object.cc#newcode82 webrtc/modules/video_coding/frame_object.cc:82: if (header.nalus[i].type == 5) { Use a named constant ...
3 years, 7 months ago (2017-05-18 15:52:27 UTC) #3
philipel
https://codereview.webrtc.org/2889163003/diff/1/webrtc/modules/video_coding/frame_object.cc File webrtc/modules/video_coding/frame_object.cc (right): https://codereview.webrtc.org/2889163003/diff/1/webrtc/modules/video_coding/frame_object.cc#newcode82 webrtc/modules/video_coding/frame_object.cc:82: if (header.nalus[i].type == 5) { On 2017/05/18 15:52:26, stefan-webrtc ...
3 years, 7 months ago (2017-05-19 09:28:06 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/2889163003/diff/20001/webrtc/modules/video_coding/h264_sps_pps_tracker.cc File webrtc/modules/video_coding/h264_sps_pps_tracker.cc (right): https://codereview.webrtc.org/2889163003/diff/20001/webrtc/modules/video_coding/h264_sps_pps_tracker.cc#newcode110 webrtc/modules/video_coding/h264_sps_pps_tracker.cc:110: // buffer, and this function copies (and fix) the ...
3 years, 7 months ago (2017-05-19 10:30:40 UTC) #5
stefan-webrtc
lgtm after offline discussion.
3 years, 7 months ago (2017-05-19 12:46:05 UTC) #6
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/2889163003/20001
3 years, 7 months ago (2017-05-19 13:05:34 UTC) #8
commit-bot: I haz the power
3 years, 7 months ago (2017-05-19 13:38:55 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/e87c87651f36650e76827671c...

Powered by Google App Engine
This is Rietveld 408576698