1. c310889 Revert "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 4 years, 8 months ago
  2. 49734dc Reland "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 4 years, 8 months ago
  3. 9526c55 Refactoring mock_transport to be used separately by Tim Na · 4 years, 9 months ago
  4. 95800f6 Authenticate video header when dependency descriptor is sent by Danil Chapovalov · 4 years, 9 months ago
  5. e209fe6 Do not propagate generic descriptor on receiving frame by Danil Chapovalov · 4 years, 9 months ago
  6. cb4d380 Revert "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 4 years, 9 months ago
  7. 11af1d7 Refactors UlpFec and FlexFec to use a common interface. by Erik Språng · 4 years, 9 months ago
  8. bc1750d Revert "Do not propagate generic descriptor on receiving frame" by Danil Chapovalov · 4 years, 9 months ago
  9. abf73de Do not propagate generic descriptor on receiving frame by Danil Chapovalov · 4 years, 9 months ago
  10. d0e1885 Clean up dead code in RtpSenderVideo. by Erik Språng · 4 years, 9 months ago
  11. 56e611b Reland "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery" by Erik Språng · 4 years, 9 months ago
  12. 632a03c Revert "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery" by Erik Språng · 4 years, 9 months ago
  13. 4f68f53 Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery by Erik Språng · 4 years, 9 months ago
  14. 670af26 in RtpSenderVideo add support for writing DependencyDescriptor header extension by Danil Chapovalov · 4 years, 9 months ago
  15. 67dcb4b Publish DependencyDescriptor structures in the api by Danil Chapovalov · 4 years, 10 months ago
  16. 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 10 months ago
  17. d06588a Change Av1 depacketizer to implement VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 10 months ago
  18. b42aeaa Move RtpDepacketizerH264 into own files by Danil Chapovalov · 4 years, 10 months ago
  19. 27f4d32 Add VideoRtpDepacketizerGeneric by Danil Chapovalov · 4 years, 11 months ago
  20. 32fe4ef Move vp9 rtp depacketization to VideoRtpDepacketizerVp9 by Danil Chapovalov · 4 years, 11 months ago
  21. eae6896 Move vp8 rtp depacketization to VideoRtpDepacketizerVp8 by Danil Chapovalov · 5 years ago
  22. 80bc1ac Add implementations of the VideoRtpDepacketizer interface by Danil Chapovalov · 5 years ago
  23. fc50e44 Introduce VideoRtpDepacketizer interface to replace RtpDepacketizer by Danil Chapovalov · 5 years ago
  24. 096a46f Implement AV1 RtpPacketizer class by Danil Chapovalov · 5 years ago
  25. 038fd99 Add RtpDepacketizerAv1::AssembleFrame function by Danil Chapovalov · 5 years ago
  26. ccf12c6 Reland "Add AV1 RtpDepacketizer class" by Danil Chapovalov · 5 years ago
  27. 9f99175 Revert "Add AV1 RtpDepacketizer class" by Yves Gerey · 5 years ago
  28. 49470c2 Add AV1 RtpDepacketizer class by Danil Chapovalov · 5 years ago
  29. bae1275 Using unit types in TransportFeedbackAdapter. by Sebastian Jansson · 5 years ago
  30. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  31. 671b403 Split RTPSender into pre- and post-pacer parts. by Erik Språng · 5 years ago
  32. 75acef3 Reject invalid spatial index by Kuang-che Wu · 5 years ago
  33. 834a554 Include module_common_types.h only where needed by Niels Möller · 5 years ago
  34. e24557f Declare api:libjingle_peerconnection_api dependency on media:media_base by Niels Möller · 5 years ago
  35. 6ed60e3 Implement Dependency Descriptor writer by Danil Chapovalov · 5 years ago
  36. 693bf1e Delete modules/rtp_rtcp local DivideRoundToNearest in favor on one in rtc_base by Danil Chapovalov · 5 years ago
  37. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  38. f5dec1c Implement Dependency Descriptor reader by Danil Chapovalov · 5 years ago
  39. eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 5 years ago
  40. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  41. a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 5 years ago
  42. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
  43. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 5 years ago
  44. 05f8f1d Add helper classes to send and receive abs-capture-time extensions. by Chen Xing · 5 years ago
  45. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  46. b56cca3 Remove the old `ContributingSources` class. by Chen Xing · 5 years ago
  47. aa59eca Move RtpPacketSender and merge it with RtpPacketPacer. by Erik Språng · 5 years ago
  48. e1795f4 Adds remote estimate RTCP packet. by Sebastian Jansson · 5 years ago
  49. 52e5242 Add trait to Build/Parse DependencyDescriptor rtp header extension by Danil Chapovalov · 5 years ago
  50. f53cfa9 Add new RtpPacketPacer interface, with callback. by Erik Språng · 5 years ago
  51. 9c16af7 Add a tracker for RTCRtpContributingSource and RTCRtpSynchronizationSource. by Chen Xing · 5 years ago
  52. eceb537 Add RtpPacketHistory::SetSendTime() by Erik Språng · 5 years ago
  53. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  54. e86af2c Allowing buffering a LNTF (loss notification) feedback message in RTCPSender by Elad Alon · 5 years ago
  55. f204787 ReportBlockData and observer added, for stats collection in future CLs. by Henrik Boström · 5 years ago
  56. abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 6 years ago
  57. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  58. f88aa97 Introduce RtpSequenceNumberMap by Elad Alon · 6 years ago
  59. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  60. 91c2606 Use Abseil container algorithms in modules/rtp_rtcp/ by Steve Anton · 6 years ago
  61. a7de698 Add functions IsLegalMidName and IsLegalRsidName by Niels Möller · 6 years ago
  62. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 6 years ago
  63. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  64. ef1052a Reland "Move api/rtp_headers.h to its own build target." by Niels Möller · 6 years ago
  65. 2baef35 Revert "Move api/rtp_headers.h to its own build target." by Steve Anton · 6 years ago
  66. a67050d Move api/rtp_headers.h to its own build target. by Niels Möller · 6 years ago
  67. dd025d8 Avoid using global task queue factory in RtcpTransciever tests by Danil Chapovalov · 6 years ago
  68. c936cb6 Make AudioFrameType an enum class, and move to audio_coding_module_typedefs.h by Niels Möller · 6 years ago
  69. 1aa7581 Replace all usage of rtc::NewClosure with webrtc::ToQueuedTask by Danil Chapovalov · 6 years ago
  70. e11b7d2 Replace field trials with WebRtcKeyValueConfig in RtpRtcpModule by Per Kjellander · 6 years ago
  71. e7b9e6b Move RtpSenderVideo tests to separate file. by Niels Möller · 6 years ago
  72. a34d776 Move RtpSenderAudioTest to its own file by Niels Möller · 6 years ago
  73. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  74. f8e7ccb Create new RTCP feedback message - LossIndication by Elad Alon · 6 years ago
  75. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
  76. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  77. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  78. f1ab9b9 Refactor creation of ColorSpace test data by Johannes Kron · 6 years ago
  79. 18f0c3c Add RegisterAudioSendPayload() method by Fredrik Solenberg · 6 years ago
  80. 53382cb Move RtcpStatistics from common_types.h to a new header file by Niels Möller · 6 years ago
  81. aa3c1cc Delete _strnicmp. Uses replaced with abseil functions. by Niels Möller · 6 years ago
  82. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  83. 6dd7f91 Remove deprecated deregistration functions in RtcpTransceiver by Danil Chapovalov · 6 years ago
  84. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  85. 98f5f6c In RtcpTransceiver functions with callback avoid relying on PostTaskAndReply by Danil Chapovalov · 6 years ago
  86. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  87. 23b2a25 Remove unlimited retransmission for screenshare experiment code by Ilya Nikolaevskiy · 6 years ago
  88. 44b384d Delete support for VoIP metrics (RFC 3611 4.7) by Niels Möller · 6 years ago
  89. 4a72ba9 Delete RtpReceiver and related code. by Niels Möller · 6 years ago
  90. 7b18992 Move RtpHeaderExtensionMap::GetTotalLengthInBytes into own file by Danil Chapovalov · 6 years ago
  91. 5c25010 Set public visibility for rtp_rtcp and video_coding targets by Danil Chapovalov · 6 years ago
  92. 1f3206c Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 by Niels Möller · 6 years ago
  93. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  94. db12856 Cleanup modules_common_types by Danil Chapovalov · 6 years ago
  95. f0076d3 Add RtcpTransceiver::Stop to allow non-blocking destruction by Danil Chapovalov · 6 years ago
  96. 1a6a4f3 Replace WeakPtr with CancelablePeriodicTask in RtcpTransceiverImpl by Danil Chapovalov · 6 years ago
  97. 376e114 in RtpPacketizerVp8 factor out payload splitter function by Danil Chapovalov · 6 years ago
  98. 8a3c166 Cleanup RtpPacketizerVP8 tests by Danil Chapovalov · 6 years ago
  99. 523b4c4 Add unlimited retransmission experiment for screenshare by Ilya Nikolaevskiy · 6 years ago
  100. af17595 Refactor RtpReceiverImpl, extracting CSRC book-keeping to its own class by Niels Möller · 6 years ago