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

Issue 1484343003: NetEq: Add codec name and RTP timestamp rate to DecoderInfo (Closed)

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

Description

NetEq: Add codec name and RTP timestamp rate to DecoderInfo The new fields are default-populated for built-in decoders, but for external decoders, the name can now be given when registering the decoder. BUG=webrtc:3520 Committed: https://crrev.com/4cf61dd116288e9f119209c59e07f1d9439d8d05 Cr-Commit-Position: refs/heads/master@{#10952}

Patch Set 1 : #

Total comments: 12

Patch Set 2 : Always provide a decoder name to AcmReceiver and NetEq #

Patch Set 3 : Adding another comment #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -151 lines) Patch
M webrtc/modules/audio_coding/acm2/acm_receive_test_oldapi.h View 2 chunks +4 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receive_test_oldapi.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver.h View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/acm_receiver_unittest_oldapi.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module_impl.h View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module_impl.cc View 1 3 chunks +6 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/include/audio_coding_module.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database.h View 1 3 chunks +27 lines, -17 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database.cc View 1 4 chunks +8 lines, -6 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc View 1 9 chunks +35 lines, -20 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/include/neteq.h View 1 1 chunk +11 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/mock/mock_decoder_database.h View 1 2 chunks +8 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_external_decoder_unittest.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.h View 1 2 chunks +4 lines, -6 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc View 1 2 3 11 chunks +13 lines, -12 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_stereo_unittest.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 1 2 chunks +28 lines, -19 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/payload_splitter_unittest.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h View 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc View 1 2 chunks +29 lines, -18 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
hlundin-webrtc
Karl, Please, take a look at this change. Later CLs will build upon this new ...
5 years ago (2015-12-01 15:47:53 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1484343003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1484343003/20001
5 years ago (2015-12-01 15:48:19 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
5 years ago (2015-12-01 17:48:30 UTC) #7
kwiberg-webrtc
https://codereview.webrtc.org/1484343003/diff/20001/webrtc/modules/audio_coding/acm2/audio_coding_module_impl.cc File webrtc/modules/audio_coding/acm2/audio_coding_module_impl.cc (right): https://codereview.webrtc.org/1484343003/diff/20001/webrtc/modules/audio_coding/acm2/audio_coding_module_impl.cc#newcode515 webrtc/modules/audio_coding/acm2/audio_coding_module_impl.cc:515: db[i].plfreq, nullptr, "") < 0) { Why is the ...
5 years ago (2015-12-02 09:50:42 UTC) #8
kwiberg-webrtc
https://codereview.webrtc.org/1484343003/diff/20001/webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc File webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc (right): https://codereview.webrtc.org/1484343003/diff/20001/webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc#newcode115 webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc:115: const std::string kCodecName = "Robert\'); DROP TABLE Students;"; Note ...
5 years ago (2015-12-02 13:41:37 UTC) #9
hlundin-webrtc
Always provide a decoder name to AcmReceiver and NetEq
5 years ago (2015-12-02 16:12:43 UTC) #10
hlundin-webrtc
Adding another comment
5 years ago (2015-12-02 16:17:56 UTC) #11
hlundin-webrtc
Thanks. I restructured the CL a bit. Now, NetEq and AcmReceiver takes a decoder name ...
5 years ago (2015-12-02 16:19:24 UTC) #12
hlundin-webrtc
On 2015/12/02 16:19:24, hlundin-webrtc wrote: > Thanks. > > I restructured the CL a bit. ...
5 years ago (2015-12-09 08:38:54 UTC) #13
kwiberg-webrtc
lgtm
5 years ago (2015-12-09 09:22:43 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1484343003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1484343003/80001
5 years ago (2015-12-09 12:58:59 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years ago (2015-12-09 14:21:02 UTC) #18
commit-bot: I haz the power
5 years ago (2015-12-09 14:21:13 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4cf61dd116288e9f119209c59e07f1d9439d8d05
Cr-Commit-Position: refs/heads/master@{#10952}

Powered by Google App Engine
This is Rietveld 408576698