1. 5efb02b Cleanup AddRtpHeaderExtension for RtpSenderVideo by Danil Chapovalov · 4 years, 5 months ago
  2. bd74d5c Pass callbacks for RtcpReceiver at construction by Danil Chapovalov · 4 years, 5 months ago
  3. 443f266 Cleanup RtcpReceiver tests by Danil Chapovalov · 4 years, 6 months ago
  4. 6817394 Fix: don't use recovered packets in UlpFEC recovery by Artem Titov · 4 years, 6 months ago
  5. ce588ae Add MID/RID configurability to RTPSender. by Rasmus Brandt · 4 years, 6 months ago
  6. f87536c Reland "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 4 years, 6 months ago
  7. f351cff Migrate RtcpTransceiver to use webrtc::TaskQueueBase instead of rtc::TaskQueue by Danil Chapovalov · 4 years, 6 months ago
  8. 3a087a8 Transform encoded frame in RTPSenderVideo. by Marina Ciocea · 4 years, 6 months ago
  9. e77912b Insert frame transformer between Encoded and Packetizer. by Marina Ciocea · 4 years, 6 months ago
  10. c93595b Allow REMB messages to be sent immediately in RtcpTransceiver by Per Kjellander · 4 years, 6 months ago
  11. c310889 Revert "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 4 years, 6 months ago
  12. 49734dc Reland "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 4 years, 6 months ago
  13. 9526c55 Refactoring mock_transport to be used separately by Tim Na · 4 years, 6 months ago
  14. 95800f6 Authenticate video header when dependency descriptor is sent by Danil Chapovalov · 4 years, 6 months ago
  15. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 4 years, 6 months ago
  16. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 6 months ago
  17. c1cbf6b Ship GenericDescriptor00 by default. by Markus Handell · 4 years, 6 months ago
  18. e209fe6 Do not propagate generic descriptor on receiving frame by Danil Chapovalov · 4 years, 6 months ago
  19. 135d9a3 Update dependency descriptor rtp header extension uri by Danil Chapovalov · 4 years, 6 months ago
  20. cb4d380 Revert "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 4 years, 6 months ago
  21. 11af1d7 Refactors UlpFec and FlexFec to use a common interface. by Erik Språng · 4 years, 6 months ago
  22. bc1750d Revert "Do not propagate generic descriptor on receiving frame" by Danil Chapovalov · 4 years, 6 months ago
  23. abf73de Do not propagate generic descriptor on receiving frame by Danil Chapovalov · 4 years, 7 months ago
  24. d0e1885 Clean up dead code in RtpSenderVideo. by Erik Språng · 4 years, 7 months ago
  25. 5528402 Use newer version of TimeDelta and TimeStamp factories in modules/ by Danil Chapovalov · 4 years, 7 months ago
  26. 3663f94 Moves RtpSequenceNumberMap from RtpSenderVideo to RtpSenderEgress. by Erik Språng · 4 years, 7 months ago
  27. 56e611b Reland "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery" by Erik Språng · 4 years, 7 months ago
  28. 31d0f7c Move packet type enum from RtpPacketToSend to rtp_rtcp_defines.h by Björn Terelius · 4 years, 7 months ago
  29. 632a03c Revert "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery" by Erik Språng · 4 years, 7 months ago
  30. 67dba30 Add clock skew estimate between sender and receiver in RemoteNtpTimeEstimator. by Minyue Li · 4 years, 7 months ago
  31. 4f68f53 Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery by Erik Språng · 4 years, 7 months ago
  32. f5d8778 Reland "[VP9] Shift spatial layers on RTP level to always start from 0." by Ilya Nikolaevskiy · 4 years, 7 months ago
  33. 2181228 Revert "[VP9] Shift spatial layers on RTP level to always start from 0." by Ilya Nikolaevskiy · 4 years, 7 months ago
  34. 2e73a3d [VP9] Shift spatial layers on RTP level to always start from 0. by Ilya Nikolaevskiy · 4 years, 7 months ago
  35. 670af26 in RtpSenderVideo add support for writing DependencyDescriptor header extension by Danil Chapovalov · 4 years, 7 months ago
  36. b6bf0b2 Pass picture_id from generic packetizer through codec-specific field by Danil Chapovalov · 4 years, 7 months ago
  37. 5bb9adc Add absolute capture time to video sender path. by Minyue Li · 4 years, 7 months ago
  38. d74c56f Add absolute capture time to audio sender path. by Ruslan Burakov · 4 years, 8 months ago
  39. 67dcb4b Publish DependencyDescriptor structures in the api by Danil Chapovalov · 4 years, 7 months ago
  40. cea9299 in RtpPacket packet pass rtp header extension value by const& by Danil Chapovalov · 4 years, 7 months ago
  41. 629de6f Merge RtpPacket HasExtension and IsExtensionReserved functions by Danil Chapovalov · 4 years, 7 months ago
  42. df2c601 Move Offset constants from VideoSendTiming value to VideoTimingExtension class by Danil Chapovalov · 4 years, 7 months ago
  43. db6ca7f Add safety checks in RtpPacket::ZeroMutableExtensions and fuzz it by Ilya Nikolaevskiy · 4 years, 7 months ago
  44. 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 7 months ago
  45. c6f81a7 Remove higher_spatial_layers from RTPVideoHeader structure as unused. by Danil Chapovalov · 4 years, 7 months ago
  46. edb80cf Delete RtpDepacketizer interface as no longer used by Danil Chapovalov · 4 years, 7 months ago
  47. 61d6471 Change H264 depacketizer to implement VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 7 months ago
  48. d06588a Change Av1 depacketizer to implement VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 8 months ago
  49. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 7 months ago
  50. 7d43801 Delete RtpGenericDepacketizer as no longer used by Danil Chapovalov · 4 years, 8 months ago
  51. b42aeaa Move RtpDepacketizerH264 into own files by Danil Chapovalov · 4 years, 8 months ago
  52. 5c35f2f Delete RtpDepacketizerVp9 in favor of VideoRtpDepacketizerVp9 by Danil Chapovalov · 4 years, 8 months ago
  53. 26e1b7a Delete RtpDepacketizerVp8 in favor of VideoRtpDepacketizerVp8 by Danil Chapovalov · 4 years, 8 months ago
  54. 57218b4 Delete RtpDepacketizer::Create factory by Danil Chapovalov · 4 years, 8 months ago
  55. 27f4d32 Add VideoRtpDepacketizerGeneric by Danil Chapovalov · 4 years, 8 months ago
  56. 00a1bcb Ensure that unset capture timestamp wouldn't cause incorrect SR rtp timestamps by Ilya Nikolaevskiy · 4 years, 8 months ago
  57. 32fe4ef Move vp9 rtp depacketization to VideoRtpDepacketizerVp9 by Danil Chapovalov · 4 years, 8 months ago
  58. eae6896 Move vp8 rtp depacketization to VideoRtpDepacketizerVp8 by Danil Chapovalov · 4 years, 9 months ago
  59. 5e9cac9 Don't try to resend packets that were removed out of order. by Sebastian Jansson · 4 years, 8 months ago
  60. 1e51a38 Makes padding prefer video SSRCs instead of audio. by Erik Språng · 4 years, 9 months ago
  61. a3ecb7a Migrate tests from RtpDepacketizer to VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 9 months ago
  62. 951e289 Add VideoTimingExtension to kFecOrPaddingExtensionSizes. by Bjorn A Mellem · 4 years, 9 months ago
  63. 80bc1ac Add implementations of the VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 9 months ago
  64. fc50e44 Introduce VideoRtpDepacketizer interface to replace RtpDepacketizer by Danil Chapovalov · 4 years, 9 months ago
  65. cae2779 Introduce InbandComfortNoise RTP header extension. by Minyue Li · 4 years, 9 months ago
  66. 577b88d Add new_request flag to SendFullIntraRequest by Evan Shrubsole · 4 years, 9 months ago
  67. 499b3b6 In RtpDepacketizerAV1 use aggregation header to detect key frames by Danil Chapovalov · 4 years, 9 months ago
  68. 0682ca9 Use AV1 packetizer/depacketizer for AV1 bitstreams by Danil Chapovalov · 4 years, 9 months ago
  69. 2dec496 Add directive to make TRACE_EVENT macros optional. by Doudou Kisabaka · 4 years, 9 months ago
  70. 096a46f Implement AV1 RtpPacketizer class by Danil Chapovalov · 4 years, 9 months ago
  71. 5314b13 Fix undefined-shift in RtpDepacketizerAv1::AssembleFrame by Danil Chapovalov · 4 years, 9 months ago
  72. dc36829 Add VideoCodecType::kVideoCodecAV1 value by Danil Chapovalov · 4 years, 9 months ago
  73. 038fd99 Add RtpDepacketizerAv1::AssembleFrame function by Danil Chapovalov · 4 years, 9 months ago
  74. d51cc7b Add absolute capture time property to rtp sources. by Ruslan Burakov · 4 years, 9 months ago
  75. 063c7d1 In dependency descriptor remove extended fields indicator by Danil Chapovalov · 4 years, 9 months ago
  76. ccf12c6 Reland "Add AV1 RtpDepacketizer class" by Danil Chapovalov · 4 years, 9 months ago
  77. 9f99175 Revert "Add AV1 RtpDepacketizer class" by Yves Gerey · 4 years, 9 months ago
  78. 49470c2 Add AV1 RtpDepacketizer class by Danil Chapovalov · 4 years, 9 months ago
  79. 3c78ea4 Enable FEC protection of packets with VideoTimingExtension by Ilya Nikolaevskiy · 4 years, 10 months ago
  80. e9f663c In dependency descritpor add active decode targets bitmask field by Danil Chapovalov · 4 years, 10 months ago
  81. bae1275 Using unit types in TransportFeedbackAdapter. by Sebastian Jansson · 4 years, 10 months ago
  82. 26452ff Cleanup of TransportFeedbackAdapter. by Sebastian Jansson · 4 years, 10 months ago
  83. d1ea4c9 Update comments on Audio Level RTP header extension. by Minyue Li · 4 years, 10 months ago
  84. f298855 Cleanup of feedback observer interface by Sebastian Jansson · 4 years, 10 months ago
  85. 9cdc9cc Cleanup of deprecated RTPSender code by Erik Språng · 4 years, 10 months ago
  86. 05c4792 Removes OnPacketAdded callback from feedback adapter. by Sebastian Jansson · 4 years, 10 months ago
  87. 77b7529 Reland "Use RtpSenderEgress directly instead of via RTPSender" by Erik Språng · 4 years, 10 months ago
  88. cff20c2 Adds protected bitrate helper methods to RtpRtcpImpl by Erik Språng · 4 years, 10 months ago
  89. a81e2b4 Revert "Use RtpSenderEgress directly instead of via RTPSender" by Erik Språng · 4 years, 10 months ago
  90. b533010 Use RtpSenderEgress directly instead of via RTPSender by Erik Språng · 4 years, 10 months ago
  91. 67ac9e8 Prepares RTPSender for extracting RtpSenderEgress by Erik Språng · 4 years, 10 months ago
  92. a922904 Calls OnPacketsAcknowledged on RtpRtcp instead of RTPSender directly. by Erik Språng · 4 years, 10 months ago
  93. fc78aac Batches video frame packets when posting to pacer by Erik Språng · 4 years, 10 months ago
  94. 712b676 Stop using gtest internal macro GTEST_ARRAY_SIZE_ by Danil Chapovalov · 4 years, 10 months ago
  95. dbbf413 Fix use of unitialized value in test by Erik Språng · 4 years, 10 months ago
  96. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 10 months ago
  97. 671b403 Split RTPSender into pre- and post-pacer parts. by Erik Språng · 4 years, 10 months ago
  98. c06aef2 Reland "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 4 years, 10 months ago
  99. fbe84ef Revert "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 4 years, 10 months ago
  100. 96f3de0 Use just a lookup map of RTP modules in PacketRouter by Erik Språng · 4 years, 10 months ago