aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/main/acm2/acm_receiver.cc
AgeCommit message (Expand)Author
2015-11-26audio_coding: remove "main" directorykjellander
2015-11-23Add new method AcmReceiver::last_packet_sample_rate_hz()henrik.lundin
2015-11-23NetEq: Add new method last_output_sample_rate_hzhenrik.lundin
2015-11-11AcmReceiver::InsertPacket and NetEq::InsertPacket: Take ArrayView argumentskwiberg
2015-11-10Rename Maybe to OptionalKarl Wiberg
2015-11-06Remove ACMCodecDB::CodecFreqkwiberg
2015-11-03Hide ACMCodecDB::database_ behind accessorskwiberg
2015-11-02Delete AcmReceiver::SetInitialDelayhenrik.lundin
2015-11-02Remove unused method AcmReceiver:RedPayloadTypehenrik.lundin
2015-11-02ACM/NetEq: Restructure how post-decode VAD is enabledhenrik.lundin
2015-10-29Make an enum class out of NetEqDecoder, and hide the neteq_decoders_ tablekwiberg
2015-10-29ACM: Move NACK functionality inside NetEqhenrik.lundin
2015-10-29audio_coding: rename interface -> includeHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-27RentACodec: New class that takes over part of ACMCodecDB's jobkwiberg
2015-09-28ACM: Removing runtime APIs related to playout modehenrik.lundin
2015-08-25NetEq/ACM: Refactor how packet waiting times are calculatedHenrik Lundin
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-11Match existing type usage better.Peter Kasting
2015-05-27Switch acm_receiver over to using base/logging.hTommi
2015-05-25Also provide sample rate when registering decodersKarl Wiberg
2015-03-26AcmReceiver: index decoders by payload type instead of ACM codec IDJelena Marusic
2015-03-23Fix build failurejmarusic@webrtc.org
2015-03-23AcmReceiver: use std::map instead of an array to keep the list of decodersjmarusic@webrtc.org
2015-02-25Reland r8476 "Set decoder output frequency in AudioDecoder::Decode call"henrik.lundin@webrtc.org
2015-02-24Revert r8476 "Set decoder output frequency in AudioDecoder::Decode call"henrik.lundin@webrtc.org
2015-02-24Set decoder output frequency in AudioDecoder::Decode callhenrik.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-01-30Using << on an int8_t or uint8_t will output a character rather than a number.pkasting@chromium.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-09Move the AudioDecoder interface out of NetEqkwiberg@webrtc.org
2014-12-03Revert r7798 ("Move the AudioDecoder interface out of NetEq")kwiberg@webrtc.org
2014-12-03Move the AudioDecoder interface out of NetEqkwiberg@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-10-21Fix for glitches in ACM when switching desired output sample ratehenrik.lundin@webrtc.org
2014-08-07Change how background noise mode in NetEq is sethenrik.lundin@webrtc.org
2014-06-24Removing neteq decode lock and friendshenrik.lundin@webrtc.org
2014-06-09Add thread annotations to AcmReceiverhenrik.lundin@webrtc.org
2014-06-09Rename neteq4 folder to neteqhenrik.lundin@webrtc.org
2014-06-05Fix the chain that propagates the audio frame's rtp and ntp timestamp including:wu@webrtc.org
2014-05-28Revert 6257 "Rename neteq4 folder to neteq"henrik.lundin@webrtc.org
2014-05-28Rename neteq4 folder to neteqhenrik.lundin@webrtc.org
2014-05-19Add interface to propagate audio capture timestamp to the renderer.wu@webrtc.org
2014-05-14Remove all use of AudioFrame::energy_ from AudioCodingModulehenrik.lundin@webrtc.org
2014-04-29Add clock to ACM config structhenrik.lundin@webrtc.org
2014-04-28Introduce a config struct for AudioCoding modulehenrik.lundin@webrtc.org
2014-04-28Include buffer size limits in NetEq config structhenrik.lundin@webrtc.org
2014-04-24Add an output capacity parameter to ACMResampler::Resample10Msec()henrik.lundin@webrtc.org