aboutsummaryrefslogtreecommitdiff
path: root/media/engine/webrtcvoiceengine.cc
AgeCommit message (Expand)Author
2018-04-03Adds support for signaling a=msid lines without a=ssrc lines.Seth Hampson
2018-04-03This CL removes all usages of our custom ostream << overloads.Jonas Olsson
2018-03-26Wire up MID send value to the PeerConnection APISteve Anton
2018-03-21Pass a real audio codec pair ID to encoders that we createKarl Wiberg
2018-03-21Pass a real audio codec pair ID to decoders that we createKarl Wiberg
2018-03-16Don't destroy a receive stream's sink before reassigning it.Oskar Sundbom
2018-03-09Reland "Deprecate the adaptive level controller"Sam Zackrisson
2018-03-06Revert "Deprecate the adaptive level controller"Sam Zackrisson
2018-03-06Deprecate the adaptive level controllerSam Zackrisson
2018-03-02Name change from stream label to stream id for spec compliance.Seth Hampson
2018-03-01Remove public sync_label from StreamParamsSteve Anton
2018-02-22Maintain audio receive stream gain across recreationsOskar Sundbom
2018-02-21Moved bitrate config interface from Call class.Sebastian Jansson
2018-02-21Reland "Moved BitrateConfig out of Call::Config."Sebastian Jansson
2018-02-21Check that channel is in "send" before OKing DTMFHarald Alvestrand
2018-02-20Revert "Moved BitrateConfig out of Call::Config."Lu Liu
2018-02-20Moved BitrateConfig out of Call::Config.Sebastian Jansson
2018-01-30Delete AudioMonitor and related code.Niels Möller
2018-01-25Change return type of RtpSenderInterface::SetParameters from bool to RTCErrorZach Stein
2018-01-16Recreate AudioReceiveStreams when header extensions change.Fredrik Solenberg
2018-01-11Move ownership of voe::Channel into Audio[Receive|Send]Stream.Fredrik Solenberg
2018-01-10Reconfigure, not reconstruct, AudioReceiveStreams.Fredrik Solenberg
2018-01-08Reland "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allo...Seth Hampson
2017-12-22Add an AudioOptions field to force software echo cancellation on iOS.Jonathan Yu
2017-12-20Revert "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allo...Lu Liu
2017-12-20Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator.Seth Hampson
2017-12-15Remove voe::TransmitMixerFredrik Solenberg
2017-12-13Fix the crash when GetSources is called with non-existing ssrc.Zhi Huang
2017-12-13Removes usage of AGC APIs in the ADM.henrika
2017-12-07Remove adjust_agc_delta from WebRtcVoiceEngineSteve Anton
2017-12-07Deliver packet to Call as rtc::CopyOnWriteBufferDanil Chapovalov
2017-11-24Use the new AudioProcessing statistics everywhere.Ivo Creusen
2017-11-23Move APM initialization into WebRtcVoiceEngineFredrik Solenberg
2017-11-21Move ADM initialization into WebRtcVoiceEngineFredrik Solenberg
2017-11-21Optional: Use nullopt and implicit construction in /mediaOskar Sundbom
2017-11-16Removes unused sample-rate APIs from the ADM.henrika
2017-11-14Merge MediaChannel's OnTransportOverheadChanged and OnNetworkRouteChanged cal...Zhi Huang
2017-11-09Stop using LOG macros in favor of RTC_ prefixed macros.Mirko Bonadei
2017-10-31Enable cpplint in media/Steve Anton
2017-10-17Removes more unused ADM APIs:henrika
2017-10-16Stop using ANDROID macro in favour of WEBRTC_ANDROID.Mirko Bonadei
2017-10-13Media track ID visibility at BWE levelAlex Narest
2017-10-04Reland "Reland "Remove WEBRTC_TRACE.""Fredrik Solenberg
2017-10-04Revert "Reland "Remove WEBRTC_TRACE.""Fredrik Solenberg
2017-10-04Reland "Remove WEBRTC_TRACE."Fredrik Solenberg
2017-10-03Revert "Remove WEBRTC_TRACE."Fredrik Solenberg
2017-10-03Remove WEBRTC_TRACE.Fredrik Solenberg
2017-10-02Added RTCMediaStreamTrackStats.jitterBufferDelay for audioGustaf Ullberg
2017-09-20Only return stats for the most recent unsignaled audio stream.deadbeef
2017-09-18Added RTCMediaStreamTrackStats.concealmentEventsGustaf Ullberg