aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.h
AgeCommit message (Expand)Author
2015-11-26audio_coding: remove "main" directorykjellander
2015-11-10Rename Maybe to OptionalKarl Wiberg
2015-11-07Make ACMCodecDB private to RentACodeckwiberg
2015-11-03Let AudioCodingModule::SendCodec return Maybe<CodecInst>kwiberg
2015-11-01Delete a chain of methods in ViE, VoE and ACMhenrik.lundin
2015-10-26Removing AudioCoding class, a.k.a the new ACM APIhenrik.lundin
2015-09-28ACM: Removing runtime APIs related to playout modehenrik.lundin
2015-09-18ACM: Remove functions related to DTMFhenrik.lundin
2015-09-17Added support for logging the SSRC corresponding to AudioPlayout events.Ivo Creusen
2015-09-09Remove AudioEncoder methods SetMaxBitrate and SetMaxPayloadSizekwiberg
2015-09-09Hooked up RtcEventLog. It lives in Voice Engine and pointers are propagated t...ivoc
2015-09-08Fold AudioEncoderMutable into AudioEncoderkwiberg
2015-08-26AudioCodingModuleImpl::Encode: Use a Buffer instead of a stack-allocated arrayKarl Wiberg
2015-08-25Get rid of the manual destructor in AudioCodingModuleImplKarl Wiberg
2015-08-25Remove no-op and unused methods from AudioCodingModuleKarl Wiberg
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-08-24Add support for external decoders in ACMkwiberg
2015-06-25Adding a new ChangeLogger class to handle UMA logging of bitrateshenrik.lundin
2015-05-18Add support for external encoders in ACMKarl Wiberg
2015-05-18Restructure decoder registration in ACMKarl Wiberg
2015-05-12Fix race in AudioCodingModuleImpl::Add10MsData()Karl Wiberg
2015-05-11Setting OPUS_SIGNAL_VOICE when enable DTX.Minyue Li
2015-05-07Replace ACMGenericCodec with CodecOwner and AudioEncoderMutableKarl Wiberg
2015-04-29Added SetBitRate function to VoE API to allow changing the audio bitrate.Ivo Creusen
2015-04-07Fix clang style warnings in webrtc/modules/audio_codingKarl Wiberg
2015-03-30Introduce CodecManager and move code from AudioCodingModuleImplHenrik Lundin
2015-03-30Introduce AudioCodingModuleImpl::current_encoder_Henrik Lundin
2015-03-23Limit RED audio payload to narrow band.minyue@webrtc.org
2015-03-18Delete ACMGenericCodec::Encode and use AudioEncoder::Encode directlyhenrik.lundin@webrtc.org
2015-03-12Adding flag to force Opus application and DTX while toggling.minyue@webrtc.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-03-04Eliminate AcmGenericCodec::Add10MsDatahenrik.lundin@webrtc.org
2015-03-03Adding Opus DTX support in ACM.minyue@webrtc.org
2015-03-02Remove AudioCodingModule::Process()henrik.lundin@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-25Remove AudioCodingModule's dependency on the Module interfacehenrik.lundin@webrtc.org
2015-02-25Let Add10MsData method do the encoding work as wellhenrik.lundin@webrtc.org
2015-02-24Remove more unused code in ACMhenrik.lundin@webrtc.org
2015-02-23Misc. cleanup split out of https://webrtc-codereview.appspot.com/37699004/ :pkasting@chromium.org
2015-02-18Adding two new stats to VoiceReceiverInfominyue@webrtc.org
2015-02-06Switch to using AudioEncoderPcmU/A instead of ACMPCMU/Ahenrik.lundin@webrtc.org
2015-01-29Remove ChangeUniqueID.tommi@webrtc.org
2015-01-20Setting Opus target application.minyue@webrtc.org
2015-01-15Remove dual stream functionality in ACMhenrik.lundin@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.pkasting@chromium.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-09-24Move thread_annotations.h to webrtc/base/.pbos@webrtc.org
2014-09-23Reland (rev 7259) "Convert AcmReceiverTest to new AudioCoding interface"andresp@webrtc.org
2014-09-22Revert "Convert AcmReceiverTest to new AudioCoding interface" (rev 7258).andresp@webrtc.org