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

Issue 2951873002: Expose ILBC codec in webrtc/api/audio_codecs/ (Closed)

Created:
3 years, 6 months ago by the sun
Modified:
3 years, 5 months ago
Reviewers:
ossu, kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Expose ILBC codec in webrtc/api/audio_codecs/ BUG=webrtc:7834, webrtc:7840 Review-Url: https://codereview.webrtc.org/2951873002 Cr-Commit-Position: refs/heads/master@{#18803} Committed: https://chromium.googlesource.com/external/webrtc/+/db3c9b0f72e16a53f9a17af6e8df03b575932b92

Patch Set 1 #

Patch Set 2 : Fix tests #

Total comments: 4

Patch Set 3 : fuzzer test updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+386 lines, -106 lines) Patch
A webrtc/api/audio_codecs/ilbc/BUILD.gn View 1 chunk +45 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/ilbc/audio_decoder_ilbc.h View 1 chunk +36 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/ilbc/audio_decoder_ilbc.cc View 1 1 chunk +40 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc.h View 1 chunk +40 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc.cc View 1 1 chunk +63 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_config.h View 1 chunk +29 lines, -0 lines 0 comments Download
M webrtc/api/audio_codecs/test/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc View 1 2 chunks +14 lines, -0 lines 0 comments Download
M webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory_internal.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory_internal.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.cc View 4 chunks +11 lines, -11 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h View 3 chunks +12 lines, -16 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc View 1 3 chunks +57 lines, -58 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/ilbc_unittest.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/test/neteq_ilbc_quality_test.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/test/fuzzers/audio_decoder_ilbc_fuzzer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (9 generated)
the sun
FYI, started on this - not ready for review yet.
3 years, 6 months ago (2017-06-22 07:59:42 UTC) #2
the sun
3 years, 5 months ago (2017-06-26 21:46:46 UTC) #5
the sun
Should be ok to review now.
3 years, 5 months ago (2017-06-26 21:47:02 UTC) #6
kwiberg-webrtc
lgtm https://codereview.webrtc.org/2951873002/diff/20001/webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc.cc File webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc.cc (right): https://codereview.webrtc.org/2951873002/diff/20001/webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc.cc#newcode17 webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc.cc:17: #include "webrtc/base/safe_conversions.h" Are you using this one?
3 years, 5 months ago (2017-06-27 11:09:23 UTC) #7
ossu
This looks pretty good but why are the robots so angry?
3 years, 5 months ago (2017-06-27 11:28:38 UTC) #8
the sun
On 2017/06/27 11:28:38, ossu wrote: > This looks pretty good but why are the robots ...
3 years, 5 months ago (2017-06-27 12:05:47 UTC) #9
the sun
https://codereview.webrtc.org/2951873002/diff/20001/webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc File webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc (right): https://codereview.webrtc.org/2951873002/diff/20001/webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc#newcode139 webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc:139: AudioCodecSpec{{"ILBC", 8000, 1}, {8000, 1, 13300}})); What do you ...
3 years, 5 months ago (2017-06-27 12:07:19 UTC) #10
kwiberg-webrtc
https://codereview.webrtc.org/2951873002/diff/20001/webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc File webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc (right): https://codereview.webrtc.org/2951873002/diff/20001/webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc#newcode139 webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc:139: AudioCodecSpec{{"ILBC", 8000, 1}, {8000, 1, 13300}})); On 2017/06/27 12:07:19, ...
3 years, 5 months ago (2017-06-27 12:50:44 UTC) #11
ossu
On 2017/06/27 12:05:47, the sun (OOO until July 24th) wrote: > On 2017/06/27 11:28:38, ossu ...
3 years, 5 months ago (2017-06-27 12:53:14 UTC) #12
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/2951873002/20001
3 years, 5 months ago (2017-06-28 08:20:08 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_libfuzzer_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_libfuzzer_rel/builds/13747)
3 years, 5 months ago (2017-06-28 08:35:21 UTC) #16
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/2951873002/40001
3 years, 5 months ago (2017-06-28 08:42:28 UTC) #19
commit-bot: I haz the power
3 years, 5 months ago (2017-06-28 09:05:15 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/db3c9b0f72e16a53f9a17af6e...

Powered by Google App Engine
This is Rietveld 408576698