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

Issue 2728553003: fixed VP8 simulcast to not decode non-selected streams (Closed)

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

Description

In full-stack tests: fixed VP8 simulcast to not decode non-selected streams. BUG=webrtc:7095 Review-Url: https://codereview.webrtc.org/2728553003 Cr-Commit-Position: refs/heads/master@{#16948} Committed: https://chromium.googlesource.com/external/webrtc/+/8dccd67520ac40fb9c644f3ecc9cecd160002883

Patch Set 1 #

Patch Set 2 : Fixing mistake from before then SVC was disabled in renderer #

Patch Set 3 : fixed layerfilteringtransport to work with any specific number of allowed ssrcs #

Total comments: 4

Patch Set 4 : Implemented Sprang@ comments #

Patch Set 5 : forgot to remove unused function declaration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -16 lines) Patch
M webrtc/test/layer_filtering_transport.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/test/layer_filtering_transport.cc View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 2 3 3 chunks +18 lines, -13 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
ilnik
3 years, 9 months ago (2017-03-01 11:31:36 UTC) #3
sprang_webrtc
https://codereview.webrtc.org/2728553003/diff/40001/webrtc/test/layer_filtering_transport.h File webrtc/test/layer_filtering_transport.h (right): https://codereview.webrtc.org/2728553003/diff/40001/webrtc/test/layer_filtering_transport.h#newcode31 webrtc/test/layer_filtering_transport.h:31: const std::vector<uint32_t> &allowed_ssrcs_); Do we want to whitelist or ...
3 years, 9 months ago (2017-03-01 12:30:38 UTC) #4
ilnik
https://codereview.webrtc.org/2728553003/diff/40001/webrtc/test/layer_filtering_transport.h File webrtc/test/layer_filtering_transport.h (right): https://codereview.webrtc.org/2728553003/diff/40001/webrtc/test/layer_filtering_transport.h#newcode31 webrtc/test/layer_filtering_transport.h:31: const std::vector<uint32_t> &allowed_ssrcs_); On 2017/03/01 12:30:38, språng wrote: > ...
3 years, 9 months ago (2017-03-01 12:54:43 UTC) #5
sprang_webrtc
lgtm
3 years, 9 months ago (2017-03-01 14:06:06 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/2728553003/80001
3 years, 9 months ago (2017-03-01 14:06:35 UTC) #8
ilnik
3 years, 9 months ago (2017-03-01 14:11:21 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/14327)
3 years, 9 months ago (2017-03-01 14:11:24 UTC) #12
kjellander_webrtc
rs lgtm for webrtc/test
3 years, 9 months ago (2017-03-01 15:07:22 UTC) #13
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/2728553003/80001
3 years, 9 months ago (2017-03-01 15:08:15 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/external/webrtc/+/8dccd67520ac40fb9c644f3ecc9cecd160002883
3 years, 9 months ago (2017-03-01 15:10:34 UTC) #18
ilnik
3 years, 9 months ago (2017-03-02 12:59:19 UTC) #19
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.webrtc.org/2729623005/ by ilnik@webrtc.org.

The reason for reverting is: Causes regression in VP8 simulcast metrics (receive
time, encoded frame size, etc) as two excluded streams' decoders request
keyframes periodically, which affects metrics of a selected stream..

Powered by Google App Engine
This is Rietveld 408576698