1. f298855 Cleanup of feedback observer interface by Sebastian Jansson · 4 years, 10 months ago
  2. 9cdc9cc Cleanup of deprecated RTPSender code by Erik Språng · 4 years, 10 months ago
  3. 05c4792 Removes OnPacketAdded callback from feedback adapter. by Sebastian Jansson · 4 years, 10 months ago
  4. 77b7529 Reland "Use RtpSenderEgress directly instead of via RTPSender" by Erik Språng · 4 years, 10 months ago
  5. cff20c2 Adds protected bitrate helper methods to RtpRtcpImpl by Erik Språng · 4 years, 10 months ago
  6. a81e2b4 Revert "Use RtpSenderEgress directly instead of via RTPSender" by Erik Språng · 4 years, 10 months ago
  7. b533010 Use RtpSenderEgress directly instead of via RTPSender by Erik Språng · 4 years, 10 months ago
  8. 67ac9e8 Prepares RTPSender for extracting RtpSenderEgress by Erik Språng · 4 years, 10 months ago
  9. a922904 Calls OnPacketsAcknowledged on RtpRtcp instead of RTPSender directly. by Erik Språng · 4 years, 10 months ago
  10. fc78aac Batches video frame packets when posting to pacer by Erik Språng · 4 years, 10 months ago
  11. 712b676 Stop using gtest internal macro GTEST_ARRAY_SIZE_ by Danil Chapovalov · 4 years, 11 months ago
  12. dbbf413 Fix use of unitialized value in test by Erik Språng · 4 years, 11 months ago
  13. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 11 months ago
  14. 671b403 Split RTPSender into pre- and post-pacer parts. by Erik Språng · 4 years, 11 months ago
  15. c06aef2 Reland "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 4 years, 11 months ago
  16. fbe84ef Revert "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 4 years, 11 months ago
  17. 96f3de0 Use just a lookup map of RTP modules in PacketRouter by Erik Språng · 4 years, 11 months ago
  18. 7ea9b80 Set StreamDataCountersCallback on construction of RTP modules by Erik Språng · 4 years, 11 months ago
  19. b11c411 Removed unused RTCP methods SendFeedbackPacket and SendNetworkStateEstimate by Per Kjellander · 4 years, 11 months ago
  20. 82ed5d1 Replace RtpPacketizerH264::Fragment struct with rtc::ArrayView by Danil Chapovalov · 4 years, 11 months ago
  21. 6841d25 Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const" by Erik Språng · 4 years, 11 months ago
  22. f39c815 Cleanup: Replacing set extension status bool with CHECK. by Sebastian Jansson · 4 years, 11 months ago
  23. e8a6bc3 Revert "Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const"" by Erik Språng · 4 years, 11 months ago
  24. c934821 Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const" by Erik Språng · 4 years, 11 months ago
  25. 4ed0b52 Revert "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const" by Erik Språng · 4 years, 11 months ago
  26. 17608dc RtpRtcp modules and below: Make media, RTX and FEC SSRCs const by Erik Språng · 4 years, 11 months ago
  27. 0deef72 Remove deprecated functions in RTPSenderVideo by Danil Chapovalov · 4 years, 11 months ago
  28. 75acef3 Reject invalid spatial index by Kuang-che Wu · 5 years ago
  29. 51bf200 Reduce number of RTPVideoSender::SendVideo parameters by Danil Chapovalov · 5 years ago
  30. 1699981 Add void::RtcpFeedbackSenderInterface::SendCombinedRtcpPacket by Per Kjellander · 5 years ago
  31. cbbfd08 Replace virtual RtcpPacket::SetSenderSsrc with base member by Danil Chapovalov · 5 years ago
  32. 28214cd Fix handling of large packets in RtxReceiveStream by Niels Möller · 5 years ago
  33. 955f8fd Add virtual method rtcp::RtcpPacket::SetSenderSsrc by Per Kjellander · 5 years ago
  34. 7c06777 Cleanup includes in modules/include/module_common_types.h by Danil Chapovalov · 5 years ago
  35. dc34a25 Adds RTPSenderVideo::Config struct with red/ulpfec config by Erik Språng · 5 years ago
  36. ea55b08 Adds support for passing a vector of packets to the paced sender. by Erik Språng · 5 years ago
  37. 6cf554e Reduces locking in RtpSenderVideo. by Erik Språng · 5 years ago
  38. f1e97b9 Reland "Prepares RtpSenderVideo for batch forwarding of generated packets" by Erik Språng · 5 years ago
  39. 08a9f98 Revert "Prepares RtpSenderVideo for batch forwarding of generated packets" by Erik Språng · 5 years ago
  40. e7314cd In ulpfec receiver check for malformed packets to avoid DCHECKS tirggering by Ilya Nikolaevskiy · 5 years ago
  41. a21d50c Prepares RtpSenderVideo for batch forwarding of generated packets by Erik Språng · 5 years ago
  42. 741bab0 Add Slice method to CopyOnWriteBuffer and use it in FEC code. by Ilya Nikolaevskiy · 5 years ago
  43. 1b57541 Always pass arguments to INSTANTIATE_TEST_SUITE_P. by Mirko Bonadei · 5 years ago
  44. 834a554 Include module_common_types.h only where needed by Niels Möller · 5 years ago
  45. ef83cc5 Add fuzzer testing for Dependency Descriptor rtp header extension by Danil Chapovalov · 5 years ago
  46. 04fd215 Cleanup passing rtp packet to ulpfec receiver. by Danil Chapovalov · 5 years ago
  47. e24557f Declare api:libjingle_peerconnection_api dependency on media:media_base by Niels Möller · 5 years ago
  48. 6ed60e3 Implement Dependency Descriptor writer by Danil Chapovalov · 5 years ago
  49. 693bf1e Delete modules/rtp_rtcp local DivideRoundToNearest in favor on one in rtc_base by Danil Chapovalov · 5 years ago
  50. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  51. 3d16474 in RtcpTransciever use lambdas with move capture. by Danil Chapovalov · 5 years ago
  52. f5dec1c Implement Dependency Descriptor reader by Danil Chapovalov · 5 years ago
  53. eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 5 years ago
  54. a74e477 Deprecate legacy RtpHeaderExtensionMap::Register function by Danil Chapovalov · 5 years ago
  55. ef85f2b Clean away unused enum RtpPacketSendResult by Erik Språng · 5 years ago
  56. d8ac383 Delete temporary accessors in RtpDepacketizer::ParsedPayload by Danil Chapovalov · 5 years ago
  57. 2d7b2f5 Reland "Improve performance of RtpPacketHistory" by Erik Språng · 5 years ago
  58. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  59. c77df78 Revert "Improve performance of RtpPacketHistory" by Qingsi Wang · 5 years ago
  60. 9e380fd Improve performance of RtpPacketHistory by Erik Språng · 5 years ago
  61. a5d952f Reland "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  62. 4d7dac6 Remove usage of RtpRtcp::SetSSRC() in RtpRtcpImplTest by Erik Språng · 5 years ago
  63. 0987273 Add option to enable retransmission for all temporal layers in the constructor for rtp_sender_video. by Andrei Dumitru · 5 years ago
  64. f294d26 Delete deprecated method StreamStatistician::GetStatistics by Niels Möller · 5 years ago
  65. 1a3859c Simplify book-keeping of lost packets by Niels Möller · 5 years ago
  66. 59e1464 Fix 28 ClangTidy - Readability findings in modules/rtp_rtcp/ by Danil Chapovalov · 5 years ago
  67. 082696e Revert "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  68. a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 5 years ago
  69. eec5fff Refactor FEC code to use COW buffers by Ilya Nikolaevskiy · 5 years ago
  70. f660e81 Revert "Simplify pacer queue" by Erik Språng · 5 years ago
  71. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
  72. 16946e3 Remove unused StorageType enum by Erik Språng · 5 years ago
  73. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 5 years ago
  74. 7db900e Simplify pacer queue by Erik Språng · 5 years ago
  75. fac7e31 Removes TransportSequenceNumberAllocator by Erik Språng · 5 years ago
  76. caef51e Consolidate FEC book-keeping by Niels Möller · 5 years ago
  77. 70768f4 Remove usage of StorageType enum by Erik Språng · 5 years ago
  78. 1fbfecd Use a pass-through pacer instead of special-cased pacerless mode by Erik Språng · 5 years ago
  79. c15f92a Cleanup, remove media_send_ssrc field by Erik Språng · 5 years ago
  80. 8a61d0f Remove deprecated RTPSender ctor variant by Erik Språng · 5 years ago
  81. 4208a13 Removes deprecated InsertPacket/TimeToSendPacket/TimeToSendPadding by Erik Språng · 5 years ago
  82. d77cc24 New const method StreamStatistician::GetStats by Niels Möller · 5 years ago
  83. 05f8f1d Add helper classes to send and receive abs-capture-time extensions. by Chen Xing · 5 years ago
  84. f5815fa Remove WebRTC-Pacer-LegacyPacketReferencing flag and most usage by Erik Språng · 5 years ago
  85. 54d5d2c Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrc by Erik Språng · 5 years ago
  86. 93f5189 Remove some usage of RtpRtcp::SetSSRC() by Erik Språng · 5 years ago
  87. 83773b5 Delete deprecated RtpRtcp::CreateRtpRtcp factory by Danil Chapovalov · 5 years ago
  88. 78c56cb Delete deprecated version of ReceiveStatistics::Create by Niels Möller · 5 years ago
  89. d781965 Delete StreamDataCountersCallback from ReceiveStatistics by Niels Möller · 5 years ago
  90. 01525f9 Delete method StreamStatistician::GetDataCounters by Niels Möller · 5 years ago
  91. 58b496b Let StreamStatistician::GetReceiveStreamDataCounters return counters by value by Niels Möller · 5 years ago
  92. 0d210ee Change return type of of ReceiveStatistics::Create to unique_ptr. by Niels Möller · 5 years ago
  93. 12ebfa6 Delete RtcpStatisticsCallback from ReceiveStatistics by Niels Möller · 5 years ago
  94. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  95. e08648d Add `AbsoluteCaptureTime` to `RtpPacketInfo`. by Chen Xing · 5 years ago
  96. 4d7c405 Split out RtcpCnameCallback from RtcpStatisticsCallback by Niels Möller · 5 years ago
  97. b56cca3 Remove the old `ContributingSources` class. by Chen Xing · 5 years ago
  98. 9a9f18a Get WebRTC.Video.ReceivedPacketsLostInPercent from ReceiveStatistics by Niels Möller · 5 years ago
  99. 60ffc31 Fix potential crash if nack is being processed when media gets disabled by Erik Språng · 5 years ago
  100. 630443a Remove usage of RTPSender::SetSsrc() in unit tests by Erik Språng · 5 years ago