1. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  2. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  3. ae3df54 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  4. 47e38b7 Revert "Refactoring MID generation to use unique string generator." by Amit Hilbuch · 6 years ago
  5. 1c37676 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  6. afa07dd [Unified Plan] SRD: Always set associated remote streams. by Henrik Boström · 6 years ago
  7. 06817cd [Unified Plan] Support legacy endpoints that do not use a=mid by Steve Anton · 6 years ago
  8. 1204690 Export the standardized IceConnectionState. by Jonas Olsson · 6 years ago
  9. 5b14778 [Unified Plan] If "a=msid" is missing, create default stream. by Henrik Boström · 6 years ago
  10. a41959e [Unified Plan] Fix old GetStats() not associating track id by Steve Anton · 6 years ago
  11. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  12. 9289eda Revert "Replace the IceConnectionState implementation." by Alex Loiko · 6 years ago
  13. 1e87b4f Replace the IceConnectionState implementation. by Jonas Olsson · 6 years ago
  14. cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
  15. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
  16. 175aa2e Implement data channels over media transport. by Bjorn Mellem · 6 years ago
  17. a9bbd86 Add a configuration parameter for using the media transport for data channels. by Bjorn Mellem · 6 years ago
  18. 8c27cca Promotoing webrtc::CryptoOptions to RTCConfiguration. by Benjamin Wright · 6 years ago
  19. 635474e Compute RTCConnectionState and RTCIceConnectionState. by Jonas Olsson · 6 years ago
  20. 97fc11f Fix the 'SetConfiguration(RTCConfiguration::use_media_transport)' setting. by Piotr (Peter) Slatala · 6 years ago
  21. 98a462c Reland "Reland "Propagate media transport to media channel."" by Anton Sukhanov · 6 years ago
  22. 9accc9f Revert "Reland "Propagate media transport to media channel."" by Oleh Prypin · 6 years ago
  23. da65ed2 Reland "Propagate media transport to media channel." by Anton Sukhanov · 6 years ago
  24. 37cf245 Revert "Propagate media transport to media channel." by Oleh Prypin · 6 years ago
  25. 8c16f74 Propagate media transport to media channel. by Anton Sukhanov · 6 years ago
  26. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 6 years ago
  27. 892acf0 Add support for send_encodings parameters in addTransceiver by Florent Castelli · 6 years ago
  28. ad18276 Revert "Use AsyncInvoker in PeerConnection instead of MessageHandler" by Steve Anton · 6 years ago
  29. bb19276 Use AsyncInvoker in PeerConnection instead of MessageHandler by Steve Anton · 6 years ago
  30. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  31. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 6 years ago
  32. 7a1c7f7 Modified peerconnection's "observer" slot to be nulled on close. by Harald Alvestrand · 6 years ago
  33. 24db573 Step 1: Add RemoveTrackNew which returns an RTCError by Steve Anton · 6 years ago
  34. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 6 years ago
  35. 0f5400a [Unified Plan] Implement FiredDirection for RtpTransceiver by Steve Anton · 6 years ago
  36. 056d811 Add counting of PCs with private IP addresses exposed by Harald Alvestrand · 6 years ago
  37. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  38. d78323f Remove AddTrack override with MediaStreams by Steve Anton · 6 years ago
  39. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  40. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  41. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  42. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  43. b2a7478 Fix usage logging of TURN and STUN servers by Harald Alvestrand · 6 years ago
  44. 111fdfd Refactor RtpSender to take the sender ID as a constructor argument by Steve Anton · 6 years ago
  45. 1979384 Ensure that PC usage is recorded if a PC is alive for 60 seconds. by Harald Alvestrand · 6 years ago
  46. b983bae Remove unused/deprecated DTMF methods by Steve Anton · 6 years ago
  47. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  48. cdd05f0 Implement proper SCTP data channel closing procedure. by Taylor Brandstetter · 6 years ago
  49. 8ebba74 Add collection of usage signatures on PeerConnections by Harald Alvestrand · 6 years ago
  50. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 6 years ago
  51. 0c4f7be New api struct BitrateSettings. by Niels Möller · 6 years ago
  52. cab5888 Integrated PeerConnectionDependencies into PeerConnection::Initialize by Benjamin Wright · 6 years ago
  53. c79268f Add IsClosed checks to various PeerConnection methods by Steve Anton · 7 years ago
  54. cbaa254 Attempting to fix lingering issues with BUNDLE negotiation. by Taylor Brandstetter · 7 years ago
  55. a2d6067 Reland "Add thread checker to PortAllocator and its subclasses and fix a bug causing memory contention by threads." by Qingsi Wang · 7 years ago
  56. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago
  57. 3dc4106 Revert "Add thread checker to PortAllocator and its subclasses and fix a bug" by Patrik Höglund · 7 years ago
  58. fc43d11 Add thread checker to PortAllocator and its subclasses and fix a bug by Qingsi Wang · 7 years ago
  59. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  60. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 7 years ago
  61. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 7 years ago
  62. 1df1bf8 PeerConnectionInterface::GetStats() with selector argument added. by Henrik Boström · 7 years ago
  63. 5081c0c Change error handlers for Set*Description to use RTCError by Harald Alvestrand · 7 years ago
  64. 8e20f17 Report UMA metrics for received SDP format by Steve Anton · 7 years ago
  65. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 7 years ago
  66. 0ffaaa2 Report negotiated SDP semantics for local answers also by Steve Anton · 7 years ago
  67. c392866 Implement certificate chain stats. by Taylor Brandstetter · 7 years ago
  68. 52d8677 Fire OnRenegotiationNeeded when changing transceiver direction by Steve Anton · 7 years ago
  69. 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 7 years ago
  70. afb0bb7 Remove PeerConnection voice_channel/video_channel methods by Steve Anton · 7 years ago
  71. db53f8e Add configurable STUN binding request interval. by Qingsi Wang · 7 years ago
  72. 8b815cd Add OnTrack PeerConnection callback for Unified Plan by Steve Anton · 7 years ago
  73. ae8a90a Fixes to PeerConnection for Unified Plan sdp & transceiver logic. by Seth Hampson · 7 years ago
  74. b886711 Prepare StatsCollector to work with RtpTransceivers by Steve Anton · 7 years ago
  75. 5dfde18 Change PeerConnection stats interface to be more flexible by Steve Anton · 7 years ago
  76. c7b964c Report cipher usage to UMA for all media types on a transport by Steve Anton · 7 years ago
  77. 70b820f Implemented the GetRemoteAudioSSLCertificate method. by Zhi Huang · 7 years ago
  78. 22da89f Implement legacy offer_to_receive options for Unified Plan by Steve Anton · 7 years ago
  79. be5e208 Add FakePeerConnectionBase by Steve Anton · 7 years ago
  80. 2d8609c Move internal PeerConnection methods to PeerConnectionInternal by Steve Anton · 7 years ago
  81. 7464fca Parameterize PeerConnection BUNDLE tests for Unified Plan by Steve Anton · 7 years ago
  82. 215fda7 Make PeerConnection take reference to UMA observer. by Taylor Brandstetter · 7 years ago
  83. ef65ef1 Fire OnAddTrack when Unified Plan is enabled by Steve Anton · 7 years ago
  84. 02ee47c Signal track ID correctly when Unified Plan semantics selected by Steve Anton · 7 years ago
  85. 6077675 Change RtpReceivers to interact with the media channel directly by Steve Anton · 7 years ago
  86. 2d6c76a Switch to using AddTrack with stream labels by Steve Anton · 7 years ago
  87. fa2260d Add support for data channels with Unified Plan by Steve Anton · 7 years ago
  88. 8906187 Pivot generation of stats to iterate senders/receivers by Harald Alvestrand · 7 years ago
  89. dcc3c02 Add support for JSEP offer/answer with transceivers by Steve Anton · 7 years ago
  90. 7411648 Remove SessionStats.proxy_to_transport by Steve Anton · 7 years ago
  91. 8af2186 Destroy stats collectors before destroying BaseChannels by Steve Anton · 7 years ago
  92. f9381f0 Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan by Steve Anton · 7 years ago
  93. 3fe1b15 Fix PeerConnection crashing on Close() when Unified Plan enabled by Steve Anton · 7 years ago
  94. 3828c06 Replace cricket::ContentAction with webrtc::SdpType by Steve Anton · 7 years ago
  95. ed10bd9 Modify SetLocalDescription helpers to work with RtpTransceivers by Steve Anton · 7 years ago
  96. 2039306 Replace PeerConnection::Action with cricket::ContentAction by Steve Anton · 7 years ago
  97. 8a00691 Use RTCError for internal PeerConnection methods by Steve Anton · 7 years ago
  98. f847081 Rename PeerConnection::Error to PeerConnection::SessionError by Steve Anton · 7 years ago
  99. 6fec880 Unify and de-duplicate BaseChannel deletion in PeerConnection by Steve Anton · 7 years ago
  100. eda6ccd Refactor BaseChannel creation in PeerConnection by Steve Anton · 7 years ago