History log of /external/webrtc/webrtc/modules/audio_coding/acm2/codec_manager.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6955870806624479723addfae6dcf5d13968796c 13-Jan-2016 Peter Kasting <pkasting@google.com> Convert channel counts to size_t.

IIRC, this was originally requested by ajm during review of the other size_t conversions I did over the past year, and I agreed it made sense, but wanted to do it separately since those changes were already gargantuan.

BUG=chromium:81439
TEST=none
R=henrik.lundin@webrtc.org, henrika@webrtc.org, kjellander@webrtc.org, minyue@webrtc.org, perkj@webrtc.org, solenberg@webrtc.org, stefan@webrtc.org, tina.legrand@webrtc.org

Review URL: https://codereview.webrtc.org/1316523002 .

Cr-Commit-Position: refs/heads/master@{#11229}
/external/webrtc/webrtc/modules/audio_coding/acm2/codec_manager.cc
44307630d3ad6dcdd7b7fd07e78881b50a92ced4 16-Dec-2015 kwiberg <kwiberg@webrtc.org> AudioCodingModuleImpl: Stop failing artificially for non-Opus encoders

All encoders already handle the "Opus-specific" requests sanely (by
failing nicely), so we don't need extra checks to protect them.

BUG=webrtc:5028

Review URL: https://codereview.webrtc.org/1527453005

Cr-Commit-Position: refs/heads/master@{#11051}
/external/webrtc/webrtc/modules/audio_coding/acm2/codec_manager.cc
a6db4958c91f38ceb07c4081ef8df2707877bc3c 16-Dec-2015 kwiberg <kwiberg@webrtc.org> Move Rent-A-Codec out of CodecManager

So that the two of them sit next to each other at the top level of
AudioCodingModuleImpl. CodecManager now manages the specifications for
Rent-A-Codec, rather than managing encoders directly.

BUG=webrtc:5028

Review URL: https://codereview.webrtc.org/1520283006

Cr-Commit-Position: refs/heads/master@{#11048}
/external/webrtc/webrtc/modules/audio_coding/acm2/codec_manager.cc
95d9851a6ca25208e4566dedeb149a6680c512a8 15-Dec-2015 kwiberg <kwiberg@webrtc.org> Add speech encoder to the encoder stack specification struct

BUG=webrtc:5028

Review URL: https://codereview.webrtc.org/1527933002

Cr-Commit-Position: refs/heads/master@{#11037}
/external/webrtc/webrtc/modules/audio_coding/acm2/codec_manager.cc
dfbb3a4bfc5761bdf55526beb9eb37b23d234839 01-Dec-2015 kwiberg <kwiberg@webrtc.org> Simplify CodecManager::RegisterEncoder()

BUG=webrtc:5028

Review URL: https://codereview.webrtc.org/1483963002

Cr-Commit-Position: refs/heads/master@{#10855}
/external/webrtc/webrtc/modules/audio_coding/acm2/codec_manager.cc
3e6db2321ccdc8738c9cecbe9bdab13d4f0f658d 26-Nov-2015 kjellander <kjellander@webrtc.org> audio_coding: remove "main" directory

This is the last piece of the old directory layout of the modules.

Duplicated header files are left in audio_coding/main/include until
downstream code is updated to the new location. They have pragma
warnings added to them and identical header guards as the new headers to avoid breaking things.

BUG=webrtc:5095
TESTED=Passing compile-trybots with --clobber flag:
git cl try --clobber --bot=win_compile_rel --bot=linux_compile_rel --bot=android_compile_rel --bot=mac_compile_rel --bot=ios_rel --bot=linux_gn_rel --bot=win_x64_gn_rel --bot=mac_x64_gn_rel --bot=android_gn_rel -m tryserver.webrtc
NOTRY=True
NOPRESUBMIT=True

Review URL: https://codereview.webrtc.org/1481493004

Cr-Commit-Position: refs/heads/master@{#10803}
/external/webrtc/webrtc/modules/audio_coding/acm2/codec_manager.cc