aboutsummaryrefslogtreecommitdiff
path: root/modules/rtp_rtcp/source/rtcp_sender.cc
AgeCommit message (Expand)Author
2021-06-22ModuleRtcRtcpImpl2: remove Module inheritance.upstream-masterMarkus Handell
2021-06-22RTCPSender: remove compatibility ctor & method.Markus Handell
2021-06-22ModuleRtpRtcpImpl2: remove RTCP send polling.Markus Handell
2021-06-21RTCPSender: migrate to Timestamp.Markus Handell
2021-06-21RTCPSender: migrate to own configuration struct.Markus Handell
2021-06-16Don't recreate the audio receive stream when updating the local_ssrc.Tommi
2021-05-21Use webrtc::Clock to query for the NTP time and to convert timestampsPaul Hallak
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
2020-12-21Delete unneeded and incorrect logic for 32-bit time wrap aroundNiels Möller
2020-12-03Delete SetRtcpXrRrtrStatus, make it a construction-time settingNiels Möller
2020-09-29Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORSNiels Möller
2020-09-11Updates rtcp::CompoundPacket to contain unique pointers to packets.Erik Språng
2020-07-10Migrate leftovers in media/ and modules/ to webrtc::Mutex.Markus Handell
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-05-18RtcpSender: remove lock recursions.Markus Handell
2019-12-17Ensure that unset capture timestamp wouldn't cause incorrect SR rtp timestampsIlya Nikolaevskiy
2019-10-16Removed unused RTCP methods SendFeedbackPacket and SendNetworkStateEstimatePer 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-10-09Add virtual method rtcp::RtcpPacket::SetSenderSsrcPer Kjellander
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-09-04Fix 28 ClangTidy - Readability findings in modules/rtp_rtcp/Danil Chapovalov
2019-08-26Cleanup, remove media_send_ssrc fieldErik 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-07-24Adds remote estimate RTCP packet.Sebastian Jansson
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-03-28Log when a TargetBitrate XR is sent with layers enabled/disabled.Rasmus Brandt
2019-02-25Connect LossNotificationController to RtpRtcpElad Alon
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2018-11-22Remove the audio/video split for the RTCP report intervals.Jiawei Ou
2018-11-06Remove unused member variable - RTCPSender::using_nack_Elad Alon
2018-10-30Revert "Use only first payload timestamp for RTCP SR generation for audio"Ilya Nikolaevskiy
2018-10-30Use only first payload timestamp for RTCP SR generation for audioIlya Nikolaevskiy
2018-10-26Use monotonic clock to derive NTP timestamps in RTCP moduleIlya Nikolaevskiy