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

Issue 2474993002: Pass selected cricket::VideoCodec down to internal H264 encoder (Closed)

Created:
4 years, 1 month ago by magjed_webrtc
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Pass selected cricket::VideoCodec down to internal H264 encoder Pass the selected cricket::VideoCodec to H264EncoderImpl::H264EncoderImpl. The cricket::VideoCodec contains relevant information for H264 about selected profile and packetization mode. BUG=chromium:600254, webrtc:6402, webrtc:6337 Committed: https://crrev.com/ceecea4559894d680daa689eef3677a612c9e7ec Cr-Commit-Position: refs/heads/master@{#15270}

Patch Set 1 : Fix. #

Total comments: 4

Patch Set 2 : Rebase #

Total comments: 4

Patch Set 3 : Fix includes. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -17 lines) Patch
M webrtc/media/engine/internalencoderfactory.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/h264/include/h264.h View 1 2 2 chunks +2 lines, -11 lines 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/BUILD.gn View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 32 (18 generated)
magjed_webrtc
Harald - please take a look.
4 years, 1 month ago (2016-11-03 17:07:05 UTC) #6
hta-webrtc
lgtm, but I think you should have more reviewers. Very clean replacement! If the usage ...
4 years, 1 month ago (2016-11-04 10:04:05 UTC) #7
magjed_webrtc
https://codereview.webrtc.org/2474993002/diff/20001/webrtc/DEPS File webrtc/DEPS (right): https://codereview.webrtc.org/2474993002/diff/20001/webrtc/DEPS#newcode17 webrtc/DEPS:17: "+webrtc/media/base/codec.h", On 2016/11/04 10:04:05, hta-webrtc wrote: > I'd think ...
4 years, 1 month ago (2016-11-04 13:48:29 UTC) #8
magjed_webrtc
Please take another look. The diff is a lot smaller now.
4 years, 1 month ago (2016-11-17 16:16:58 UTC) #10
hta-webrtc
lgtm still a few lines to revert? https://codereview.webrtc.org/2474993002/diff/40001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc File webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc (right): https://codereview.webrtc.org/2474993002/diff/40001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc#newcode27 webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc:27: #include "webrtc/modules/video_coding/include/video_codec_interface.h" ...
4 years ago (2016-11-23 14:08:53 UTC) #11
magjed_webrtc
https://codereview.webrtc.org/2474993002/diff/40001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc File webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc (right): https://codereview.webrtc.org/2474993002/diff/40001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc#newcode27 webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc:27: #include "webrtc/modules/video_coding/include/video_codec_interface.h" On 2016/11/23 14:08:53, hta-webrtc wrote: > Are ...
4 years ago (2016-11-25 12:09:36 UTC) #12
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/2474993002/40001
4 years ago (2016-11-25 12:09:53 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: ios32_sim_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_dbg/builds/12793) ios64_sim_dbg on master.tryserver.webrtc (JOB_FAILED, ...
4 years ago (2016-11-25 12:12:01 UTC) #16
magjed_webrtc
Stefan - please take a look. https://codereview.webrtc.org/2474993002/diff/40001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc File webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc (right): https://codereview.webrtc.org/2474993002/diff/40001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc#newcode27 webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc:27: #include "webrtc/modules/video_coding/include/video_codec_interface.h" On ...
4 years ago (2016-11-28 10:20:30 UTC) #22
stefan-webrtc
It's actually being used in a separate CL I suppose? lgtm https://codereview.webrtc.org/2474993002/diff/60001/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): ...
4 years ago (2016-11-28 15:04:14 UTC) #23
hta-webrtc
On 2016/11/28 15:04:14, stefan-webrtc (holmer) wrote: > It's actually being used in a separate CL ...
4 years ago (2016-11-28 15:14:47 UTC) #24
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/2474993002/60001
4 years ago (2016-11-28 15:18:25 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years ago (2016-11-28 15:20:27 UTC) #30
commit-bot: I haz the power
4 years ago (2016-11-28 15:20:36 UTC) #32
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ceecea4559894d680daa689eef3677a612c9e7ec
Cr-Commit-Position: refs/heads/master@{#15270}

Powered by Google App Engine
This is Rietveld 408576698