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

Issue 2998263002: Reimplement the builtin audio codec factories using the new stuff in api/ (Closed)

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

Description

Reimplement the builtin audio codec factories using the new stuff in api/ The whole point of all the audio codec stuff we've recently published in api/ is to function as lego bricks so that building stuff like our builtin audio codec factories will be easy. (This has landed once before, but got reverted because of Chromium test failures---apparently, someone isn't ignoring the case of the codec names like they're supposed to. The quick fix was to preserve the same case used by the old implementation.) BUG=webrtc:7821, webrtc:7822 Review-Url: https://codereview.webrtc.org/2998263002 Cr-Commit-Position: refs/heads/master@{#19512} Committed: https://chromium.googlesource.com/external/webrtc/+/e5eb7247ffaefade251d9c8b4cc1df1530564482

Patch Set 1 : original CL #

Patch Set 2 : use upper-case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -501 lines) Patch
M webrtc/api/audio_codecs/BUILD.gn View 2 chunks +76 lines, -2 lines 0 comments Download
M webrtc/api/audio_codecs/builtin_audio_decoder_factory.cc View 1 chunk +60 lines, -2 lines 0 comments Download
M webrtc/api/audio_codecs/builtin_audio_encoder_factory.cc View 1 chunk +64 lines, -2 lines 0 comments Download
M webrtc/api/audio_codecs/g722/audio_decoder_g722.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/api/audio_codecs/g722/audio_encoder_g722.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/audio_codecs/ilbc/audio_decoder_ilbc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/audio_codecs/opus/BUILD.gn View 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/api/audio_codecs/test/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 2 chunks +1 line, -29 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory_internal.h View 1 chunk +0 lines, -24 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory_internal.cc View 1 chunk +0 lines, -257 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory_internal.h View 1 chunk +0 lines, -26 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory_internal.cc View 1 chunk +0 lines, -144 lines 0 comments Download

Messages

Total messages: 19 (14 generated)
kwiberg-webrtc
PTAL. Patch set #1 is exactly as you reviewed it last time; patch set #2 ...
3 years, 4 months ago (2017-08-24 12:10:43 UTC) #9
ossu
Looked around and although it's at a few places still spelled g722, I don't think ...
3 years, 3 months ago (2017-08-25 10:07:38 UTC) #13
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/2998263002/40001
3 years, 3 months ago (2017-08-25 10:08:07 UTC) #15
kwiberg-webrtc
On 2017/08/25 10:07:38, ossu wrote: > Looked around and although it's at a few places ...
3 years, 3 months ago (2017-08-25 10:10:02 UTC) #16
commit-bot: I haz the power
3 years, 3 months ago (2017-08-25 10:10:59 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/e5eb7247ffaefade251d9c8b4...

Powered by Google App Engine
This is Rietveld 408576698