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

Issue 2165743003: Variable audio bitrate. (Closed)

Created:
4 years, 5 months ago by mflodman
Modified:
4 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, hlundin-webrtc, yujie_mao (webrtc), Andrew MacDonald, henrika_webrtc, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, peah-webrtc, minyue-webrtc, the sun, pbos-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Variable audio bitrate. This is a first CL wiring up AudioSendStream to BitrateAllocator. This is still experimental and there is a test added for the audio only case, combined audio video variable bitrate test cases will be added as a follow up. BUG=5079 Committed: https://crrev.com/86cc6ffc7ca14c79d760695e89ab9698ed251873 Cr-Commit-Position: refs/heads/master@{#13527}

Patch Set 1 #

Total comments: 24

Patch Set 2 : Review by M and S. #

Total comments: 2

Patch Set 3 : Nits. #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -18 lines) Patch
M webrtc/audio/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/audio/audio_send_stream.h View 4 chunks +13 lines, -2 lines 0 comments Download
M webrtc/audio/audio_send_stream.cc View 1 4 chunks +30 lines, -2 lines 0 comments Download
M webrtc/audio/audio_send_stream_unittest.cc View 8 chunks +22 lines, -6 lines 0 comments Download
M webrtc/audio_send_stream.h View 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/call/call.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/call/rampup_tests.h View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/call/rampup_tests.cc View 1 2 9 chunks +26 lines, -5 lines 0 comments Download
M webrtc/media/engine/webrtcvoiceengine.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M webrtc/test/call_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/mock_voe_channel_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
mflodman
This CL replaces the old placeholder and is intended to be submitted as a way ...
4 years, 5 months ago (2016-07-20 10:00:39 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/2165743003/diff/1/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2165743003/diff/1/webrtc/audio/audio_send_stream.cc#newcode253 webrtc/audio/audio_send_stream.cc:253: // Possible audio protection used is ignored for now. ...
4 years, 5 months ago (2016-07-20 10:15:00 UTC) #3
minyue-webrtc
thanks for the work. I have just some small comments. https://codereview.webrtc.org/2165743003/diff/1/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2165743003/diff/1/webrtc/audio/audio_send_stream.cc#newcode254 ...
4 years, 5 months ago (2016-07-21 10:59:19 UTC) #4
mflodman
Thanks for the reviews, PTAL. https://codereview.webrtc.org/2165743003/diff/1/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2165743003/diff/1/webrtc/audio/audio_send_stream.cc#newcode253 webrtc/audio/audio_send_stream.cc:253: // Possible audio protection ...
4 years, 5 months ago (2016-07-22 13:50:29 UTC) #5
minyue-webrtc
lgtm https://codereview.webrtc.org/2165743003/diff/1/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2165743003/diff/1/webrtc/audio/audio_send_stream.cc#newcode254 webrtc/audio/audio_send_stream.cc:254: return 0; On 2016/07/22 13:50:29, mflodman_OOO_July_18 wrote: > ...
4 years, 5 months ago (2016-07-25 14:33:47 UTC) #6
stefan-webrtc
lgtm https://codereview.webrtc.org/2165743003/diff/1/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2165743003/diff/1/webrtc/audio/audio_send_stream.cc#newcode253 webrtc/audio/audio_send_stream.cc:253: // Possible audio protection used is ignored for ...
4 years, 5 months ago (2016-07-25 15:06:20 UTC) #7
mflodman
https://codereview.webrtc.org/2165743003/diff/1/webrtc/media/engine/webrtcvoiceengine.cc File webrtc/media/engine/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/2165743003/diff/1/webrtc/media/engine/webrtcvoiceengine.cc#newcode1143 webrtc/media/engine/webrtcvoiceengine.cc:1143: config_.max_bitrate_kbps = kOpusBitrateFb; On 2016/07/25 15:06:20, stefan-webrtc (holmer) wrote: ...
4 years, 4 months ago (2016-07-26 09:50:52 UTC) #8
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/2165743003/60001
4 years, 4 months ago (2016-07-26 10:02:37 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-07-26 11:44:12 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 11:44:23 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/86cc6ffc7ca14c79d760695e89ab9698ed251873
Cr-Commit-Position: refs/heads/master@{#13527}

Powered by Google App Engine
This is Rietveld 408576698