aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_send_stream.cc
AgeCommit message (Expand)Author
2018-04-19Uses config struct with bitrate allocator.Sebastian Jansson
2018-04-03This CL removes all usages of our custom ostream << overloads.Jonas Olsson
2018-03-29Fix MID not always getting set with audioSteve Anton
2018-03-26Wire up MID send value to the PeerConnection APISteve Anton
2018-03-26Remove unnecessary proxy+lock code around RtcpRttStats pointerTommi
2018-03-21Pass a real audio codec pair ID to encoders that we createKarl Wiberg
2018-03-21Reporting packet feedback availability in AudioSendStreamSebastian Jansson
2018-03-05Production code: Pass codec ID argument to audio codecsKarl Wiberg
2018-02-28Removed SetTransportOverhead in transport controller.Sebastian Jansson
2018-02-16Removing access to pacer in rtp controller.Sebastian Jansson
2018-02-16Removing access to send side cc in rtp controller.Sebastian Jansson
2018-02-01Move AudioSendStream lifetime reporting into destructorSam Zackrisson
2018-01-25Remove logging in audio/* from release builds.Jonas Olsson
2018-01-17Move remaining traces of VoiceEngineFredrik Solenberg
2018-01-11Move ownership of voe::Channel into Audio[Receive|Send]Stream.Fredrik Solenberg
2018-01-08Reland "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allo...Seth Hampson
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-20Don't (re-)configure BitrateObserver unless already sendingOskar Sundbom
2017-12-18Replace VoEBase::[Start/Stop]Send().Fredrik Solenberg
2017-12-15Remove voe::TransmitMixerFredrik Solenberg
2017-12-07Do not add audio bitrate observer if TWCC sending is not supportedAlex Narest
2017-11-24Use the new AudioProcessing statistics everywhere.Ivo Creusen
2017-11-17Optional: Use nullopt and implicit construction in /audioOskar Sundbom
2017-11-16Deprecated BitrateController::CreateRtcpBandwidthObserver.Sebastian Jansson
2017-11-09Stop using LOG macros in favor of RTC_ prefixed macros.Mirko Bonadei
2017-10-20Reland of BWE allocation strategyAlex Narest
2017-10-19Revert "BWE allocation strategy"Alex Narest
2017-10-19BWE allocation strategyAlex Narest
2017-10-17Revert "BWE allocation strategy allows controlling of bitrate allocation with...Lu Liu
2017-10-17BWE allocation strategy allows controlling of bitrate allocation with WEBRTC ...Alex Narest
2017-10-13Media track ID visibility at BWE levelAlex Narest
2017-10-03Fix potentional race in AudioSendStream constructorDanil Chapovalov
2017-09-29Remove voe::Statistics.solenberg
2017-09-15Fixing WebRTC after moving from src/webrtc to src/Mirko Bonadei
2017-09-15Moving src/webrtc into src/.Mirko Bonadei