1. ac02589 Fix misunderstanding: OnTransportChanged is called on network thread by Karl Wiberg · 6 years ago
  2. 6cab5c8 Add thread safety annotations for some more PeerConnection members (part 5) by Karl Wiberg · 6 years ago
  3. 85a4a93 Add thread safety annotations for some more PeerConnection members (part 4) by Karl Wiberg · 6 years ago
  4. c70999e Add thread safety annotations for some more PeerConnection members (part 3) by Karl Wiberg · 6 years ago
  5. 1e1e102 Add thread safety annotations for some more PeerConnection members (part 2) by Karl Wiberg · 6 years ago
  6. fb3be39 Add thread safety annotations for some more PeerConnection members by Karl Wiberg · 6 years ago
  7. c85328f Add SCTP transport to the public API. by Harald Alvestrand · 6 years ago
  8. 4ae6347 Use `final` so that the compiler will be able to inline calls by Karl Wiberg · 6 years ago
  9. 5966c50 Add thread safety annotations for PeerConnection::configuration_ by Karl Wiberg · 6 years ago
  10. 8d2e228 Add thread safety annotations for PeerConnection::*_state_ by Karl Wiberg · 6 years ago
  11. b03ab71 Add thread safety annotation for PeerConnection::event_log_ by Karl Wiberg · 6 years ago
  12. 744310f Add thread safety annotation for PeerConnection::observer_ and factory_ by Karl Wiberg · 6 years ago
  13. 106d92d Add thread safety annotation for PeerConnection::SignalDataChannelCreated_ by Karl Wiberg · 6 years ago
  14. bcd39d4 Creating Simulcast offer and answer in Peer Connection. by Amit Hilbuch · 6 years ago
  15. dbb49df Moving UniqueIdGenerator into rtc_base. by Amit Hilbuch · 6 years ago
  16. 4a7b3ac Add DTLSTransport info into sender/receiver state. by Harald Alvestrand · 6 years ago
  17. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  18. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnection.h]
  19. ae3df54 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  20. 47e38b7 Revert "Refactoring MID generation to use unique string generator." by Amit Hilbuch · 6 years ago
  21. 1c37676 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  22. afa07dd [Unified Plan] SRD: Always set associated remote streams. by Henrik Boström · 6 years ago
  23. 06817cd [Unified Plan] Support legacy endpoints that do not use a=mid by Steve Anton · 6 years ago
  24. 1204690 Export the standardized IceConnectionState. by Jonas Olsson · 6 years ago
  25. 5b14778 [Unified Plan] If "a=msid" is missing, create default stream. by Henrik Boström · 6 years ago
  26. a41959e [Unified Plan] Fix old GetStats() not associating track id by Steve Anton · 6 years ago
  27. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  28. 9289eda Revert "Replace the IceConnectionState implementation." by Alex Loiko · 6 years ago
  29. 1e87b4f Replace the IceConnectionState implementation. by Jonas Olsson · 6 years ago
  30. cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
  31. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
  32. 175aa2e Implement data channels over media transport. by Bjorn Mellem · 6 years ago
  33. a9bbd86 Add a configuration parameter for using the media transport for data channels. by Bjorn Mellem · 6 years ago
  34. 8c27cca Promotoing webrtc::CryptoOptions to RTCConfiguration. by Benjamin Wright · 6 years ago
  35. 635474e Compute RTCConnectionState and RTCIceConnectionState. by Jonas Olsson · 6 years ago
  36. 97fc11f Fix the 'SetConfiguration(RTCConfiguration::use_media_transport)' setting. by Piotr (Peter) Slatala · 6 years ago
  37. 98a462c Reland "Reland "Propagate media transport to media channel."" by Anton Sukhanov · 6 years ago
  38. 9accc9f Revert "Reland "Propagate media transport to media channel."" by Oleh Prypin · 6 years ago
  39. da65ed2 Reland "Propagate media transport to media channel." by Anton Sukhanov · 6 years ago
  40. 37cf245 Revert "Propagate media transport to media channel." by Oleh Prypin · 6 years ago
  41. 8c16f74 Propagate media transport to media channel. by Anton Sukhanov · 6 years ago
  42. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 6 years ago
  43. 892acf0 Add support for send_encodings parameters in addTransceiver by Florent Castelli · 6 years ago
  44. ad18276 Revert "Use AsyncInvoker in PeerConnection instead of MessageHandler" by Steve Anton · 6 years ago
  45. bb19276 Use AsyncInvoker in PeerConnection instead of MessageHandler by Steve Anton · 6 years ago
  46. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  47. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 6 years ago
  48. 7a1c7f7 Modified peerconnection's "observer" slot to be nulled on close. by Harald Alvestrand · 6 years ago
  49. 24db573 Step 1: Add RemoveTrackNew which returns an RTCError by Steve Anton · 6 years ago
  50. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 6 years ago
  51. 0f5400a [Unified Plan] Implement FiredDirection for RtpTransceiver by Steve Anton · 6 years ago
  52. 056d811 Add counting of PCs with private IP addresses exposed by Harald Alvestrand · 6 years ago
  53. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  54. d78323f Remove AddTrack override with MediaStreams by Steve Anton · 6 years ago
  55. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  56. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  57. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  58. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  59. b2a7478 Fix usage logging of TURN and STUN servers by Harald Alvestrand · 6 years ago
  60. 111fdfd Refactor RtpSender to take the sender ID as a constructor argument by Steve Anton · 6 years ago
  61. 1979384 Ensure that PC usage is recorded if a PC is alive for 60 seconds. by Harald Alvestrand · 6 years ago
  62. b983bae Remove unused/deprecated DTMF methods by Steve Anton · 6 years ago
  63. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  64. cdd05f0 Implement proper SCTP data channel closing procedure. by Taylor Brandstetter · 6 years ago
  65. 8ebba74 Add collection of usage signatures on PeerConnections by Harald Alvestrand · 6 years ago
  66. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 6 years ago
  67. 0c4f7be New api struct BitrateSettings. by Niels Möller · 6 years ago
  68. cab5888 Integrated PeerConnectionDependencies into PeerConnection::Initialize by Benjamin Wright · 7 years ago
  69. c79268f Add IsClosed checks to various PeerConnection methods by Steve Anton · 7 years ago
  70. cbaa254 Attempting to fix lingering issues with BUNDLE negotiation. by Taylor Brandstetter · 7 years ago
  71. 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
  72. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago
  73. 3dc4106 Revert "Add thread checker to PortAllocator and its subclasses and fix a bug" by Patrik Höglund · 7 years ago
  74. fc43d11 Add thread checker to PortAllocator and its subclasses and fix a bug by Qingsi Wang · 7 years ago
  75. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  76. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 7 years ago
  77. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 7 years ago
  78. 1df1bf8 PeerConnectionInterface::GetStats() with selector argument added. by Henrik Boström · 7 years ago
  79. 5081c0c Change error handlers for Set*Description to use RTCError by Harald Alvestrand · 7 years ago
  80. 8e20f17 Report UMA metrics for received SDP format by Steve Anton · 7 years ago
  81. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 7 years ago
  82. 0ffaaa2 Report negotiated SDP semantics for local answers also by Steve Anton · 7 years ago
  83. c392866 Implement certificate chain stats. by Taylor Brandstetter · 7 years ago
  84. 52d8677 Fire OnRenegotiationNeeded when changing transceiver direction by Steve Anton · 7 years ago
  85. 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 7 years ago
  86. afb0bb7 Remove PeerConnection voice_channel/video_channel methods by Steve Anton · 7 years ago
  87. db53f8e Add configurable STUN binding request interval. by Qingsi Wang · 7 years ago
  88. 8b815cd Add OnTrack PeerConnection callback for Unified Plan by Steve Anton · 7 years ago
  89. ae8a90a Fixes to PeerConnection for Unified Plan sdp & transceiver logic. by Seth Hampson · 7 years ago
  90. b886711 Prepare StatsCollector to work with RtpTransceivers by Steve Anton · 7 years ago
  91. 5dfde18 Change PeerConnection stats interface to be more flexible by Steve Anton · 7 years ago
  92. c7b964c Report cipher usage to UMA for all media types on a transport by Steve Anton · 7 years ago
  93. 70b820f Implemented the GetRemoteAudioSSLCertificate method. by Zhi Huang · 7 years ago
  94. 22da89f Implement legacy offer_to_receive options for Unified Plan by Steve Anton · 7 years ago
  95. be5e208 Add FakePeerConnectionBase by Steve Anton · 7 years ago
  96. 2d8609c Move internal PeerConnection methods to PeerConnectionInternal by Steve Anton · 7 years ago
  97. 7464fca Parameterize PeerConnection BUNDLE tests for Unified Plan by Steve Anton · 7 years ago
  98. 215fda7 Make PeerConnection take reference to UMA observer. by Taylor Brandstetter · 7 years ago
  99. ef65ef1 Fire OnAddTrack when Unified Plan is enabled by Steve Anton · 7 years ago
  100. 02ee47c Signal track ID correctly when Unified Plan semantics selected by Steve Anton · 7 years ago