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

Issue 1443653004: Move CNG and RED management into the Rent-A-Codec (Closed)

Created:
5 years, 1 month ago by kwiberg-webrtc
Modified:
5 years, 1 month ago
Reviewers:
hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, 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

Move CNG and RED management into the Rent-A-Codec This leaves CodecOwner without a job, so we eliminate it. BUG=webrtc:5028 Committed: https://crrev.com/e155ae671cc69ad398685e78807edcd9e89087b1 Cr-Commit-Position: refs/heads/master@{#10650}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Extract subroutine #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+322 lines, -423 lines) Patch
M webrtc/modules/audio_coding/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/codec_manager.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/codec_manager.cc View 1 11 chunks +30 lines, -30 lines 1 comment Download
D webrtc/modules/audio_coding/main/acm2/codec_owner.h View 1 chunk +0 lines, -54 lines 0 comments Download
D webrtc/modules/audio_coding/main/acm2/codec_owner.cc View 1 chunk +0 lines, -116 lines 0 comments Download
D webrtc/modules/audio_coding/main/acm2/codec_owner_unittest.cc View 1 chunk +0 lines, -208 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/rent_a_codec.h View 2 chunks +25 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/rent_a_codec.cc View 4 chunks +71 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/main/acm2/rent_a_codec_unittest.cc View 1 chunk +191 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/main/audio_coding_module.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/modules.gyp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 10 (3 generated)
kwiberg-webrtc
Please throw an eye at this CL.
5 years, 1 month ago (2015-11-14 16:04:33 UTC) #3
hlundin-webrtc
LG, but please consider my proposal for reducing code duplication. If you refuse it, I ...
5 years, 1 month ago (2015-11-16 08:59:17 UTC) #4
kwiberg-webrtc
New patch set posted. https://codereview.webrtc.org/1443653004/diff/1/webrtc/modules/audio_coding/main/acm2/codec_manager.cc File webrtc/modules/audio_coding/main/acm2/codec_manager.cc (right): https://codereview.webrtc.org/1443653004/diff/1/webrtc/modules/audio_coding/main/acm2/codec_manager.cc#newcode267 webrtc/modules/audio_coding/main/acm2/codec_manager.cc:267: enc, dtx_enabled_ On 2015/11/16 08:59:17, ...
5 years, 1 month ago (2015-11-16 12:01:38 UTC) #5
hlundin-webrtc
lgtm https://codereview.webrtc.org/1443653004/diff/1/webrtc/modules/audio_coding/main/acm2/rent_a_codec.cc File webrtc/modules/audio_coding/main/acm2/rent_a_codec.cc (right): https://codereview.webrtc.org/1443653004/diff/1/webrtc/modules/audio_coding/main/acm2/rent_a_codec.cc#newcode223 webrtc/modules/audio_coding/main/acm2/rent_a_codec.cc:223: red_encoder_ = CreateRedEncoder(encoder_stack_, *red_payload_type); On 2015/11/16 12:01:37, kwiberg-webrtc ...
5 years, 1 month ago (2015-11-16 12:28:06 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1443653004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1443653004/20001
5 years, 1 month ago (2015-11-16 12:33:13 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-16 12:49:57 UTC) #9
commit-bot: I haz the power
5 years, 1 month ago (2015-11-16 12:50:12 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e155ae671cc69ad398685e78807edcd9e89087b1
Cr-Commit-Position: refs/heads/master@{#10650}

Powered by Google App Engine
This is Rietveld 408576698