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

Issue 2934833002: G722 implementation of the AudioEncoderFactoryTemplate API (Closed)

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

Description

G722 implementation of the AudioEncoderFactoryTemplate API Now the templated AudioEncoderFactory can create G722 encoders! BUG=webrtc:7833 Review-Url: https://codereview.webrtc.org/2934833002 Cr-Commit-Position: refs/heads/master@{#18644} Committed: https://chromium.googlesource.com/external/webrtc/+/b8727aebc161e94b818dd1323895fcd674990ad7

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase #

Patch Set 3 : remove, rename, nit #

Total comments: 2

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -61 lines) Patch
M webrtc/api/audio_codecs/g722/BUILD.gn View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/g722/audio_encoder_g722.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/g722/audio_encoder_g722.cc View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A webrtc/api/audio_codecs/g722/audio_encoder_g722_config.h View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M webrtc/api/audio_codecs/test/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/rent_a_codec.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory_internal.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h View 1 2 3 chunks +9 lines, -13 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc View 1 2 4 chunks +42 lines, -40 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc View 1 2 3 2 chunks +4 lines, -6 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 46 (38 generated)
kwiberg-webrtc
3 years, 6 months ago (2017-06-12 17:29:37 UTC) #16
the sun
nice! https://codereview.webrtc.org/2934833002/diff/40001/webrtc/api/audio_codecs/audio_encoder_g722.h File webrtc/api/audio_codecs/audio_encoder_g722.h (right): https://codereview.webrtc.org/2934833002/diff/40001/webrtc/api/audio_codecs/audio_encoder_g722.h#newcode28 webrtc/api/audio_codecs/audio_encoder_g722.h:28: struct AudioEncoderG722Api { "Api" is a non-standard suffix. ...
3 years, 6 months ago (2017-06-13 09:53:43 UTC) #17
kwiberg-webrtc
New patch set. Moved the g722 files in api to a subdirectory, and renamed AudioEncoderG722 ...
3 years, 6 months ago (2017-06-13 12:15:03 UTC) #21
the sun
lgtm https://codereview.webrtc.org/2934833002/diff/120001/webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc File webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc (right): https://codereview.webrtc.org/2934833002/diff/120001/webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc#newcode123 webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc:123: TEST(AudioEncoderFactoryTemplateTest, G722) { I guess the idea is ...
3 years, 6 months ago (2017-06-13 14:49:30 UTC) #29
kwiberg-webrtc
https://codereview.webrtc.org/2934833002/diff/120001/webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc File webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc (right): https://codereview.webrtc.org/2934833002/diff/120001/webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc#newcode123 webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc:123: TEST(AudioEncoderFactoryTemplateTest, G722) { On 2017/06/13 14:49:30, the sun wrote: ...
3 years, 6 months ago (2017-06-13 19:12:10 UTC) #30
ossu
Sweet! LGTM.
3 years, 6 months ago (2017-06-16 10:01:45 UTC) #32
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/2934833002/140001
3 years, 6 months ago (2017-06-18 00:39:57 UTC) #43
commit-bot: I haz the power
3 years, 6 months ago (2017-06-18 00:42:07 UTC) #46
Message was sent while issue was closed.
Committed patchset #4 (id:140001) as
https://chromium.googlesource.com/external/webrtc/+/b8727aebc161e94b818dd1323...

Powered by Google App Engine
This is Rietveld 408576698