aboutsummaryrefslogtreecommitdiff
path: root/media/engine/webrtc_voice_engine.cc
AgeCommit message (Expand)Author
2021-06-17Make WebRtcAudioReceiveStream::stream_ const.Tommi
2021-06-16Update the sync_group id without recreating audio receive streams.Tommi
2021-06-16Don't recreate the audio receive stream when updating the local_ssrc.Tommi
2021-06-14Don't recreate audio receive streams on header extension update.Tommi
2021-06-14Avoid recreating the audio stream when a frame decryptor is set.Tommi
2021-06-09Reland "Remove AudioReceiveStream::Reconfigure() method."Tommi
2021-06-09Revert "Remove AudioReceiveStream::Reconfigure() method."Andrey Logvin
2021-06-09Remove AudioReceiveStream::Reconfigure() method.Tommi
2021-05-07Remove lock from MediaChannelTommi
2021-05-07Make MediaChannel classes aware of the network thread.Tommi
2021-04-27Remove Mutex from BaseChannel.Tommi
2021-04-23Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few filesTomas Gunnarsson
2021-04-19Handle OnPacketSent on the network thread via MediaChannel.Tomas Gunnarsson
2021-04-16Fix unsignalled ssrc race in WebRtcVideoChannel.Henrik Boström
2021-03-23Add `RTCRemoteOutboundRtpStreamStats` for audio streamsAlessio Bazzica
2021-03-23Change default adaptive ptime min bitrate to 16kbps.Jakob Ivarsson
2021-03-18Make num_encoded_channels_ atomicGustaf Ullberg
2021-02-03Reland "Prepare to avoid hops to worker for network events."Tomas Gunnarsson
2021-02-03Revert "Prepare to avoid hops to worker for network events."Mirko Bonadei
2021-02-02Prepare to avoid hops to worker for network events.Tomas Gunnarsson
2021-02-02Replace rtc::ThreadChecker with webrtc::SequenceCheckerArtem Titov
2021-01-19Call MediaChannel::OnPacketReceived on the network thread.Tomas Gunnarsson
2021-01-18Reduce redundant flags for audio stream playout state.Tomas Gunnarsson
2020-12-15Surface the number of encoded channelsGustaf Ullberg
2020-11-26Move iOS noise suppression override to default settingsSam Zackrisson
2020-10-02Async audio processing APIOlga Sharonova
2020-09-29Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORSNiels Möller
2020-09-22Reland: Wires up WebrtcKeyValueBasedConfig in media engines.Erik Språng
2020-09-17Revert "Wires up WebrtcKeyValueBasedConfig in media engines."Artem Titov
2020-09-17Wires up WebrtcKeyValueBasedConfig in media engines.Erik Språng
2020-09-14Fix standard GetStats to not modify NetEq state.Niels Möller
2020-09-02Default streams: don't block media even if on different transceiver.Taylor Brandstetter
2020-08-20Removing call to deprecated SetExtraOptions methodPer Åhgren
2020-08-06red: add red closer to opus in the SDPPhilipp Hancke
2020-08-03red: only enable RED if its preferred as send codecPhilipp Hancke
2020-07-30Improves logging in MediaChannelhenrika
2020-06-25Add RtpEncodingParameters.adaptive_ptime.Jakob Ivarsson
2020-06-25negotiate RED codec for audioPhilipp Hancke
2020-05-29use constants for CN and telephone-event codec namesPhilipp Hancke
2020-05-11Change the way that AecDumps are created in APMPer Åhgren
2020-04-26APM: Add build flag to allow building WebRTC without APMPer Åhgren
2020-04-01Insert audio frame transformer between depacketizer and decoder.Marina Ciocea
2020-03-31Insert audio frame transformer between encoder and packetizer.Marina Ciocea
2020-03-16RtpTransceiverInterface: add header_extensions_to_offer()Markus Handell
2020-03-11Add jitterBufferTargetDelay as RTCNonStandardStatsMember to new GetStats APIArtem Titov
2020-03-05Change network_priority from a double to an enum.Taylor Brandstetter
2020-02-18Pass absolute capture time from WebRtcVoiceEngine to ACM.Minyue Li
2020-02-05Send bandwidth updates to all codecs, not just OpusKarl Wiberg
2020-01-29Adding absolute capture timestamp to AudioTrackSinkInterface.Minyue Li
2020-01-14Concatenate string literals at compile time.Jonas Olsson