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

Issue 1351693005: Read the number of TLs for VP9 too + cleanup (Closed)

Created:
5 years, 3 months ago by ivica
Modified:
5 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, andresp, perkj_webrtc, mflodman, sprang_webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Read the number of TLs for VP9 too + cleanup In video_sender.cc, properly read the number of temporal layers for VP9 too. Also, some cleanup in video_loopback.cc and video_quality_test.h. Committed: https://crrev.com/c7199c2d0b4a70dedc5bb9df5d8d5c15ec17c156 Cr-Commit-Position: refs/heads/master@{#10201}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing comments #

Patch Set 3 : Removing unrelated comment #

Patch Set 4 : rebase master and reordering of params #

Total comments: 10

Patch Set 5 : Addressing comments #

Total comments: 6

Patch Set 6 : Addressing comments #

Patch Set 7 : rebase master #

Total comments: 1

Patch Set 8 : Use field trial #

Total comments: 2

Patch Set 9 : rebase master #

Patch Set 10 : Reverting all frame dropping related changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -8 lines) Patch
M webrtc/modules/video_coding/main/source/video_sender.cc View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -3 lines 0 comments Download
M webrtc/video/video_loopback.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -4 lines 0 comments Download
M webrtc/video/video_quality_test.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 49 (17 generated)
ivica
https://codereview.webrtc.org/1351693005/diff/1/webrtc/modules/video_coding/main/source/video_sender.cc File webrtc/modules/video_coding/main/source/video_sender.cc (right): https://codereview.webrtc.org/1351693005/diff/1/webrtc/modules/video_coding/main/source/video_sender.cc#newcode110 webrtc/modules/video_coding/main/source/video_sender.cc:110: ? sendCodec->codecSpecific.VP9.numberOfTemporalLayers This "int numLayers = ..." was written ...
5 years, 3 months ago (2015-09-22 11:15:36 UTC) #2
pbos-webrtc
+R stefan, what do you think about these changes overall? https://codereview.webrtc.org/1351693005/diff/1/webrtc/config.h File webrtc/config.h (right): https://codereview.webrtc.org/1351693005/diff/1/webrtc/config.h#newcode109 ...
5 years, 3 months ago (2015-09-22 11:23:54 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1351693005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1351693005/1
5 years, 3 months ago (2015-09-22 11:37:28 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_FAILED, no build URL) ...
5 years, 3 months ago (2015-09-22 11:45:31 UTC) #8
ivica
https://codereview.webrtc.org/1351693005/diff/1/webrtc/config.h File webrtc/config.h (right): https://codereview.webrtc.org/1351693005/diff/1/webrtc/config.h#newcode109 webrtc/config.h:109: bool force_disable_wrapper_frame_dropper; On 2015/09/22 11:23:54, pbos-webrtc wrote: > Put ...
5 years, 3 months ago (2015-09-22 11:58:09 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1351693005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1351693005/40001
5 years, 2 months ago (2015-09-29 14:25:39 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_arm64_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_arm64_dbg/builds/4644) ios_rel on ...
5 years, 2 months ago (2015-09-29 14:26:19 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1351693005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1351693005/60001
5 years, 2 months ago (2015-09-29 14:38:47 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-09-29 16:12:31 UTC) #17
stefan-webrtc
https://codereview.webrtc.org/1351693005/diff/60001/webrtc/common_types.h File webrtc/common_types.h (right): https://codereview.webrtc.org/1351693005/diff/60001/webrtc/common_types.h#newcode708 webrtc/common_types.h:708: bool forceDisableWrapperFrameDropper; Maybe disableGenericBitrateFrameDropper? https://codereview.webrtc.org/1351693005/diff/60001/webrtc/config.h File webrtc/config.h (right): https://codereview.webrtc.org/1351693005/diff/60001/webrtc/config.h#newcode118 ...
5 years, 2 months ago (2015-10-01 08:45:59 UTC) #18
ivica
https://codereview.webrtc.org/1351693005/diff/60001/webrtc/common_types.h File webrtc/common_types.h (right): https://codereview.webrtc.org/1351693005/diff/60001/webrtc/common_types.h#newcode708 webrtc/common_types.h:708: bool forceDisableWrapperFrameDropper; On 2015/10/01 08:45:59, stefan-webrtc (holmer) wrote: > ...
5 years, 2 months ago (2015-10-01 09:29:20 UTC) #19
stefan-webrtc
lgtm https://codereview.webrtc.org/1351693005/diff/60001/webrtc/video/screenshare_loopback.cc File webrtc/video/screenshare_loopback.cc (right): https://codereview.webrtc.org/1351693005/diff/60001/webrtc/video/screenshare_loopback.cc#newcode88 webrtc/video/screenshare_loopback.cc:88: "Disable FrameDropper in the wrapper. " On 2015/10/01 ...
5 years, 2 months ago (2015-10-01 09:58:05 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1351693005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1351693005/100001
5 years, 2 months ago (2015-10-01 11:17:50 UTC) #23
ivica
https://codereview.webrtc.org/1351693005/diff/60001/webrtc/video/screenshare_loopback.cc File webrtc/video/screenshare_loopback.cc (right): https://codereview.webrtc.org/1351693005/diff/60001/webrtc/video/screenshare_loopback.cc#newcode88 webrtc/video/screenshare_loopback.cc:88: "Disable FrameDropper in the wrapper. " On 2015/10/01 09:58:04, ...
5 years, 2 months ago (2015-10-01 11:17:51 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/1047)
5 years, 2 months ago (2015-10-01 11:25:17 UTC) #26
ivica
mflodman, could you please take a look at the changes in common_types.h, config.h and config.cc? ...
5 years, 2 months ago (2015-10-01 11:30:06 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1351693005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1351693005/120001
5 years, 2 months ago (2015-10-06 09:09:44 UTC) #30
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-06 09:57:40 UTC) #32
mflodman
If this is only for testing, wouldn't it make sens to use FiledTrial implementation instead? ...
5 years, 2 months ago (2015-10-06 10:49:15 UTC) #33
pbos-webrtc
On 2015/10/06 10:49:15, mflodman wrote: > If this is only for testing, wouldn't it make ...
5 years, 2 months ago (2015-10-06 11:12:00 UTC) #34
ivica
> I think that makes sense. Can you look into ScopedFieldTrials to set something > ...
5 years, 2 months ago (2015-10-06 11:51:58 UTC) #35
stefan-webrtc
This solution works for me too.
5 years, 2 months ago (2015-10-06 11:56:42 UTC) #36
mflodman
LGTM as long as Peter and Stefan is ok with this change too.
5 years, 2 months ago (2015-10-07 11:20:32 UTC) #37
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1351693005/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1351693005/160001
5 years, 2 months ago (2015-10-07 11:22:55 UTC) #39
pbos-webrtc
Do you have a test that intends to use this as well? It feels weird ...
5 years, 2 months ago (2015-10-07 11:27:55 UTC) #40
ivica
https://codereview.webrtc.org/1351693005/diff/140001/webrtc/modules/video_coding/main/source/video_sender.cc File webrtc/modules/video_coding/main/source/video_sender.cc (right): https://codereview.webrtc.org/1351693005/diff/140001/webrtc/modules/video_coding/main/source/video_sender.cc#newcode122 webrtc/modules/video_coding/main/source/video_sender.cc:122: (field_trial::FindFullName("WebRTC-DisableGenericBitrateFrameDropper") On 2015/10/07 11:27:55, pbos-webrtc wrote: > Can we ...
5 years, 2 months ago (2015-10-07 11:32:53 UTC) #41
pbos-webrtc
On 2015/10/07 11:32:53, ivica wrote: > https://codereview.webrtc.org/1351693005/diff/140001/webrtc/modules/video_coding/main/source/video_sender.cc > File webrtc/modules/video_coding/main/source/video_sender.cc (right): > > https://codereview.webrtc.org/1351693005/diff/140001/webrtc/modules/video_coding/main/source/video_sender.cc#newcode122 > ...
5 years, 2 months ago (2015-10-07 11:41:51 UTC) #42
ivica
I've completely removed all frame dropping related changes, as that one line doesn't make much ...
5 years, 2 months ago (2015-10-07 12:14:27 UTC) #43
pbos-webrtc
lgtm
5 years, 2 months ago (2015-10-07 12:16:06 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1351693005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1351693005/180001
5 years, 2 months ago (2015-10-07 12:28:16 UTC) #47
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 2 months ago (2015-10-07 13:43:39 UTC) #48
commit-bot: I haz the power
5 years, 2 months ago (2015-10-07 13:43:49 UTC) #49
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/c7199c2d0b4a70dedc5bb9df5d8d5c15ec17c156
Cr-Commit-Position: refs/heads/master@{#10201}

Powered by Google App Engine
This is Rietveld 408576698