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

Issue 1928293002: NetEq: Use a BuiltinAudioDecoderFactory to create decoders (Closed)

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

Description

NetEq: Use a BuiltinAudioDecoderFactory to create decoders Later steps in the refactoring will have the factory injected from the outside rather than owned by NetEq. BUG=webrtc:5801 Committed: https://crrev.com/5178ee86ba18ff50726f54445b41f51c02cb677e Cr-Commit-Position: refs/heads/master@{#12604}

Patch Set 1 #

Total comments: 15

Patch Set 2 : address review comments #

Patch Set 3 : rebase #

Patch Set 4 : Rejigger Opus config #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -128 lines) Patch
M webrtc/modules/audio_coding/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec.h View 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec.cc View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_decoder_factory_unittest.cc View 1 2 3 1 chunk +16 lines, -8 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_format.h View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_format.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.cc View 1 2 3 5 chunks +39 lines, -27 lines 0 comments Download
A webrtc/modules/audio_coding/codecs/mock/mock_audio_decoder_factory.h View 1 2 3 1 chunk +37 lines, -0 lines 1 comment Download
M webrtc/modules/audio_coding/neteq/audio_decoder_impl.h View 1 chunk +0 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc View 1 chunk +0 lines, -63 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database.h View 5 chunks +6 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database.cc View 1 3 chunks +13 lines, -8 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc View 1 8 chunks +18 lines, -9 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/mock/mock_decoder_database.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/payload_splitter_unittest.cc View 1 4 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
kwiberg-webrtc
4 years, 7 months ago (2016-04-29 09:16:03 UTC) #2
hlundin-webrtc
Nice, but see my 2 comments. https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/codecs/mock_audio_decoder_factory.h File webrtc/modules/audio_coding/codecs/mock_audio_decoder_factory.h (right): https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/codecs/mock_audio_decoder_factory.h#newcode1 webrtc/modules/audio_coding/codecs/mock_audio_decoder_factory.h:1: /* We used ...
4 years, 7 months ago (2016-04-29 11:52:57 UTC) #3
ossu
https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/acm2/rent_a_codec.cc File webrtc/modules/audio_coding/acm2/rent_a_codec.cc (right): https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/acm2/rent_a_codec.cc#newcode92 webrtc/modules/audio_coding/acm2/rent_a_codec.cc:92: return rtc::Optional<SdpAudioFormat>(SdpAudioFormat("opus", 48000, 2)); Opus is weird and always ...
4 years, 7 months ago (2016-04-29 12:21:33 UTC) #4
kwiberg-webrtc
New patch set uploaded. https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/acm2/rent_a_codec.cc File webrtc/modules/audio_coding/acm2/rent_a_codec.cc (right): https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/acm2/rent_a_codec.cc#newcode92 webrtc/modules/audio_coding/acm2/rent_a_codec.cc:92: return rtc::Optional<SdpAudioFormat>(SdpAudioFormat("opus", 48000, 2)); On ...
4 years, 7 months ago (2016-04-29 23:10:14 UTC) #5
hlundin-webrtc
lgtm https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/neteq/decoder_database.cc File webrtc/modules/audio_coding/neteq/decoder_database.cc (right): https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/neteq/decoder_database.cc#newcode53 webrtc/modules/audio_coding/neteq/decoder_database.cc:53: return decoder_.get(); On 2016/04/29 23:10:13, kwiberg-webrtc wrote: > ...
4 years, 7 months ago (2016-05-02 07:54:43 UTC) #6
ossu
https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/acm2/rent_a_codec.cc File webrtc/modules/audio_coding/acm2/rent_a_codec.cc (right): https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/acm2/rent_a_codec.cc#newcode92 webrtc/modules/audio_coding/acm2/rent_a_codec.cc:92: return rtc::Optional<SdpAudioFormat>(SdpAudioFormat("opus", 48000, 2)); On 2016/04/29 23:10:13, kwiberg-webrtc wrote: ...
4 years, 7 months ago (2016-05-02 10:59:40 UTC) #7
kwiberg-webrtc
New patch set posted. https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/acm2/rent_a_codec.cc File webrtc/modules/audio_coding/acm2/rent_a_codec.cc (right): https://codereview.webrtc.org/1928293002/diff/1/webrtc/modules/audio_coding/acm2/rent_a_codec.cc#newcode92 webrtc/modules/audio_coding/acm2/rent_a_codec.cc:92: return rtc::Optional<SdpAudioFormat>(SdpAudioFormat("opus", 48000, 2)); On ...
4 years, 7 months ago (2016-05-02 20:20:01 UTC) #9
ossu
lgtm
4 years, 7 months ago (2016-05-03 08:28:34 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928293002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928293002/60001
4 years, 7 months ago (2016-05-03 08:31:28 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-03 08:39:05 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-03 08:39:17 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5178ee86ba18ff50726f54445b41f51c02cb677e
Cr-Commit-Position: refs/heads/master@{#12604}

Powered by Google App Engine
This is Rietveld 408576698