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

Issue 2544493005: Decode h264 fmtp sprop-parameter-sets to binary. (Closed)

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

Description

Decode h264 fmtp sprop-parameter-sets to binary. BUG=webrtc:5948 Committed: https://crrev.com/b0a111108b4f7a7def3558aed9d138ca7f90fd06 Cr-Commit-Position: refs/heads/master@{#15474}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Git cl format. #

Patch Set 3 : Git cl format. #

Total comments: 8

Patch Set 4 : Code review iteration feedback. #

Patch Set 5 : Fix compilation error. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -0 lines) Patch
M webrtc/modules/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/modules/video_coding/h264_sprop_parameter_sets.h View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A webrtc/modules/video_coding/h264_sprop_parameter_sets.cc View 1 2 3 4 1 chunk +57 lines, -0 lines 0 comments Download
A webrtc/modules/video_coding/h264_sprop_parameter_sets_unittest.cc View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (15 generated)
johan
4 years ago (2016-12-02 13:48:18 UTC) #2
sprang_webrtc
https://codereview.webrtc.org/2544493005/diff/1/webrtc/modules/video_coding/h264_sprop_parameter_sets.cc File webrtc/modules/video_coding/h264_sprop_parameter_sets.cc (right): https://codereview.webrtc.org/2544493005/diff/1/webrtc/modules/video_coding/h264_sprop_parameter_sets.cc#newcode21 webrtc/modules/video_coding/h264_sprop_parameter_sets.cc:21: std::vector<uint8_t>* binary) { Why static? We usually just put ...
4 years ago (2016-12-06 18:23:19 UTC) #3
johan
https://codereview.webrtc.org/2544493005/diff/1/webrtc/modules/video_coding/h264_sprop_parameter_sets.cc File webrtc/modules/video_coding/h264_sprop_parameter_sets.cc (right): https://codereview.webrtc.org/2544493005/diff/1/webrtc/modules/video_coding/h264_sprop_parameter_sets.cc#newcode21 webrtc/modules/video_coding/h264_sprop_parameter_sets.cc:21: std::vector<uint8_t>* binary) { On 2016/12/06 18:23:18, språng wrote: > ...
4 years ago (2016-12-07 17:10:41 UTC) #8
sprang_webrtc
just a few minor style comments https://codereview.webrtc.org/2544493005/diff/1/webrtc/modules/video_coding/h264_sprop_parameter_sets.cc File webrtc/modules/video_coding/h264_sprop_parameter_sets.cc (right): https://codereview.webrtc.org/2544493005/diff/1/webrtc/modules/video_coding/h264_sprop_parameter_sets.cc#newcode27 webrtc/modules/video_coding/h264_sprop_parameter_sets.cc:27: if (!success) { ...
4 years ago (2016-12-08 10:08:38 UTC) #11
johan
https://codereview.webrtc.org/2544493005/diff/40001/webrtc/modules/video_coding/h264_sprop_parameter_sets.cc File webrtc/modules/video_coding/h264_sprop_parameter_sets.cc (right): https://codereview.webrtc.org/2544493005/diff/40001/webrtc/modules/video_coding/h264_sprop_parameter_sets.cc#newcode21 webrtc/modules/video_coding/h264_sprop_parameter_sets.cc:21: static constexpr rtc::Base64::DecodeFlags flags = rtc::Base64::DO_STRICT; On 2016/12/08 10:08:37, ...
4 years ago (2016-12-08 11:14:38 UTC) #12
sprang_webrtc
lgtm with the compilation error fixed :)
4 years ago (2016-12-08 11:19:22 UTC) #17
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/2544493005/80001
4 years ago (2016-12-08 11:23:12 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-08 11:57:22 UTC) #22
commit-bot: I haz the power
4 years ago (2016-12-08 11:57:32 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b0a111108b4f7a7def3558aed9d138ca7f90fd06
Cr-Commit-Position: refs/heads/master@{#15474}

Powered by Google App Engine
This is Rietveld 408576698