1. 2ee43d6 Callback to NetworkStateEstimateObserver before NetworkLinkRtcpObserver by Per K · 6 months ago
  2. a8829eb macro cleanup: "(const override)" -> "(const, override)" by Mirko Bonadei · 6 months ago
  3. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 7 months ago
  4. 363917a Add support for receiving CongestionControlFeedback to RTCPReceiver by Per K · 11 months ago
  5. faf3987 Split ModuleRtpRtcpImpl2::TrySendPacket into three subfunctions. by Per K · 1 year ago
  6. 630c40d Update RtpSenderVideo::SendVideo/SendEncodedImage to take Timestamp/TimeDelta types by Danil Chapovalov · 1 year, 9 months ago
  7. 434deda Cleanup RtcpReceiver from using RtcpBandwidthObser callback interface by Danil Chapovalov · 1 year, 11 months ago
  8. 5251863 In RtcpReceiver implement calling NetworkLinkRtcpObserver interface by Danil Chapovalov · 1 year, 11 months ago
  9. 53817b8 Delete legacy RtpRtcpInterface::RTT by Danil Chapovalov · 1 year, 11 months ago
  10. 8095d02 Add RtpRtcpInterface::LastRtt function to replace RtpRtcpInterface::RTT by Danil Chapovalov · 1 year, 11 months ago
  11. c8c4a28 Introduce support for video packet batching. by Markus Handell · 1 year, 11 months ago
  12. cb838e2 Move packets into RtpRtcpInterface and RtpSenderEgress. by Markus Handell · 1 year, 11 months ago
  13. 9f39721 Delete RtpRtcpInterface::RemoteNtp as redundant to GetSenderReportStats by Danil Chapovalov · 2 years, 1 month ago
  14. e1137d7 Delete deprecated variant of IncomingRtcpPacket function by Danil Chapovalov · 2 years, 2 months ago
  15. 1f206b8 Use ArrayView in the IncomingRtcpPacket function. by Harald Alvestrand · 2 years, 2 months ago
  16. 83c357f Remove deprecated RecoveredPacketReceiver::OnRecoveredPacket signature by Per K · 2 years, 3 months ago
  17. f6777a4 Delete unused rtp_rtcp method "SetCsrcs" by Harald Alvestrand · 2 years, 4 months ago
  18. 5045949 Add ability to abort retransmissions. by Erik Språng · 2 years, 7 months ago
  19. bc61014 Delete RtpRtcpInterface::SetRid. by Niels Möller · 2 years, 10 months ago
  20. d14e889 Adopt absl::string_view in modules/rtp_rtcp by Ali Tofigh · 2 years, 11 months ago
  21. 47ff35d Delete some unneeded references to module.h and module_api target. by Niels Möller · 3 years, 3 months ago
  22. 723b35f Delete legacy function to deregister rtp header extension by type by Danil Chapovalov · 3 years, 6 months ago
  23. 2562cf0 Reland "Wire up non-sender RTT for audio, and implement related standardized stats." by Ivo Creusen · 3 years, 7 months ago
  24. 2c41cba Revert "Wire up non-sender RTT for audio, and implement related standardized stats." by Björn Terelius · 3 years, 7 months ago
  25. fb0dca6 Wire up non-sender RTT for audio, and implement related standardized stats. by Ivo Creusen · 3 years, 7 months ago
  26. b6bbdeb Allow RTP module thread checking to know PacketRouter status. by Erik Språng · 3 years, 8 months ago
  27. 8c40d51 Make it possible to enable/disable receive-side RTT with a setter. by Ivo Creusen · 3 years, 9 months ago
  28. 08be9ba Don't recreate the audio receive stream when updating the local_ssrc. by Tommi · 3 years, 10 months ago
  29. ab63350 Delete RtpRtcp::RemoteRTCPStat in favor of GetLatestReportBlockData by Danil Chapovalov · 4 years, 1 month ago
  30. bc1c93d Add remote-outbound stats for audio streams by Alessio Bazzica · 4 years, 1 month ago
  31. be810cba Delete SetRtcpXrRrtrStatus, make it a construction-time setting by Niels Möller · 4 years, 4 months ago
  32. af6ea0c Delete internal getter methods from RtpRtcpInterface by Niels Möller · 4 years, 4 months ago
  33. fbb31df Delete RtpRtcp::BitrateSent as no longer used by Danil Chapovalov · 4 years, 6 months ago
  34. 1d50cb6 Reland "Reland "Allows FEC generation after pacer step."" by Erik Språng · 4 years, 9 months ago
  35. a1888ae Revert "Reland "Allows FEC generation after pacer step."" by Erik Språng · 4 years, 9 months ago
  36. 19df870 Reland "Allows FEC generation after pacer step." by Erik Språng · 4 years, 9 months ago
  37. 1b48532 Revert "Allows FEC generation after pacer step." by Erik Språng · 4 years, 9 months ago
  38. 75fd127 Allows FEC generation after pacer step. by Erik Språng · 4 years, 9 months ago
  39. 6434864 Deprecate a few unused methods in RtpRtcpInterface by Tomas Gunnarsson · 4 years, 10 months ago
  40. 9766b89 Remove SetRTCPApplicationSpecificData. by Tomas Gunnarsson · 4 years, 10 months ago
  41. f25761d Remove dependency from RtpRtcp on the Module interface. by Tomas Gunnarsson · 4 years, 10 months ago
  42. 014197b In modules/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
  43. bf46cfe Refactors send rate statistics in RtpSenderEgress by Erik Språng · 5 years ago
  44. 2454d85 Cleanup rtp_rtcp mocks by Danil Chapovalov · 5 years ago
  45. 04e1bab Replaces OverheadObserver with simple getter. by Erik Språng · 5 years ago
  46. bd74d5c Pass callbacks for RtcpReceiver at construction by Danil Chapovalov · 5 years ago
  47. 3663f94 Moves RtpSequenceNumberMap from RtpSenderVideo to RtpSenderEgress. by Erik Språng · 5 years ago
  48. 1e51a38 Makes padding prefer video SSRCs instead of audio. by Erik Språng · 5 years ago
  49. a922904 Calls OnPacketsAcknowledged on RtpRtcp instead of RTPSender directly. by Erik Språng · 5 years ago
  50. c06aef2 Reland "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 5 years ago
  51. fbe84ef Revert "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 5 years ago
  52. 96f3de0 Use just a lookup map of RTP modules in PacketRouter by Erik Språng · 5 years ago
  53. 7ea9b80 Set StreamDataCountersCallback on construction of RTP modules by Erik Språng · 5 years ago
  54. f39c815 Cleanup: Replacing set extension status bool with CHECK. by Sebastian Jansson · 5 years ago
  55. 1699981 Add void::RtcpFeedbackSenderInterface::SendCombinedRtcpPacket by Per Kjellander · 5 years ago
  56. 4208a13 Removes deprecated InsertPacket/TimeToSendPacket/TimeToSendPadding by Erik Språng · 6 years ago
  57. 4d7c405 Split out RtcpCnameCallback from RtcpStatisticsCallback by Niels Möller · 6 years ago
  58. e1795f4 Adds remote estimate RTCP packet. by Sebastian Jansson · 6 years ago
  59. 999a72a Reland "Optimize PacketRouter/RTPSender interactions." by Mirko Bonadei · 6 years ago
  60. 66147e8 Revert "Optimize PacketRouter/RTPSender interactions." by Mirko Bonadei · 6 years ago
  61. 6f129b3 Optimize PacketRouter/RTPSender interactions. by Erik Språng · 6 years ago
  62. f6468d2 Wire up new PacedSender code path. by Erik Språng · 6 years ago
  63. 478cb46 Add GeneratePadding method to replace TimeToSendPadding by Erik Språng · 6 years ago
  64. 9c771c2 Add TrySendPacket() method to RTP modules. by Erik Språng · 6 years ago
  65. ab6fc11 Delete RtpRtcp methods SetKeyFrameRequestMethod and RequestKeyFrame by Niels Möller · 6 years ago
  66. 961407f Delete unused method RtpRtcp::GetRtpPacketLossStats by Niels Möller · 6 years ago
  67. e86af2c Allowing buffering a LNTF (loss notification) feedback message in RTCPSender by Elad Alon · 6 years ago
  68. 845c6aa Add support for early loss detection using transport feedback. by Erik Språng · 6 years ago
  69. 6e436d1 [audio] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 6 years ago
  70. 87e3f9d [video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 6 years ago
  71. d287962 Distinguish between missing packet and send failure. by Erik Språng · 6 years ago
  72. 490d76c Remove packets from RtpPacketHistory if acked via TransportFeedback by Erik Språng · 6 years ago
  73. f8c1ed5 Revert "Remove packets from RtpPacketHistory if acked via TransportFeedback" by Erik Språng · 6 years ago
  74. 3890e99 Remove packets from RtpPacketHistory if acked via TransportFeedback by Erik Språng · 6 years ago
  75. ee5ccbc Move ownership of RTPSenderAudio to ChannelSend. by Niels Möller · 6 years ago
  76. 5fe9510 Move ownership of RTPSenderVideo one more level up, to RtpVideoSender by Niels Möller · 6 years ago
  77. 7d6a4c0 Connect LossNotificationController to RtpRtcp by Elad Alon · 6 years ago
  78. bebca61 Delete unused method SetSelectiveRetransmissions by Niels Möller · 6 years ago
  79. 482b3ef Account for packetization overhead when setting target bitrate. by Erik Språng · 6 years ago
  80. 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 6 years ago
  81. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
  82. 18f0c3c Add RegisterAudioSendPayload() method by Fredrik Solenberg · 6 years ago
  83. 8fb5746 Delete obsolete interface class RtpData by Niels Möller · 6 years ago
  84. 9190b82 Propagate SDP negotiation of extmap-allow-mixed to RtpHeaderExtensionMap by Johannes Kron · 6 years ago
  85. 1bca65b Makes RtpSender indicate allocation and feedback status on packets. by Sebastian Jansson · 6 years ago
  86. 44b384d Delete support for VoIP metrics (RFC 3611 4.7) by Niels Möller · 6 years ago
  87. 585d1aa Register video rtp header extensions in rtp_rtcp by uri by Danil Chapovalov · 7 years ago
  88. d264df5 Replace rtc::Optional with absl::optional in modules/rtp_rtcp by Danil Chapovalov · 7 years ago
  89. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 7 years ago
  90. eeaa8f9 Directly include VideoBitrateAllocation in modules/rtp_rtcp/ targets by Erik Språng · 7 years ago
  91. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 7 years ago
  92. d746da6 Delete obsolete methods from MockRtpRtcp. by Niels Möller · 7 years ago
  93. 296a0ce Add MID sending to RTPSender by Steve Anton · 7 years ago
  94. dd7e284 Reland "Enable and fix chromium clang warnings in rtp_rtcp test targets" by Danil Chapovalov · 7 years ago
  95. 01aa210 Revert "Enable and fix chromium clang warnings in rtp_rtcp test targets" by Oleh Prypin · 7 years ago
  96. 9486b11 Enable and fix chromium clang warnings in rtp_rtcp test targets by Danil Chapovalov · 7 years ago
  97. ef9daee Using mock transport controller in audio unit tests. by Sebastian Jansson · 7 years ago
  98. 1de4b62 Change RtpRtcp::SetRemb signature to match RtcpTransceiver::SetRemb by Danil Chapovalov · 7 years ago
  99. 51e21aa Simplify RtpRtcp interface for REMB by Danil Chapovalov · 7 years ago
  100. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago