aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/main/test
AgeCommit message (Expand)Author
2015-11-26audio_coding: remove "main" directorykjellander
2015-11-23Move ThreadWrapper to ProcessThread in base.pbos
2015-11-18modules/audio_coding: Remove some codec include dirskjellander@webrtc.org
2015-11-10Rename Maybe to OptionalKarl Wiberg
2015-11-07Make ACMCodecDB private to RentACodeckwiberg
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-11-03Let AudioCodingModule::SendCodec return Maybe<CodecInst>kwiberg
2015-11-01Delete a chain of methods in ViE, VoE and ACMhenrik.lundin
2015-10-29audio_coding: rename interface -> includeHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-19Unify FrameType and VideoFrameType.pbos
2015-10-01Don't link with audio codecs that we don't usekwiberg
2015-09-28ACM: Removing runtime APIs related to playout modehenrik.lundin
2015-09-18Remove ACM AudioCodingFeedback callback object and derived classeshenrik.lundin
2015-09-16Remove the preprocessor symbol WEBRTC_CODEC_PCM16 (it was always defined)kwiberg
2015-09-15Move AudioDecoderOpus next to AudioEncoderOpusKarl Wiberg
2015-09-09Remove AudioEncoder methods SetMaxBitrate and SetMaxPayloadSizekwiberg
2015-08-27AudioDecoder: Replace Init() with Reset()Karl 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-07-22Miscellaneous changes split from https://codereview.webrtc.org/1230503003 .pkasting
2015-06-12Reland "Upconvert various types to int.", misc. codecs portion.Peter Kasting
2015-06-11Reformat existing code. There should be no functional effects.Peter Kasting
2015-06-11Match existing type usage better.Peter Kasting
2015-06-11Revert "Upconvert various types to int."Peter Kasting
2015-06-10Upconvert various types to int.Peter Kasting
2015-05-11Setting OPUS_SIGNAL_VOICE when enable DTX.Minyue Li
2015-05-07Replace ACMGenericCodec with CodecOwner and AudioEncoderMutableKarl Wiberg
2015-04-08Revert "Revert "Split EventWrapper in twain.""Peter Boström
2015-04-01Revert "Split EventWrapper in twain."Minyue
2015-03-30Introduce CodecManager and move code from AudioCodingModuleImplHenrik Lundin
2015-03-23Split EventWrapper in twain.tommi@webrtc.org
2015-03-23Limit RED audio payload to narrow band.minyue@webrtc.org
2015-03-22Re-land 8810 "- Add a SetPriority method to ThreadWr..."tommi@webrtc.org
2015-03-22Revert 8810 "- Add a SetPriority method to ThreadWrapper"tommi@webrtc.org
2015-03-20- Add a SetPriority method to ThreadWrappertommi@webrtc.org
2015-03-19Use scoped_ptr for ThreadWrapper::CreateThread.tommi@webrtc.org
2015-03-13Remove thread id from ThreadWrapper::Start().pbos@webrtc.org
2015-03-12Adding flag to force Opus application and DTX while toggling.minyue@webrtc.org
2015-03-06Remove WebRtcACMEncodingTypehenrik.lundin@webrtc.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@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-23Misc. cleanup split out of https://webrtc-codereview.appspot.com/37699004/ :pkasting@chromium.org
2015-02-23Delete all codec-specific subclasses of ACMGenericCodechenrik.lundin@webrtc.org
2015-02-18Adding two new stats to VoiceReceiverInfominyue@webrtc.org
2015-01-30Fix a bug in ACM test channelhenrik.lundin@webrtc.org
2015-01-28Reland r8125: Modify some tests to never use DTX disable modehenrik.lundin@webrtc.org
2015-01-22Revert 8125 "Modify some tests to never use DTX disable mode"kjellander@webrtc.org