aboutsummaryrefslogtreecommitdiff
path: root/audio/channel_send.cc
AgeCommit message (Expand)Author
2021-06-22ModuleRtcRtcpImpl2: remove Module inheritance.upstream-masterMarkus Handell
2021-04-23Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few filesTomas Gunnarsson
2021-03-12Replace legacy RtpRtcp::GetRemoteStat function with GetLatestReportBlockDataDanil Chapovalov
2021-02-10Use SequenceChecker from public APIArtem Titov
2021-02-02Replace rtc::ThreadChecker with webrtc::SequenceCheckerArtem Titov
2021-01-27Fixing audio timestamp stall during inactivation (under a kill switch)Minyue Li
2021-01-12Revert "Add task queue to RtpRtcpInterface::Configuration."Niels Moller
2021-01-12Add task queue to RtpRtcpInterface::Configuration.Niels Möller
2020-07-06Migrate audio/ to use webrtc::MutexMarkus Handell
2020-06-29Removes locking in TransportFeedbackProxy.Erik Språng
2020-06-04Remove dependency from RtpRtcp on the Module interface.Tomas Gunnarsson
2020-06-03Deprecate the static RtpRtcp::Create() method.Tomas Gunnarsson
2020-05-07Replaces OverheadObserver with simple getter.Erik Språng
2020-04-14insertable streams: include rtp_timestamp offset for audioPhilipp Hancke
2020-03-31Transform encoded frames in ChannelSend.Marina Ciocea
2020-03-31Insert audio frame transformer between encoder and packetizer.Marina Ciocea
2020-01-27Reland "Send absolute capture time through audio coding module."Minyue Li
2020-01-23Revert "Send absolute capture time through audio coding module."Minyue Li
2020-01-23Send absolute capture time through audio coding module.Minyue Li
2020-01-15Cleanup: Using RtpRtcp directly from AudioSendStreamSebastian Jansson
2020-01-14Concatenate string literals at compile time.Jonas Olsson
2019-12-02Minor fixes to ChannelSend.Mirko Bonadei
2019-11-26Delete media transport integration.Bjorn A Mellem
2019-10-31Removes RPLR based FEC controller.Sebastian Jansson
2019-10-15Cleanup: Replacing set extension status bool with CHECK.Sebastian Jansson
2019-10-15Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received"Niels Möller
2019-10-15Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received"Mirko Bonadei
2019-10-14Fix GetStats bytesSent/Received, wireup headerBytesSent/ReceivedNiels Möller
2019-10-04Adds support for passing a vector of packets to the paced sender.Erik Språng
2019-09-17Replacing local closure classes with C++14 moving capture lambdas.Sebastian Jansson
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-08-30Delete unused logic for audio RtcpMode::kOffNiels Möller
2019-08-28Removes TransportSequenceNumberAllocatorErik Språng
2019-08-26Removes deprecated InsertPacket/TimeToSendPacket/TimeToSendPaddingErik Språng
2019-08-21Set local ssrc at construction of Rtp moduleErik Språng
2019-08-21Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrcErik Språng
2019-08-07Delete deprecated rtc_event_log headerDanil Chapovalov
2019-08-01Reland "Only include payload in bytes sent/received."Bjorn A Mellem
2019-07-29Revert "Only include payload in bytes sent/received."Bjorn Mellem
2019-07-24Move RtpPacketSender and merge it with RtpPacketPacer.Erik Språng
2019-07-23Only include payload in bytes sent/received.Bjorn A Mellem
2019-07-15Set local ssrc at construction (audio)Erik Språng
2019-07-09Enables usage of ChannelMixer in WebRTC's output mixer.henrika
2019-06-24Avoid triggering a false error logging when using encryptor and sending DTX.Minyue Li
2019-06-24Switch from RtpPacketSender to RtpPacketPacer interface usage.Erik Språng
2019-05-28Reland "Avoid encrypting empty audio packet."Minyue Li
2019-05-27[audio] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfoHenrik Boström
2019-05-21Introduce MediaTransportConfigAnton Sukhanov
2019-05-21Revert "Avoid encrypting empty audio packet."Minyue Li
2019-05-21Avoid encrypting empty audio packet.Minyue Li