aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2021-04-23Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few filesTomas Gunnarsson
2021-04-13Speed up FrameCombiner::Combine by 3xSteve Anton
2021-04-01Remove assoc_send_channel_lock_ from ChannelReceive.Tomas Gunnarsson
2021-04-01Use module_process_thread_ for thread checks in ChannelReceive.Tomas Gunnarsson
2021-03-23Add `RTCRemoteOutboundRtpStreamStats` for audio streamsAlessio Bazzica
2021-03-23Fix timestamps for the remote outbound audio stream statsAlessio Bazzica
2021-03-12Add remote-outbound stats for audio streamsAlessio Bazzica
2021-03-12Replace legacy RtpRtcp::GetRemoteStat function with GetLatestReportBlockDataDanil Chapovalov
2021-02-24Feed the clock skew to AbsoluteCaptureTimeReceiver in audio receiver.Minyue Li
2021-02-22Replace RTC_DEPRECATED with ABSL_DEPRECATEDDanil Chapovalov
2021-02-11Deliver packet info to source listeners when audio playout is disabled.Ranveer Aggarwal
2021-02-10Use SequenceChecker from public APIArtem Titov
2021-02-10Remove deprecated thread checkerArtem Titov
2021-02-04Reland "Fix data race for config_ in AudioSendStream"Artem Titov
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-03Revert "Fix data race for config_ in AudioSendStream"Henrik Boström
2021-02-02Prepare to avoid hops to worker for network events.Tomas Gunnarsson
2021-02-02Replace rtc::ThreadChecker with webrtc::SequenceCheckerArtem Titov
2021-02-01Fix data race for config_ in AudioSendStreamArtem Titov
2021-02-01Remove from chromium build targets that are not compatible with it.Andrey Logvin
2021-01-29Add absl_deps field for rtc_test and rtc_executableAndrey Logvin
2021-01-27Fixing audio timestamp stall during inactivation (under a kill switch)Minyue Li
2021-01-19ChannelStatistics RTT test case around remote SSRC change.Tim Na
2021-01-18Reduce redundant flags for audio stream playout state.Tomas Gunnarsson
2021-01-15Reland "Refactor rtc_base build targets."Mirko Bonadei
2021-01-14Revert "Refactor rtc_base build targets."Mirko Bonadei
2021-01-13Reland "ChannelStatistics used for RTP stats in VoipStatistics."Tim Na
2021-01-12Revert "ChannelStatistics used for RTP stats in VoipStatistics."Alex Loiko
2021-01-12ChannelStatistics used for RTP stats in VoipStatistics.Tim Na
2021-01-12Revert "Add task queue to RtpRtcpInterface::Configuration."Niels Moller
2021-01-12Add task queue to RtpRtcpInterface::Configuration.Niels Möller
2021-01-11Refactor rtc_base build targets.Mirko Bonadei
2020-12-15Using absl::optional for round trip time return type handling.Tim Na
2020-12-11Enforcing return type handling on VoIP API.Tim Na
2020-12-07Remove nesting of Naggy/Strict/NiceMockAlex Konradi
2020-11-26Cleanup of bwe_defines.hNiels Möller
2020-11-24Default enable sending transport sequence numbers on audio packets.Jakob Ivarsson
2020-11-23Reland "Introduce RTC_NO_UNIQUE_ADDRESS."Mirko Bonadei
2020-11-20Defining API result types on VoIP APITim Na
2020-11-18Reland "Rename FATAL() into RTC_FATAL()."Mirko Bonadei
2020-11-18Revert "Rename FATAL() into RTC_FATAL()."Mirko Bonadei
2020-11-17Locating input audio level before TaskQueue.Tim Na
2020-11-17Rename FATAL() into RTC_FATAL().Mirko Bonadei
2020-11-13VoipVolumeControl subAPI for VoIP APITim Na
2020-11-12Delay VoipCore initialization.Tim Na
2020-11-12Name change on channel and channel_id for consistency.Tim Na
2020-11-04Enable continuous audio polling from ADM after StopPlay in VoIP APITim Na
2020-11-03Delete legacy stats minWaitingTimeMs and medianWaitingTimeMs from ACM.Niels Möller
2020-11-03Adding total duration and more test cases to VoipStatistics.Tim Na