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

Issue 1342933005: Move AudioDecoderOpus next to AudioEncoderOpus (Closed)

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

Description

Move AudioDecoderOpus next to AudioEncoderOpus All AudioDecoder subclasses have historically lived in NetEq, but they fit better with the codec they wrap. BUG=webrtc:4557 R=henrik.lundin@webrtc.org Committed: https://crrev.com/0b05879cd7be89a68f5e189f6f8c610480694b3a Cr-Commit-Position: refs/heads/master@{#9944}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -117 lines) Patch
M webrtc/modules/audio_coding/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.cc View 1 chunk +94 lines, -0 lines 0 comments Download
A webrtc/modules/audio_coding/codecs/opus/interface/audio_decoder_opus.h View 1 chunk +51 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/opus.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/main/test/opus_test.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_impl.h View 2 chunks +0 lines, -35 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc View 2 chunks +1 line, -81 lines 3 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_network_stats_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (3 generated)
kwiberg-webrtc
5 years, 3 months ago (2015-09-15 10:25:45 UTC) #2
hlundin-webrtc
https://codereview.webrtc.org/1342933005/diff/1/webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc File webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc (left): https://codereview.webrtc.org/1342933005/diff/1/webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc#oldcode303 webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc:303: #ifdef WEBRTC_CODEC_OPUS Did you just lose this conditional compilation ...
5 years, 3 months ago (2015-09-15 10:30:45 UTC) #3
kwiberg-webrtc
https://codereview.webrtc.org/1342933005/diff/1/webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc File webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc (left): https://codereview.webrtc.org/1342933005/diff/1/webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc#oldcode303 webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc:303: #ifdef WEBRTC_CODEC_OPUS On 2015/09/15 10:30:45, hlundin-webrtc wrote: > Did ...
5 years, 3 months ago (2015-09-15 10:45:07 UTC) #4
hlundin-webrtc
I'm going to assume that the wrapper code is copied verbatim from audio_decoder_impl.* to audio_decoder_opus.*. ...
5 years, 3 months ago (2015-09-15 10:49:13 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1342933005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1342933005/1
5 years, 3 months ago (2015-09-15 14:06:58 UTC) #7
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/757)
5 years, 3 months ago (2015-09-15 14:08:42 UTC) #9
kwiberg-webrtc
Committed patchset #1 (id:1) manually as 0b05879cd7be89a68f5e189f6f8c610480694b3a (presubmit successful).
5 years, 3 months ago (2015-09-15 15:28:37 UTC) #10
commit-bot: I haz the power
5 years, 3 months ago (2015-09-15 15:28:39 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0b05879cd7be89a68f5e189f6f8c610480694b3a
Cr-Commit-Position: refs/heads/master@{#9944}

Powered by Google App Engine
This is Rietveld 408576698