1. 97fc11f Fix the 'SetConfiguration(RTCConfiguration::use_media_transport)' setting. by Piotr (Peter) Slatala · 6 years ago
  2. 98a462c Reland "Reland "Propagate media transport to media channel."" by Anton Sukhanov · 6 years ago
  3. 9accc9f Revert "Reland "Propagate media transport to media channel."" by Oleh Prypin · 6 years ago
  4. da65ed2 Reland "Propagate media transport to media channel." by Anton Sukhanov · 6 years ago
  5. 37cf245 Revert "Propagate media transport to media channel." by Oleh Prypin · 6 years ago
  6. 8c16f74 Propagate media transport to media channel. by Anton Sukhanov · 6 years ago
  7. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 6 years ago
  8. 892acf0 Add support for send_encodings parameters in addTransceiver by Florent Castelli · 6 years ago
  9. ad18276 Revert "Use AsyncInvoker in PeerConnection instead of MessageHandler" by Steve Anton · 7 years ago
  10. bb19276 Use AsyncInvoker in PeerConnection instead of MessageHandler by Steve Anton · 7 years ago
  11. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 7 years ago
  12. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 7 years ago
  13. 7a1c7f7 Modified peerconnection's "observer" slot to be nulled on close. by Harald Alvestrand · 7 years ago
  14. 24db573 Step 1: Add RemoveTrackNew which returns an RTCError by Steve Anton · 7 years ago
  15. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 7 years ago
  16. 0f5400a [Unified Plan] Implement FiredDirection for RtpTransceiver by Steve Anton · 7 years ago
  17. 056d811 Add counting of PCs with private IP addresses exposed by Harald Alvestrand · 7 years ago
  18. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 7 years ago
  19. d78323f Remove AddTrack override with MediaStreams by Steve Anton · 7 years ago
  20. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 7 years ago
  21. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 7 years ago
  22. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 7 years ago
  23. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 7 years ago
  24. b2a7478 Fix usage logging of TURN and STUN servers by Harald Alvestrand · 7 years ago
  25. 111fdfd Refactor RtpSender to take the sender ID as a constructor argument by Steve Anton · 7 years ago
  26. 1979384 Ensure that PC usage is recorded if a PC is alive for 60 seconds. by Harald Alvestrand · 7 years ago
  27. b983bae Remove unused/deprecated DTMF methods by Steve Anton · 7 years ago
  28. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
  29. cdd05f0 Implement proper SCTP data channel closing procedure. by Taylor Brandstetter · 7 years ago
  30. 8ebba74 Add collection of usage signatures on PeerConnections by Harald Alvestrand · 7 years ago
  31. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 7 years ago
  32. 0c4f7be New api struct BitrateSettings. by Niels Möller · 7 years ago
  33. cab58888 Integrated PeerConnectionDependencies into PeerConnection::Initialize by Benjamin Wright · 7 years ago
  34. c79268f Add IsClosed checks to various PeerConnection methods by Steve Anton · 7 years ago
  35. cbaa254 Attempting to fix lingering issues with BUNDLE negotiation. by Taylor Brandstetter · 7 years ago
  36. 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
  37. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago
  38. 3dc4106 Revert "Add thread checker to PortAllocator and its subclasses and fix a bug" by Patrik Höglund · 7 years ago
  39. fc43d11 Add thread checker to PortAllocator and its subclasses and fix a bug by Qingsi Wang · 7 years ago
  40. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  41. bc609eaa Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 7 years ago
  42. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 7 years ago
  43. 1df1bf8 PeerConnectionInterface::GetStats() with selector argument added. by Henrik Boström · 7 years ago
  44. 5081c0c Change error handlers for Set*Description to use RTCError by Harald Alvestrand · 7 years ago
  45. 8e20f17 Report UMA metrics for received SDP format by Steve Anton · 7 years ago
  46. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 7 years ago
  47. 0ffaaa2 Report negotiated SDP semantics for local answers also by Steve Anton · 7 years ago
  48. c392866 Implement certificate chain stats. by Taylor Brandstetter · 7 years ago
  49. 52d8677 Fire OnRenegotiationNeeded when changing transceiver direction by Steve Anton · 7 years ago
  50. 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 7 years ago
  51. afb0bb7 Remove PeerConnection voice_channel/video_channel methods by Steve Anton · 7 years ago
  52. db53f8e Add configurable STUN binding request interval. by Qingsi Wang · 7 years ago
  53. 8b815cd Add OnTrack PeerConnection callback for Unified Plan by Steve Anton · 7 years ago
  54. ae8a90a Fixes to PeerConnection for Unified Plan sdp & transceiver logic. by Seth Hampson · 7 years ago
  55. b886711 Prepare StatsCollector to work with RtpTransceivers by Steve Anton · 7 years ago
  56. 5dfde18 Change PeerConnection stats interface to be more flexible by Steve Anton · 7 years ago
  57. c7b964c Report cipher usage to UMA for all media types on a transport by Steve Anton · 7 years ago
  58. 70b820f Implemented the GetRemoteAudioSSLCertificate method. by Zhi Huang · 7 years ago
  59. 22da89f Implement legacy offer_to_receive options for Unified Plan by Steve Anton · 7 years ago
  60. be5e208 Add FakePeerConnectionBase by Steve Anton · 7 years ago
  61. 2d8609c Move internal PeerConnection methods to PeerConnectionInternal by Steve Anton · 7 years ago
  62. 7464fca Parameterize PeerConnection BUNDLE tests for Unified Plan by Steve Anton · 7 years ago
  63. 215fda7 Make PeerConnection take reference to UMA observer. by Taylor Brandstetter · 7 years ago
  64. ef65ef1 Fire OnAddTrack when Unified Plan is enabled by Steve Anton · 7 years ago
  65. 02ee47c Signal track ID correctly when Unified Plan semantics selected by Steve Anton · 7 years ago
  66. 6077675 Change RtpReceivers to interact with the media channel directly by Steve Anton · 7 years ago
  67. 2d6c76a Switch to using AddTrack with stream labels by Steve Anton · 7 years ago
  68. fa2260d Add support for data channels with Unified Plan by Steve Anton · 7 years ago
  69. 8906187 Pivot generation of stats to iterate senders/receivers by Harald Alvestrand · 7 years ago
  70. dcc3c02 Add support for JSEP offer/answer with transceivers by Steve Anton · 7 years ago
  71. 7411648 Remove SessionStats.proxy_to_transport by Steve Anton · 7 years ago
  72. 8af2186 Destroy stats collectors before destroying BaseChannels by Steve Anton · 7 years ago
  73. f9381f0 Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan by Steve Anton · 7 years ago
  74. 3fe1b15 Fix PeerConnection crashing on Close() when Unified Plan enabled by Steve Anton · 7 years ago
  75. 3828c06 Replace cricket::ContentAction with webrtc::SdpType by Steve Anton · 7 years ago
  76. ed10bd9 Modify SetLocalDescription helpers to work with RtpTransceivers by Steve Anton · 7 years ago
  77. 2039306 Replace PeerConnection::Action with cricket::ContentAction by Steve Anton · 7 years ago
  78. 8a00691 Use RTCError for internal PeerConnection methods by Steve Anton · 7 years ago
  79. f847081 Rename PeerConnection::Error to PeerConnection::SessionError by Steve Anton · 7 years ago
  80. 6fec880 Unify and de-duplicate BaseChannel deletion in PeerConnection by Steve Anton · 7 years ago
  81. eda6ccd Refactor BaseChannel creation in PeerConnection by Steve Anton · 7 years ago
  82. 1d03a75 Remove cricket::RtpTransceiverDirection by Steve Anton · 7 years ago
  83. 9158ef6 Reland "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  84. 8b13f96 Revert "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  85. f93d280 Add AddTransceiver and GetTransceivers to PeerConnection by Steve Anton · 7 years ago
  86. 3163867 Reland "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
  87. a4ecf55 Revert "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
  88. 6c7ec32 SetRemoteDescriptionObserverInterface added. by Henrik Boström · 7 years ago
  89. de93943 Revert "Revert "Encode log events periodically instead of for every event."" by Bjorn Terelius · 7 years ago
  90. 79e7960 Add SDP semantics option to RTCConfiguration by Steve Anton · 7 years ago
  91. 4171afb Use RtpTransceivers in PeerConnection by Steve Anton · 7 years ago
  92. 33c5c7f Revert "Encode log events periodically instead of for every event." by Zhi Huang · 7 years ago
  93. b154c27e Encode log events periodically instead of for every event. by Bjorn Terelius · 7 years ago
  94. d25da37 Inline various trivial methods from the WebRtcSession merge by Steve Anton · 7 years ago
  95. 75737c0 Merge WebRtcSession into PeerConnection by Steve Anton · 7 years ago
  96. ba81867 Prepare WebRtcSession to be merged into PeerConnection by Steve Anton · 7 years ago
  97. 5f6bf24 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II) by henrika · 7 years ago
  98. 990d6b8 Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API" by Mirko Bonadei · 7 years ago
  99. 90bace0 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API by henrika · 7 years ago
  100. d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago