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

Issue 2520003005: Reland "Move smoothing filter to common audio". (Closed)

Created:
4 years, 1 month ago by minyue-webrtc
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), kwiberg-webrtc, stefan-webrtc, Andrew MacDonald, zhuangzesen_agora.io, hlundin-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, mflodman, peah-webrtc, aluebs-webrtc, bjornv1
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland "Move smoothing filter to common audio". The original CL was this https://codereview.webrtc.org/2484153002/ Due to failure with internal trial servers, it was reverted. This CL tries to reland it. BUG=webrtc:6443 Committed: https://crrev.com/223641f1b903e41e77d88f03199b4cdb65255ec8 Cr-Commit-Position: refs/heads/master@{#15227}

Patch Set 1 #

Patch Set 2 : better placement #

Patch Set 3 : fixing #

Total comments: 3

Patch Set 4 : moving target to subfolder #

Total comments: 2

Patch Set 5 : fixing an old error in exp_filter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -453 lines) Patch
M webrtc/BUILD.gn View 1 2 3 3 chunks +2 lines, -1 line 0 comments Download
M webrtc/base/BUILD.gn View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
A webrtc/base/analytics/BUILD.gn View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A + webrtc/base/analytics/exp_filter.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/base/analytics/exp_filter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/base/analytics/exp_filter_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
D webrtc/base/exp_filter.h View 1 1 chunk +0 lines, -49 lines 0 comments Download
D webrtc/base/exp_filter.cc View 1 1 chunk +0 lines, -43 lines 0 comments Download
D webrtc/base/exp_filter_unittest.cc View 1 1 chunk +0 lines, -71 lines 0 comments Download
M webrtc/common_audio/BUILD.gn View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
A + webrtc/common_audio/mocks/mock_smoothing_filter.h View 1 chunk +4 lines, -6 lines 0 comments Download
A + webrtc/common_audio/smoothing_filter.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + webrtc/common_audio/smoothing_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/common_audio/smoothing_filter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_unittest.cc View 4 chunks +1 line, -4 lines 0 comments Download
D webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_smoothing_filter.h View 1 chunk +0 lines, -29 lines 0 comments Download
D webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter.h View 1 chunk +0 lines, -54 lines 0 comments Download
D webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter.cc View 1 chunk +0 lines, -62 lines 0 comments Download
D webrtc/modules/audio_coding/audio_network_adaptor/smoothing_filter_unittest.cc View 1 chunk +0 lines, -108 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/BUILD.gn View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/media_opt_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/utility/frame_dropper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/overuse_frame_detector.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/overuse_frame_detector.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/send_statistics_proxy.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (17 generated)
minyue-webrtc
Hi Reviewers, Please take a look at this CL. It is titled Reland "..." but ...
4 years ago (2016-11-23 12:51:43 UTC) #4
terelius
lgtm. I am fine with landing this as-is, but I have some questions/comments. I am ...
4 years ago (2016-11-23 14:19:23 UTC) #5
minyue-webrtc
https://codereview.webrtc.org/2520003005/diff/60001/webrtc/base/BUILD.gn File webrtc/base/BUILD.gn (right): https://codereview.webrtc.org/2520003005/diff/60001/webrtc/base/BUILD.gn#newcode343 webrtc/base/BUILD.gn:343: ] On 2016/11/23 14:19:23, terelius wrote: > Should this ...
4 years ago (2016-11-24 08:44:55 UTC) #6
minyue-webrtc
https://codereview.webrtc.org/2520003005/diff/60001/webrtc/base/BUILD.gn File webrtc/base/BUILD.gn (right): https://codereview.webrtc.org/2520003005/diff/60001/webrtc/base/BUILD.gn#newcode343 webrtc/base/BUILD.gn:343: ] On 2016/11/24 08:44:55, minyue-webrtc wrote: > On 2016/11/23 ...
4 years ago (2016-11-24 10:26:03 UTC) #7
minyue-webrtc
Hi reviewers, I now moved the new to the subfolder per offline discussion.
4 years ago (2016-11-24 10:36:06 UTC) #8
tommi
lgtm
4 years ago (2016-11-24 10:47:33 UTC) #9
the sun
lgtm kjellander@ - should there be a DEPS file in base/analytics/ ? I guess it'd ...
4 years ago (2016-11-24 11:20:30 UTC) #11
kjellander_webrtc
On 2016/11/24 11:20:30, the sun wrote: > lgtm > > kjellander@ - should there be ...
4 years ago (2016-11-24 12:36:20 UTC) #12
minyue-webrtc
https://codereview.webrtc.org/2520003005/diff/80001/webrtc/base/analytics/exp_filter_unittest.cc File webrtc/base/analytics/exp_filter_unittest.cc (right): https://codereview.webrtc.org/2520003005/diff/80001/webrtc/base/analytics/exp_filter_unittest.cc#newcode14 webrtc/base/analytics/exp_filter_unittest.cc:14: #include "webrtc/base/gunit.h" On 2016/11/24 11:20:29, the sun wrote: > ...
4 years ago (2016-11-24 12:52:00 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/2520003005/100001
4 years ago (2016-11-24 14:06:21 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years ago (2016-11-24 14:08:12 UTC) #27
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/223641f1b903e41e77d88f03199b4cdb65255ec8 Cr-Commit-Position: refs/heads/master@{#15227}
4 years ago (2016-11-24 14:08:18 UTC) #29
minyue-webrtc
A revert of this CL (patchset #5 id:100001) has been created in https://codereview.webrtc.org/2529943002/ by minyue@webrtc.org. ...
4 years ago (2016-11-24 15:13:01 UTC) #30
minyue-webrtc
4 years ago (2016-11-24 15:15:04 UTC) #31
Message was sent while issue was closed.
On 2016/11/24 15:13:01, minyue-webrtc wrote:
> A revert of this CL (patchset #5 id:100001) has been created in
> https://codereview.webrtc.org/2529943002/ by mailto:minyue@webrtc.org.
> 
> The reason for reverting is: Internal bots failed..

Clearly, the splitting of BUILD.gn into the subfolder caused some problem. I am
investigating.

Powered by Google App Engine
This is Rietveld 408576698