aboutsummaryrefslogtreecommitdiff
path: root/modules/rtp_rtcp/source/rtcp_sender_unittest.cc
AgeCommit message (Expand)Author
2021-06-21RTCPSender: migrate to Timestamp.Markus Handell
2021-06-21RTCPSender: migrate to own configuration struct.Markus Handell
2021-05-21Use webrtc::Clock to query for the NTP time and to convert timestampsPaul Hallak
2021-04-28Make RTCPSenderTest test more robust to orderingVictor Boivie
2021-04-25Change return type of SetSendingStatus to be void.Tomas Gunnarsson
2021-02-16Delete unused functions in RtpSender, RtcpSender and RtcpReceiverDanil Chapovalov
2021-01-25Cleanup RtcpSender from legacy functionalityDanil Chapovalov
2021-01-12Revert "Add task queue to RtpRtcpInterface::Configuration."Niels Moller
2021-01-12Add task queue to RtpRtcpInterface::Configuration.Niels Möller
2020-12-03Delete SetRtcpXrRrtrStatus, make it a construction-time settingNiels Möller
2020-12-01Take out the RTCPSender object under test from the test fixtureNiels Möller
2020-06-08Remove SetRTCPApplicationSpecificData.Tomas Gunnarsson
2020-06-04Remove dependency from RtpRtcp on the Module interface.Tomas Gunnarsson
2020-05-20Add thread/sequence checks to ModuleRtpRtcpImpl.Tommi
2020-02-27Allow REMB messages to be sent immediately in RtcpTransceiverPer Kjellander
2019-10-15Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const"Erik Språng
2019-10-15Revert "Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const""Erik Språng
2019-10-15Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const"Erik Språng
2019-10-15Revert "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const"Erik Språng
2019-10-15RtpRtcp modules and below: Make media, RTX and FEC SSRCs constErik Språng
2019-10-10Add void::RtcpFeedbackSenderInterface::SendCombinedRtcpPacketPer Kjellander
2019-08-21Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrcErik Språng
2019-07-12Reland "Add ability to set RTCP sender ssrc at construction time"Mirko Bonadei
2019-07-12Revert "Reland "Add ability to set RTCP sender ssrc at construction time""Mirko Bonadei
2019-07-09Reland "Add ability to set RTCP sender ssrc at construction time"Erik Språng
2019-07-08Revert "Add ability to set RTCP sender ssrc at construction time"Ilya Nikolaevskiy
2019-07-08Add ability to set RTCP sender ssrc at construction timeErik Språng
2019-07-08Format almost everything.Jonas Olsson
2019-06-03Allowing buffering a LNTF (loss notification) feedback message in RTCPSenderElad Alon
2019-04-01Delete unneeded direct includes of common_types.hNiels Möller
2019-02-28[clang-tidy] Apply bugprone-argument-comment fixes.Mirko Bonadei
2019-02-25Connect LossNotificationController to RtpRtcpElad Alon
2018-11-22Remove the audio/video split for the RTCP report intervals.Jiawei Ou
2018-11-13Delete obsolete interface class RtpDataNiels Möller
2018-10-26Use monotonic clock to derive NTP timestamps in RTCP moduleIlya Nikolaevskiy
2018-10-24Forward audio rtp frequency to Rtcp sender and use it for SR packetsIlya Nikolaevskiy
2018-10-05Turning off a stream should results in target bitrate 0 signalErik Språng
2018-10-05Delete support for VoIP metrics (RFC 3611 4.7)Niels Möller
2018-10-04Send rtcp target bitrate immediately on new bitrate allocation structureErik Språng
2018-09-28Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1Niels Möller
2018-08-30Delete StreamStatistician::IsRetransmitOfOldPacketNiels Möller
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-06-15Replace rtc::Optional with absl::optional in modules/rtp_rtcpDanil Chapovalov
2018-06-13Remove "webrtc_rtp" traces.Jonas Olsson
2018-04-23Move BitrateAllocation to api/ and rename it VideoBitrateAllocationErik Språng
2018-04-16Handle Receiver Reference Time Report from multiple receivers.Mirta Dvornicic
2018-03-09Reland "Enable and fix chromium clang warnings in rtp_rtcp test targets"Danil Chapovalov
2018-03-09Revert "Enable and fix chromium clang warnings in rtp_rtcp test targets"Oleh Prypin
2018-03-09Enable and fix chromium clang warnings in rtp_rtcp test targetsDanil Chapovalov
2018-02-01Make RTCP report interval configurableJiawei Ou