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

Issue 2158293003: Update tests and DTX check for Opus 1.1.3. (Closed)

Created:
4 years, 5 months ago by flim-webrtc
Modified:
4 years, 4 months ago
Reviewers:
minyue-webrtc
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update tests and DTX check for Opus 1.1.3. DTX is now indicated by packets that may have a size of up to 2 bytes. Ref: https://git.xiph.org/?p=opus.git;a=commit;h=1c311423c86b89eba27a494e17c79fefd7d75ab0 BUG= Committed: https://crrev.com/64a7eab89183845e4a295c512bcf1c87a2424f86 Cr-Commit-Position: refs/heads/master@{#13736}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix Opus DTX detection logic #

Patch Set 3 : Simplify if/else statement #

Total comments: 2

Patch Set 4 : Make if/else statements consistent #

Patch Set 5 : Rebasing #

Patch Set 6 : Reenable Opus tests #

Patch Set 7 : Rebase #

Patch Set 8 : Update bitrate test after changing Opus in Chromium #

Patch Set 9 : Add expected result on Android arm64 to Opus bitrate test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -22 lines) Patch
M webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc View 1 2 3 4 5 6 7 8 3 chunks +12 lines, -8 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus_interface.c View 1 2 3 2 chunks +7 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 1 2 3 4 5 1 chunk +9 lines, -9 lines 0 comments Download

Messages

Total messages: 43 (23 generated)
flim-webrtc
Here are the changes to fix tests that will fail when Opus 1.1.3 lands (https://codereview.chromium.org/2165633002/)
4 years, 5 months ago (2016-07-22 14:16:53 UTC) #2
minyue-webrtc
https://codereview.webrtc.org/2158293003/diff/1/webrtc/modules/audio_coding/codecs/opus/opus_interface.c File webrtc/modules/audio_coding/codecs/opus/opus_interface.c (right): https://codereview.webrtc.org/2158293003/diff/1/webrtc/modules/audio_coding/codecs/opus/opus_interface.c#newcode98 webrtc/modules/audio_coding/codecs/opus/opus_interface.c:98: if (res <= 2) { Should it be the ...
4 years, 4 months ago (2016-07-26 10:24:43 UTC) #3
flim-webrtc
https://codereview.webrtc.org/2158293003/diff/1/webrtc/modules/audio_coding/codecs/opus/opus_interface.c File webrtc/modules/audio_coding/codecs/opus/opus_interface.c (right): https://codereview.webrtc.org/2158293003/diff/1/webrtc/modules/audio_coding/codecs/opus/opus_interface.c#newcode98 webrtc/modules/audio_coding/codecs/opus/opus_interface.c:98: if (res <= 2) { On 2016/07/26 10:24:42, minyue-webrtc ...
4 years, 4 months ago (2016-07-26 11:40:41 UTC) #4
minyue-webrtc
https://codereview.webrtc.org/2158293003/diff/1/webrtc/modules/audio_coding/codecs/opus/opus_interface.c File webrtc/modules/audio_coding/codecs/opus/opus_interface.c (right): https://codereview.webrtc.org/2158293003/diff/1/webrtc/modules/audio_coding/codecs/opus/opus_interface.c#newcode98 webrtc/modules/audio_coding/codecs/opus/opus_interface.c:98: if (res <= 2) { On 2016/07/26 11:40:41, flim-webrtc ...
4 years, 4 months ago (2016-07-26 11:52:06 UTC) #5
flim-webrtc
https://codereview.webrtc.org/2158293003/diff/40001/webrtc/modules/audio_coding/codecs/opus/opus_interface.c File webrtc/modules/audio_coding/codecs/opus/opus_interface.c (right): https://codereview.webrtc.org/2158293003/diff/40001/webrtc/modules/audio_coding/codecs/opus/opus_interface.c#newcode98 webrtc/modules/audio_coding/codecs/opus/opus_interface.c:98: if (res <= 0) { On 2016/07/26 11:52:06, minyue-webrtc ...
4 years, 4 months ago (2016-07-26 12:22:05 UTC) #6
minyue-webrtc
lgtm
4 years, 4 months ago (2016-07-26 12:24:09 UTC) #7
flim-webrtc
On 2016/07/26 12:24:09, minyue-webrtc wrote: > lgtm Thanks for the review! This will be landed ...
4 years, 4 months ago (2016-07-26 12:25:55 UTC) #8
flim-webrtc
One more small change to re-enable tests after disabling them (https://codereview.webrtc.org/2185673002/) to avoid breaking bots ...
4 years, 4 months ago (2016-07-26 16:35:13 UTC) #9
minyue-webrtc
On 2016/07/26 16:35:13, flim-webrtc wrote: > One more small change to re-enable tests after disabling ...
4 years, 4 months ago (2016-07-28 08:19:21 UTC) #10
flim-webrtc
On 2016/07/28 08:19:21, minyue-webrtc wrote: > On 2016/07/26 16:35:13, flim-webrtc wrote: > > One more ...
4 years, 4 months ago (2016-07-28 08:31:10 UTC) #11
minyue-webrtc
On 2016/07/28 08:31:10, flim-webrtc wrote: > On 2016/07/28 08:19:21, minyue-webrtc wrote: > > On 2016/07/26 ...
4 years, 4 months ago (2016-07-28 10:59:42 UTC) #12
flim-webrtc
On 2016/07/28 10:59:42, minyue-webrtc wrote: > On 2016/07/28 08:31:10, flim-webrtc wrote: > > On 2016/07/28 ...
4 years, 4 months ago (2016-07-28 12:44:18 UTC) #14
minyue-webrtc
LGTM and thanks!
4 years, 4 months ago (2016-07-28 12:58:12 UTC) #15
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/2158293003/120001
4 years, 4 months ago (2016-08-09 16:56:34 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/9945)
4 years, 4 months ago (2016-08-09 18:57:07 UTC) #23
flim-webrtc
A local patch to fix an Opus bug has additionally been applied in Chromium and ...
4 years, 4 months ago (2016-08-12 10:00:35 UTC) #37
minyue-webrtc
lgtm
4 years, 4 months ago (2016-08-12 11:25:43 UTC) #38
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/2158293003/200001
4 years, 4 months ago (2016-08-12 11:28:30 UTC) #40
commit-bot: I haz the power
Committed patchset #9 (id:200001)
4 years, 4 months ago (2016-08-12 11:36:11 UTC) #41
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 11:36:21 UTC) #43
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/64a7eab89183845e4a295c512bcf1c87a2424f86
Cr-Commit-Position: refs/heads/master@{#13736}

Powered by Google App Engine
This is Rietveld 408576698