1. f417238 Remove iceRegatherIntervalRange by Steve Anton · 4 years, 9 months ago
  2. 4a5dab0 [Stats] Include fecPackets[Reeceived/Discarded] in Members() by Henrik Boström · 4 years, 9 months ago
  3. 71ff073 Validate ICE ufrag/pwd according to the spec by Steve Anton · 4 years, 9 months ago
  4. a104ceb Revert "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 4 years, 9 months ago
  5. 9bac68c Reland "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 4 years, 9 months ago
  6. 00a3087 Revert "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 4 years, 9 months ago
  7. 529d886 Allow DTMF delay configurability by Aaron Alaniz · 4 years, 9 months ago
  8. 133bf2b Reland "Distinguish between send and receive codecs" by Johannes Kron · 4 years, 9 months ago
  9. 100fe63 Fix race condition around rtc::ScopedFakeClock. by Yves Gerey · 4 years, 9 months ago
  10. e57b266 Revert "Distinguish between send and receive codecs" by Steve Anton · 4 years, 9 months ago
  11. 692f3c7 Explicitly wait for ICE to complete in VerifyBestConnection by Steve Anton · 4 years, 9 months ago
  12. a9b67ce Explicitly wait for ICE state to transition to 'completed' in VerifyIceStates by Steve Anton · 4 years, 9 months ago
  13. c0f25cf Distinguish between send and receive codecs by Johannes Kron · 4 years, 9 months ago
  14. 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 9 months ago
  15. ccab06f Revert "Replaces SynchronousMethodCall with rtc::Thread::Invoke." by Guido Urdaneta · 4 years, 9 months ago
  16. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 9 months ago
  17. f5ecb5f Revert "Reland "Reland "Reland "Distinguish between send and receive video codecs"""" by Mirko Bonadei · 4 years, 9 months ago
  18. 9cad4dc Reland "Reland "Reland "Distinguish between send and receive video codecs""" by Johannes Kron · 4 years, 10 months ago
  19. b0e0728 Replaces SynchronousMethodCall with rtc::Thread::Invoke. by Sebastian Jansson · 4 years, 9 months ago
  20. ab81316 Housekeeping: Declare DataChannelController immovable by Harald Alvestrand · 4 years, 9 months ago
  21. 910cdc2 Add a round-trip test that stats.toJson output is parseable by Harald Alvestrand · 4 years, 9 months ago
  22. b19eb39 Delete obsolete unused rtp header extension conversion by Danil Chapovalov · 4 years, 10 months ago
  23. 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 4 years, 9 months ago
  24. 43e62fc Fix Heap-use-after-free. by Markus Handell · 4 years, 10 months ago
  25. 4f40fa5 Implement RTCOutboundRtpStreamStats::remoteId. by Henrik Boström · 4 years, 10 months ago
  26. e8d54b9 Provide a default async resolver factory if none injected to PeerConnection. by Qingsi Wang · 4 years, 10 months ago
  27. b5159fe Revert "Reland "Reland "Distinguish between send and receive video codecs""" by Olga Sharonova · 4 years, 10 months ago
  28. 4e64e60 Reland "Reland "Distinguish between send and receive video codecs"" by Johannes Kron · 4 years, 10 months ago
  29. f9d92ed Revert "Reland "Distinguish between send and receive video codecs"" by Ilya Nikolaevskiy · 4 years, 10 months ago
  30. 2697ac1 Stop an SCTP connection when the DTLS transport closes. by Harald Alvestrand · 4 years, 10 months ago
  31. 77eb338 Reland "Distinguish between send and receive video codecs" by Johannes Kron · 4 years, 10 months ago
  32. 17ea068 Integration test that verifies that data channels open. by Harald Alvestrand · 4 years, 10 months ago
  33. f2d6fe6 Revert "Reland "Distinguish between send and receive video codecs"" by Johannes Kron · 4 years, 10 months ago
  34. 26e6afe Reland "Distinguish between send and receive video codecs" by Johannes Kron · 4 years, 10 months ago
  35. 977b265 Reduce some logging at INFO level by moving log statements by Harald Alvestrand · 4 years, 10 months ago
  36. 22619b3 Allow external initialization of libsrtp. by Sebastian Jansson · 4 years, 10 months ago
  37. f22af3c Revert "Distinguish between send and receive video codecs" by Johannes Kron · 4 years, 10 months ago
  38. 18314bd Distinguish between send and receive video codecs by Johannes Kron · 4 years, 10 months ago
  39. ef3998f Add directive to make webrtc metrics optional. by Ying Wang · 4 years, 10 months ago
  40. dfbfb46 Return an error when datachannel closes due to network error by Harald Alvestrand · 4 years, 11 months ago
  41. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 4 years, 11 months ago
  42. 907dc80 Reland "Add support for RtpEncodingParameters::max_framerate" by Florent Castelli · 4 years, 11 months ago
  43. fc90797 Fix for defect found by clusterfuzz. by Markus Handell · 4 years, 11 months ago
  44. 755187f Detect and reject mismatched DataChannel types. by Harald Alvestrand · 4 years, 11 months ago
  45. 749f660 Enable SSRC 0 in MediaChannel methods by Saurav Das · 4 years, 11 months ago
  46. 0095d37 Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent by Eldar Rello · 4 years, 11 months ago
  47. 9c27ed2 VideoRtpReceiver: Enable encoded frame sink. by Markus Handell · 4 years, 11 months ago
  48. 246724b Move messaging -> PostTask for freeing datachannels by Harald Alvestrand · 4 years, 11 months ago
  49. 934afc6 Deprecate RtpReceiver's SetParameters method by Saurav Das · 5 years ago
  50. 05e4d08 Refactoring DataChannelController from PeerConnection part 4 by Harald Alvestrand · 4 years, 11 months ago
  51. a8c2f51 Remove unused non-standard RtpEncodingParameters members by Florent Castelli · 5 years ago
  52. 00cf34c Refactor DataChannel control out of PeerConnection by Harald Alvestrand · 4 years, 11 months ago
  53. b877e71 Delete FunctorMessageHandler, in tests use alternative ways to post functors by Danil Chapovalov · 4 years, 11 months ago
  54. 8931345 Take FunctionView rather than any functor reference in the rtc::Thread::Invoke by Danil Chapovalov · 4 years, 11 months ago
  55. 2dec496 Add directive to make TRACE_EVENT macros optional. by Doudou Kisabaka · 5 years ago
  56. 5cef9c3 Revert "Add support for RtpEncodingParameters::max_framerate" by Florent Castelli · 5 years ago
  57. c363982 Convert proxy.h helper classes to variadic templates by Steve Anton · 5 years ago
  58. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  59. 44d7ec0 Add Opus-only audio codec factories by Karl Wiberg · 5 years ago
  60. d5e2f21 VideoRtpTrackSource: implement encoded source methods. by Markus Handell · 5 years ago
  61. 353a718 Address failing wpt test cases for the rollback feature by Eldar Rello · 5 years ago
  62. 15be528 Add support for RtpEncodingParameters::max_framerate by Florent Castelli · 5 years ago
  63. 00376e1 Add totalInterFrameDelay to RTCInboundRTPStreamStats by Johannes Kron · 5 years ago
  64. 15f2ff4 VideoRtpReceiver: factor out VideoRtpTrackSource. by Markus Handell · 5 years ago
  65. 662678d Adds injectable trials from peerconnection down to transport controller. by Erik Språng · 5 years ago
  66. 408cb4b Make SCTPtransport enter "closed" state when DTLStransport does. by Harald Alvestrand · 5 years ago
  67. 25ec888 Make ICE transports injectable. by Qingsi Wang · 5 years ago
  68. 7b46e17 In rtc::ByteBuffer drop support for ORDER_HOST as unused by Danil Chapovalov · 5 years ago
  69. 01294f0 Don't configure video codec switching if no video stream has been created. by philipel · 5 years ago
  70. ee6f4f6 [PeerConnection] Implement asynchronous version of AddIceCandidate(). by Henrik Boström · 5 years ago
  71. 3ac6375 Add 3 missing RTC_EXPORT. by Mirko Bonadei · 5 years ago
  72. c3d1f9b Enable injection of a custom NetEqFactory into PeerConnectionFactory. by Ivo Creusen · 5 years ago
  73. 2ebbff8 do not offer gcm as the preferred cipher suite by Philipp Hancke · 5 years ago
  74. 32913c1 Removes the flakiness in PeerConnectionUsageHistogramTest. by Qingsi Wang · 5 years ago
  75. 4e19670 [PeerConnection] Implement parameterless SetLocalDescription(). by Henrik Boström · 5 years ago
  76. c6c3f86 Expose TLS version and SRTP cipher to API by Harald Alvestrand · 5 years ago
  77. a3728d3 Reland "[PeerConnection] Use an OperationsChain in PeerConnection for async ops." by Henrik Boström · 5 years ago
  78. 5cb7807 Implement crypto stats on DTLS transport by Harald Alvestrand · 5 years ago
  79. 16cec3b Added allow_codec_switching parameter to RTCConfig. by philipel · 5 years ago
  80. 49c0880 Revert "[PeerConnection] Use an OperationsChain in PeerConnection for async ops." by Henrik Boström · 5 years ago
  81. 1dddaa1 [PeerConnection] Use an OperationsChain in PeerConnection for async ops. by Henrik Boström · 5 years ago
  82. fcf79cc Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats. by Åsa Persson · 5 years ago
  83. ead0ec9 Add firing of OnRemoveTrack and OnRenegotationNeeded during rollback by Eldar Rello · 5 years ago
  84. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  85. 8038541 Update the header extensions capabilities with mid, rid and rrid by Florent Castelli · 5 years ago
  86. ac0a4cb Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Niels Möller · 5 years ago
  87. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  88. ef0627f Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Mirko Bonadei · 5 years ago
  89. f8998cf Add a turn port prune policy to keep the first ready turn port. by Honghai Zhang · 5 years ago
  90. fbde32e Fix GetStats bytesSent/Received, wireup headerBytesSent/Received by Niels Möller · 5 years ago
  91. 5ab79e6 Reland "Implement rollback for setRemoteDescription" by Eldar Rello · 5 years ago
  92. 5740f3e Clarify expectation on GlobalLock by Danil Chapovalov · 5 years ago
  93. d0704ce Remove RTCP tests from channel_unittest. by Bjorn A Mellem · 5 years ago
  94. 907f154 Revert "Implement rollback for setRemoteDescription" by Alex Loiko · 5 years ago
  95. 16d4c4d Implement rollback for setRemoteDescription by Eldar Rello · 5 years ago
  96. f3f03e2 Removing outdated tests. by Alex Loiko · 5 years ago
  97. ff27da5 Add/remove receive streams with SSRC 0 from media channels by Saurav Das · 5 years ago
  98. bfcec4c Delete old placeholders for moved api/ header files by Niels Möller · 5 years ago
  99. 8e1343a Add an alt-protocol to SDP to indicate which m= sections use a plugin transport. by Bjorn A Mellem · 5 years ago
  100. 7da4e56 Allow receive-only use of datagram transport for data channels. by Bjorn A Mellem · 5 years ago