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

Issue 2493893003: Turn off error resilience for vp8 for no temporal layers if nack is enabled. (Closed)

Created:
4 years, 1 month ago by åsapersson
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, mflodman, marpan2
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Turn off error resilience for vp8 for no temporal layers if nack is enabled. BUG=webrtc:6634 Committed: https://crrev.com/5f7226f8a3d5a177fd113aea865a925364bfee3a Cr-Commit-Position: refs/heads/master@{#15240}

Patch Set 1 #

Patch Set 2 : remove processing test #

Patch Set 3 #

Total comments: 6

Patch Set 4 : address comments #

Patch Set 5 : check temporal layers per stream #

Patch Set 6 : rebase #

Patch Set 7 : update after rebase #

Total comments: 6

Patch Set 8 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -37 lines) Patch
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc View 1 2 3 4 5 1 chunk +1 line, -5 lines 0 comments Download
M webrtc/modules/video_coding/include/video_codec_initializer.h View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/video_codec_initializer.cc View 1 2 3 4 5 6 7 4 chunks +16 lines, -3 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/vie_encoder.h View 1 2 3 4 5 3 chunks +5 lines, -2 lines 0 comments Download
M webrtc/video/vie_encoder.cc View 1 2 3 4 5 6 4 chunks +16 lines, -8 lines 0 comments Download
M webrtc/video/vie_encoder_unittest.cc View 1 2 3 4 5 6 7 19 chunks +131 lines, -16 lines 0 comments Download

Messages

Total messages: 60 (48 generated)
åsapersson
4 years, 1 month ago (2016-11-14 13:37:47 UTC) #11
stefan-webrtc
https://codereview.webrtc.org/2493893003/diff/120001/webrtc/video/vie_encoder.cc File webrtc/video/vie_encoder.cc (right): https://codereview.webrtc.org/2493893003/diff/120001/webrtc/video/vie_encoder.cc#newcode84 webrtc/video/vie_encoder.cc:84: if (nack_enabled && streams.size() == 1 && Why only ...
4 years, 1 month ago (2016-11-15 08:48:48 UTC) #24
marpan
https://codereview.webrtc.org/2493893003/diff/120001/webrtc/video/vie_encoder.cc File webrtc/video/vie_encoder.cc (right): https://codereview.webrtc.org/2493893003/diff/120001/webrtc/video/vie_encoder.cc#newcode84 webrtc/video/vie_encoder.cc:84: if (nack_enabled && streams.size() == 1 && On 2016/11/15 ...
4 years, 1 month ago (2016-11-15 17:38:23 UTC) #26
åsapersson
https://codereview.webrtc.org/2493893003/diff/120001/webrtc/video/vie_encoder.cc File webrtc/video/vie_encoder.cc (right): https://codereview.webrtc.org/2493893003/diff/120001/webrtc/video/vie_encoder.cc#newcode84 webrtc/video/vie_encoder.cc:84: if (nack_enabled && streams.size() == 1 && On 2016/11/15 ...
4 years, 1 month ago (2016-11-17 15:30:50 UTC) #37
marpan
lgtm
4 years, 1 month ago (2016-11-18 17:15:47 UTC) #40
mflodman
One question, LGTM with this answered. https://codereview.webrtc.org/2493893003/diff/260001/webrtc/modules/video_coding/video_codec_initializer.cc File webrtc/modules/video_coding/video_codec_initializer.cc (right): https://codereview.webrtc.org/2493893003/diff/260001/webrtc/modules/video_coding/video_codec_initializer.cc#newcode124 webrtc/modules/video_coding/video_codec_initializer.cc:124: if (streams[i].temporal_layer_thresholds_bps.size() > ...
4 years ago (2016-11-25 10:46:59 UTC) #41
åsapersson
https://codereview.webrtc.org/2493893003/diff/260001/webrtc/modules/video_coding/video_codec_initializer.cc File webrtc/modules/video_coding/video_codec_initializer.cc (right): https://codereview.webrtc.org/2493893003/diff/260001/webrtc/modules/video_coding/video_codec_initializer.cc#newcode124 webrtc/modules/video_coding/video_codec_initializer.cc:124: if (streams[i].temporal_layer_thresholds_bps.size() > 0) On 2016/11/25 10:46:59, mflodman wrote: ...
4 years ago (2016-11-25 10:53:09 UTC) #42
stefan-webrtc
lgtm % comments https://codereview.webrtc.org/2493893003/diff/260001/webrtc/modules/video_coding/video_codec_initializer.cc File webrtc/modules/video_coding/video_codec_initializer.cc (right): https://codereview.webrtc.org/2493893003/diff/260001/webrtc/modules/video_coding/video_codec_initializer.cc#newcode123 webrtc/modules/video_coding/video_codec_initializer.cc:123: for (size_t i = 0; i ...
4 years ago (2016-11-25 10:58:35 UTC) #45
åsapersson
https://codereview.webrtc.org/2493893003/diff/260001/webrtc/modules/video_coding/video_codec_initializer.cc File webrtc/modules/video_coding/video_codec_initializer.cc (right): https://codereview.webrtc.org/2493893003/diff/260001/webrtc/modules/video_coding/video_codec_initializer.cc#newcode123 webrtc/modules/video_coding/video_codec_initializer.cc:123: for (size_t i = 0; i < streams.size(); ++i) ...
4 years ago (2016-11-25 11:32:50 UTC) #48
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/2493893003/280001
4 years ago (2016-11-25 12:35:26 UTC) #55
commit-bot: I haz the power
Committed patchset #8 (id:280001)
4 years ago (2016-11-25 12:37:05 UTC) #58
commit-bot: I haz the power
4 years ago (2016-11-25 12:37:16 UTC) #60
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/5f7226f8a3d5a177fd113aea865a925364bfee3a
Cr-Commit-Position: refs/heads/master@{#15240}

Powered by Google App Engine
This is Rietveld 408576698