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

Issue 2185953002: Add decoder-specific settings with proper lifetime. (Closed)

Created:
4 years, 4 months ago by johan
Modified:
4 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, yujie_mao (webrtc), tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add decoder-specific settings with proper lifetime. Utilize these settings for h264 sprop-parameter-sets. BUG=webrtc:5948 Committed: https://crrev.com/3859c89b2ed6935b7c92d7944fed309d54b10c5b Cr-Commit-Position: refs/heads/master@{#13656}

Patch Set 1 #

Total comments: 5

Patch Set 2 : remove refcounting #

Total comments: 13

Patch Set 3 : coding style #

Patch Set 4 : Function name begins upper case. #

Patch Set 5 : fix unit test #

Total comments: 1

Patch Set 6 : Add h264_extra_settings to VideoReceiveStream::Decoder::ToString() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -0 lines) Patch
M webrtc/config.h View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 3 4 2 chunks +15 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/video_receive_stream.h View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (15 generated)
sprang_webrtc
https://codereview.webrtc.org/2185953002/diff/1/webrtc/config.h File webrtc/config.h (right): https://codereview.webrtc.org/2185953002/diff/1/webrtc/config.h#newcode21 webrtc/config.h:21: #include "webrtc/base/scoped_ref_ptr.h" Not sure what the current policy is ...
4 years, 4 months ago (2016-07-27 08:37:25 UTC) #2
johan
On 2016/07/27 08:37:25, språng wrote: > https://codereview.webrtc.org/2185953002/diff/1/webrtc/config.h > File webrtc/config.h (right): > > https://codereview.webrtc.org/2185953002/diff/1/webrtc/config.h#newcode21 > ...
4 years, 4 months ago (2016-07-27 11:31:44 UTC) #3
sprang_webrtc
lgtm +stefan ptal https://codereview.webrtc.org/2185953002/diff/20001/webrtc/media/engine/webrtcvideoengine2.cc File webrtc/media/engine/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/2185953002/diff/20001/webrtc/media/engine/webrtcvideoengine2.cc#newcode2337 webrtc/media/engine/webrtcvideoengine2.cc:2337: cricket::CodecParameterMap::const_iterator found = nit: "auto" would ...
4 years, 4 months ago (2016-07-28 12:42:48 UTC) #6
stefan-webrtc
https://codereview.webrtc.org/2185953002/diff/20001/webrtc/config.h File webrtc/config.h (right): https://codereview.webrtc.org/2185953002/diff/20001/webrtc/config.h#newcode150 webrtc/config.h:150: struct VideoDecoderH264extraSettings { H264Extra Is it necessary to even ...
4 years, 4 months ago (2016-08-01 10:58:10 UTC) #7
johan
PTAL https://codereview.webrtc.org/2185953002/diff/20001/webrtc/config.h File webrtc/config.h (right): https://codereview.webrtc.org/2185953002/diff/20001/webrtc/config.h#newcode150 webrtc/config.h:150: struct VideoDecoderH264extraSettings { On 2016/08/01 10:58:09, stefan-webrtc (holmer) ...
4 years, 4 months ago (2016-08-01 12:08:04 UTC) #8
stefan-webrtc
lgtm
4 years, 4 months ago (2016-08-01 14:18:26 UTC) #9
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/2185953002/60001
4 years, 4 months ago (2016-08-01 14:26:17 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_asan on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_asan/builds/16393)
4 years, 4 months ago (2016-08-01 14:37:39 UTC) #14
johan
Adding mflodman as module owner for both webrtc/media/... and webrtc/config.h
4 years, 4 months ago (2016-08-02 11:05:30 UTC) #18
mflodman
One comment, LGTM with that addressed. https://codereview.webrtc.org/2185953002/diff/80001/webrtc/video_receive_stream.h File webrtc/video_receive_stream.h (right): https://codereview.webrtc.org/2185953002/diff/80001/webrtc/video_receive_stream.h#newcode47 webrtc/video_receive_stream.h:47: DecoderSpecificSettings decoder_specific; I'd ...
4 years, 4 months ago (2016-08-04 13:20:59 UTC) #21
johan
On 2016/08/04 13:20:59, mflodman wrote: > One comment, LGTM with that addressed. > > https://codereview.webrtc.org/2185953002/diff/80001/webrtc/video_receive_stream.h ...
4 years, 4 months ago (2016-08-04 15:32:20 UTC) #22
mflodman
LGTM
4 years, 4 months ago (2016-08-05 13:41:50 UTC) #23
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/2185953002/100001
4 years, 4 months ago (2016-08-05 14:08:54 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-05 16:19:31 UTC) #28
commit-bot: I haz the power
4 years, 4 months ago (2016-08-05 16:19:41 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/3859c89b2ed6935b7c92d7944fed309d54b10c5b
Cr-Commit-Position: refs/heads/master@{#13656}

Powered by Google App Engine
This is Rietveld 408576698