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

Issue 2887303003: Implement kBalanced degradation preference. (Closed)

Created:
3 years, 7 months ago by åsapersson
Modified:
3 years, 6 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

Implement kBalanced degradation preference. A balance of framerate reduction and resolution down-scaling is used on degrades. BUG=webrtc:7607 Review-Url: https://codereview.webrtc.org/2887303003 Cr-Commit-Position: refs/heads/master@{#18583} Committed: https://chromium.googlesource.com/external/webrtc/+/f7e294d5687cd3c5851dfd01ee8d44eb4c3bde46

Patch Set 1 #

Total comments: 12

Patch Set 2 : compare request with sink_wants_ in VideoSourceProxy methods and merge with new methods #

Patch Set 3 #

Patch Set 4 : address comments #

Total comments: 4

Patch Set 5 : rebase #

Patch Set 6 : address comments #

Patch Set 7 : rebase #

Total comments: 4

Patch Set 8 : fix issue #

Patch Set 9 : remove bitrate limits #

Patch Set 10 : address comments #

Patch Set 11 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+762 lines, -41 lines) Patch
M webrtc/video/vie_encoder.h View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -3 lines 0 comments Download
M webrtc/video/vie_encoder.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +133 lines, -38 lines 0 comments Download
M webrtc/video/vie_encoder_unittest.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +623 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (25 generated)
åsapersson
3 years, 7 months ago (2017-05-18 08:48:21 UTC) #4
kthelgason
First pass. This is getting quite complicated, perhaps this logic should be moved out of ...
3 years, 7 months ago (2017-05-19 08:34:15 UTC) #6
kthelgason
https://codereview.webrtc.org/2887303003/diff/100001/webrtc/video/vie_encoder.cc File webrtc/video/vie_encoder.cc (right): https://codereview.webrtc.org/2887303003/diff/100001/webrtc/video/vie_encoder.cc#newcode1061 webrtc/video/vie_encoder.cc:1061: RTC_DCHECK_EQ(fps_counters_.size(), 2) << "Update MoveCount()"; Perhaps it would be ...
3 years, 6 months ago (2017-05-30 11:17:07 UTC) #7
åsapersson
https://codereview.webrtc.org/2887303003/diff/40001/webrtc/video/vie_encoder.cc File webrtc/video/vie_encoder.cc (right): https://codereview.webrtc.org/2887303003/diff/40001/webrtc/video/vie_encoder.cc#newcode82 webrtc/video/vie_encoder.cc:82: // kbps: 0 60 130 500 | On 2017/05/19 ...
3 years, 6 months ago (2017-06-08 13:55:33 UTC) #17
kthelgason
I don't really know how the framerate scaling stuff is supposed to work, so I ...
3 years, 6 months ago (2017-06-13 08:55:40 UTC) #22
sprang_webrtc
lgtm with nits Would be great if this was documented in a short design doc. ...
3 years, 6 months ago (2017-06-13 11:58:29 UTC) #23
åsapersson
https://codereview.webrtc.org/2887303003/diff/180001/webrtc/video/vie_encoder.cc File webrtc/video/vie_encoder.cc (right): https://codereview.webrtc.org/2887303003/diff/180001/webrtc/video/vie_encoder.cc#newcode77 webrtc/video/vie_encoder.cc:77: // >640x480: | max | On 2017/06/13 11:58:29, sprang_webrtc ...
3 years, 6 months ago (2017-06-13 12:40:05 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/2887303003/340001
3 years, 6 months ago (2017-06-14 06:23:24 UTC) #31
commit-bot: I haz the power
3 years, 6 months ago (2017-06-14 06:25:30 UTC) #34
Message was sent while issue was closed.
Committed patchset #11 (id:340001) as
https://chromium.googlesource.com/external/webrtc/+/f7e294d5687cd3c5851dfd01e...

Powered by Google App Engine
This is Rietveld 408576698