1. c96aa30 Minor refactoring of RtpVideoSender by Erik Språng · 4 years, 1 month ago
  2. 61d1773 Remove deactivated RTP modules from PacketRouter map. by Erik Språng · 4 years, 1 month ago
  3. 37dfddd Avoid treating VP8 key frame in simulcast as delta frame by Danil Chapovalov · 4 years, 2 months ago
  4. 0be1846 Fix enabling DependencyDescriptor for VP9 with spatial layers by Danil Chapovalov · 4 years, 2 months ago
  5. 2accc7d Revert "Add task queue to RtpRtcpInterface::Configuration." by Niels Moller · 4 years, 3 months ago
  6. f23e214 Add task queue to RtpRtcpInterface::Configuration. by Niels Möller · 4 years, 3 months ago
  7. 9a12ee5 Use frame rate in video overhead calculation. by Jakob Ivarsson · 4 years, 4 months ago
  8. 36274f9 Reland "Reland "Default enable WebRTC-SendSideBwe-WithOverhead."" by Jakob Ivarsson · 4 years, 5 months ago
  9. d546186 Revert "Reland "Default enable WebRTC-SendSideBwe-WithOverhead."" by Björn Terelius · 4 years, 5 months ago
  10. 1dbe30c Reland "Default enable WebRTC-SendSideBwe-WithOverhead." by Jakob Ivarsson · 4 years, 5 months ago
  11. 27af3c4 Revert "Default enable WebRTC-SendSideBwe-WithOverhead." by Jakob Ivarsson · 4 years, 5 months ago
  12. 87c1950 Default enable WebRTC-SendSideBwe-WithOverhead. by Jakob Ivarsson · 4 years, 5 months ago
  13. af70418 Hookup VideoSendStreamImpl::OnVideoLayersAllocationUpdate to RtpVideoSender. by Per Kjellander · 4 years, 6 months ago
  14. b647785 Cleans up code related to legacy pre-pacing fec generation. by Erik Språng · 4 years, 6 months ago
  15. 3c65a2b Cleans up code related to video packetization overhead. by Erik Språng · 4 years, 6 months ago
  16. ab89d02 Cleans up code related to early loss detection flag. by Erik Språng · 4 years, 6 months ago
  17. 10ea118 Default-enables WebRTC-DeferredFecGeneration. by Erik Språng · 4 years, 6 months ago
  18. 383f2cf Stop mentioning RTPFragmentationHeader in call/ by Danil Chapovalov · 4 years, 8 months ago
  19. 31cb3ab Do not propage RTPFragmentationHeader into rtp_rtcp by Danil Chapovalov · 4 years, 9 months ago
  20. 8fe932a Migrate call/ to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  21. 1d50cb6 Reland "Reland "Allows FEC generation after pacer step."" by Erik Språng · 4 years, 9 months ago
  22. a1888ae Revert "Reland "Allows FEC generation after pacer step."" by Erik Språng · 4 years, 9 months ago
  23. 19df870 Reland "Allows FEC generation after pacer step." by Erik Språng · 4 years, 9 months ago
  24. 1b48532 Revert "Allows FEC generation after pacer step." by Erik Språng · 4 years, 9 months ago
  25. 75fd127 Allows FEC generation after pacer step. by Erik Språng · 4 years, 9 months ago
  26. f25761d Remove dependency from RtpRtcp on the Module interface. by Tomas Gunnarsson · 4 years, 10 months ago
  27. fae0562 Deprecate the static RtpRtcp::Create() method. by Tomas Gunnarsson · 4 years, 10 months ago
  28. f1c5b95 Rename worker_queue to send_transport_queue. by Marina Ciocea · 4 years, 10 months ago
  29. 2e69660 [InsertableStreams] Send transformed frames on worker queue. by Marina Ciocea · 4 years, 10 months ago
  30. 2b7d969 RtpVideoSender: remove lock recursions. by Markus Handell · 4 years, 11 months ago
  31. bf46cfe Refactors send rate statistics in RtpSenderEgress by Erik Språng · 5 years ago
  32. 04e1bab Replaces OverheadObserver with simple getter. by Erik Språng · 5 years ago
  33. 4210888 Refactors FEC in preparation for deferred packet generation. by Erik Språng · 5 years ago
  34. cbc0cba Updates RtpVideoSender to populate RtpRtcp::Config.field_trials by Erik Språng · 5 years ago
  35. dc69fd2 [InsertableStreams] Fix video sender simulcast. by Marina Ciocea · 5 years ago
  36. d03d968 Revert "[InsertableStreams] Fix simulcast: set frame transformer for all streams" by Marina Ciocea · 5 years ago
  37. d926cf6 [InsertableStreams] Fix simulcast: set frame transformer for all streams by Marina Ciocea · 5 years ago
  38. f45ca37 [Stats] Explicit RTP-RTX and RTP-FEC mappings. Unblocks simulcast stats. by Henrik Boström · 5 years ago
  39. bd74d5c Pass callbacks for RtcpReceiver at construction by Danil Chapovalov · 5 years ago
  40. f87536c Reland "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 5 years ago
  41. 3a087a8 Transform encoded frame in RTPSenderVideo. by Marina Ciocea · 5 years ago
  42. e77912b Insert frame transformer between Encoded and Packetizer. by Marina Ciocea · 5 years ago
  43. c310889 Revert "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 5 years ago
  44. 49734dc Reland "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 5 years ago
  45. 2272f20 Allow sending DependencyDescriptor rtp header extension in call by Danil Chapovalov · 5 years ago
  46. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
  47. 2517a47 Rename factory names for Frequency unit type by Danil Chapovalov · 5 years ago
  48. cb4d380 Revert "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 5 years ago
  49. 11af1d7 Refactors UlpFec and FlexFec to use a common interface. by Erik Språng · 5 years ago
  50. 3663f94 Moves RtpSequenceNumberMap from RtpSenderVideo to RtpSenderEgress. by Erik Språng · 5 years ago
  51. 56e611b Reland "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery" by Erik Språng · 5 years ago
  52. 632a03c Revert "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery" by Erik Språng · 5 years ago
  53. 4f68f53 Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery by Erik Språng · 5 years ago
  54. c3eb9fd Reland "Reland "Only include overhead if using send side bandwidth estimation."" by Sebastian Jansson · 5 years ago
  55. 4356490 Revert "Reland "Only include overhead if using send side bandwidth estimation."" by Mirko Bonadei · 5 years ago
  56. 086055d Reland "Only include overhead if using send side bandwidth estimation." by Sebastian Jansson · 5 years ago
  57. c709412 Revert "Only include overhead if using send side bandwidth estimation." by Sebastian Jansson · 5 years ago
  58. 8c79c6e Only include overhead if using send side bandwidth estimation. by Sebastian Jansson · 5 years ago
  59. b529b7a Add string<->VideoCodecType conversion for all codec types. by Danil Chapovalov · 5 years ago
  60. f298855 Cleanup of feedback observer interface by Sebastian Jansson · 5 years ago
  61. a922904 Calls OnPacketsAcknowledged on RtpRtcp instead of RTPSender directly. by Erik Språng · 5 years ago
  62. 7ea9b80 Set StreamDataCountersCallback on construction of RTP modules by Erik Språng · 5 years ago
  63. 82ed2e8 Cleanup: Propagating BitrateAllocationUpdate to RtpVideoSender by Sebastian Jansson · 5 years ago
  64. 6841d25 Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const" by Erik Språng · 5 years ago
  65. f39c815 Cleanup: Replacing set extension status bool with CHECK. by Sebastian Jansson · 5 years ago
  66. e8a6bc3 Revert "Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const"" by Erik Språng · 5 years ago
  67. c934821 Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const" by Erik Språng · 5 years ago
  68. 4ed0b52 Revert "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const" by Erik Språng · 5 years ago
  69. 17608dc RtpRtcp modules and below: Make media, RTX and FEC SSRCs const by Erik Språng · 5 years ago
  70. 51bf200 Reduce number of RTPVideoSender::SendVideo parameters by Danil Chapovalov · 5 years ago
  71. dc34a25 Adds RTPSenderVideo::Config struct with red/ulpfec config by Erik Språng · 5 years ago
  72. 6cf554e Reduces locking in RtpSenderVideo. by Erik Språng · 5 years ago
  73. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  74. 0987273 Add option to enable retransmission for all temporal layers in the constructor for rtp_sender_video. by Andrei Dumitru · 6 years ago
  75. fac7e31 Removes TransportSequenceNumberAllocator by Erik Språng · 6 years ago
  76. 54d5d2c Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrc by Erik Språng · 6 years ago
  77. 93f5189 Remove some usage of RtpRtcp::SetSSRC() by Erik Språng · 6 years ago
  78. 463d44a Don't crash when simulcast layer count is different from RID count by Florent Castelli · 6 years ago
  79. e1795f4 Adds remote estimate RTCP packet. by Sebastian Jansson · 6 years ago
  80. 67daf71 Implement RtpVideoSender::SetFecAllowed() by Elad Alon · 6 years ago
  81. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 6 years ago
  82. cf41eb1 Reland "Cleanup of video packet overhead calculation." by Sebastian Jansson · 6 years ago
  83. f6c914a Revert "Reland "Cleanup of video packet overhead calculation."" by Sebastian Jansson · 6 years ago
  84. 35d4e43 Reland "Cleanup of video packet overhead calculation." by Sebastian Jansson · 6 years ago
  85. b64af4b Add retransmission_allowed flag to encoder output by Elad Alon · 6 years ago
  86. 845c6aa Add support for early loss detection using transport feedback. by Erik Språng · 6 years ago
  87. 87e3f9d [video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 6 years ago
  88. a0e9943 Negotiation of LNTF controls instantiation of RTPSenderVideo::rtp_sequence_number_map_ by Elad Alon · 6 years ago
  89. f3db34d Revert "Cleanup of video packet overhead calculation." by Sebastian Jansson · 6 years ago
  90. 62ce035 RtpVideoSender nits by Elad Alon · 6 years ago
  91. 890bc30 Cleanup of video packet overhead calculation. by Sebastian Jansson · 6 years ago
  92. fe68daa Add option to configure raw RTP packetization per payload type. by Mirta Dvornicic · 6 years ago
  93. bd7046c Remove redundant feedback_packet_seq_num_set_ in RtpVideoSender by Erik Språng · 6 years ago
  94. 490d76c Remove packets from RtpPacketHistory if acked via TransportFeedback by Erik Språng · 6 years ago
  95. f8c1ed5 Revert "Remove packets from RtpPacketHistory if acked via TransportFeedback" by Erik Språng · 6 years ago
  96. 3890e99 Remove packets from RtpPacketHistory if acked via TransportFeedback by Erik Språng · 6 years ago
  97. 898395d RTPSenderVideo::GetSentRtpPacketInfo() over a set of sequence numbers by Elad Alon · 6 years ago
  98. 0a8562e Forward LossNotification from RTCPReceiver to EncoderRtcpFeedback by Elad Alon · 6 years ago
  99. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  100. 8b60e8b Give VideoSendStreamImpl access to RTP timestamps by Elad Alon · 6 years ago