1. b689af4 Changes to enable use of DatagramTransport as a data channel transport. by Bjorn A Mellem · 6 years ago
  2. 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 6 years ago
  3. 00c7ecf Surface CandidatePairChange event by Alex Drake · 6 years ago
  4. 6acb069 Adds default for PeerConnectionObserver::OnIceConnectionChange by Sebastian Jansson · 6 years ago
  5. 79b6980 [PeerConnection] Implement restartIce(). by Henrik Boström · 6 years ago
  6. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 6 years ago
  7. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 6 years ago
  8. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 6 years ago
  9. 5985a04 Add a field trial to control datagram transport use. by Bjorn A Mellem · 6 years ago
  10. e4ac723 Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump by Niels Möller · 6 years ago
  11. 505bac2 Add default implementation of deprecated StartAecDump method. by Niels Möller · 6 years ago
  12. e8e4dc4 Change StartAecDump methods to work with FILE* and FileWrapper by Niels Möller · 6 years ago
  13. da13ea2 Reland "Added OnIceCandidateError to API and implementation" by Eldar Rello · 6 years ago
  14. 3b8ed28 Revert "Added OnIceCandidateError to API and implementation" by Yves Gerey · 6 years ago
  15. 9469c78 Added OnIceCandidateError to API and implementation by Eldar Rello · 6 years ago
  16. 479a3c0 Add support for enabling and negotiating raw RTP packetization. by Mirta Dvornicic · 6 years ago
  17. 1fe119f Change the gating of surfacing candidates on ICE transport type change by Qingsi Wang · 6 years ago
  18. 695cf6a Delete deprecated StartRtcEventLog override with PlatformFile by Niels Möller · 6 years ago
  19. b32f2c7 Publish rtc event log api and default factory for it in api/ by Danil Chapovalov · 6 years ago
  20. 3b112e2 Delete multi-parameter CreateModularPeerConnectionFactory by Danil Chapovalov · 6 years ago
  21. 762076b Add flag to use datagram transport (without implementation) by Anton Sukhanov · 6 years ago
  22. 4aa1192 Change default SDP syntax for SCTP to spec-compliant. by Harald Alvestrand · 6 years ago
  23. f00ca1a Make the output_period_ms argument to StartRtcEventLog optional by Niels Möller · 6 years ago
  24. a3aa9bd Make VideoBitrateAllocatorFactory injectable. by Jonas Oreland · 6 years ago
  25. 0810a7c Add base class NetworkPredictor and NetworkPredictorFactory and wire up. by Ying Wang · 6 years ago
  26. 9435c61 Expose TaskQueueFactory for webrtc::Call in peer connection api by Danil Chapovalov · 6 years ago
  27. 66e7679 Export symbols needed by the Chromium component build (part 8). by Mirko Bonadei · 6 years ago
  28. 647d5e6 Increase the default maximum jitter buffer size to 200 packets. by Jakob Ivarsson · 6 years ago
  29. c85328f Add SCTP transport to the public API. by Harald Alvestrand · 6 years ago
  30. 61b4f74 Fix PeerConnectionInterface::StartRtcEventLog documentation. by Mirko Bonadei · 7 years ago
  31. 260a71d Delete deprecated method PeerConnectionFactory::CreateVideoSource by Niels Möller · 7 years ago
  32. 55b91b9 Only create no-op DTLS if media transport is used for both media and data by Piotr (Peter) Slatala · 7 years ago
  33. 45340ca Remove legacy video codec factories. by Anders Carlsson · 7 years ago
  34. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  35. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 7 years ago[Renamed from api/peerconnectioninterface.h]
  36. 53eae87 Add PeerConnection option to enable RTX handling in the audio jitter buffer. by Jakob Ivarsson · 7 years ago
  37. 9d4fd555 Make CONNECTION_WRITE_TIMEOUT configurable for ice connection by Jiawei Ou · 7 years ago
  38. 1204690 Export the standardized IceConnectionState. by Jonas Olsson · 7 years ago
  39. 4139047 Add LookupDtlsTransportByMid to proxy map by Harald Alvestrand · 7 years ago
  40. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 7 years ago
  41. 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 7 years ago
  42. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 7 years ago
  43. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 7 years ago
  44. 89f874e Add offer_extmap_allow_mixed to RTCConfiguration by Johannes Kron · 7 years ago
  45. a9bbd86 Add a configuration parameter for using the media transport for data channels. by Bjorn Mellem · 7 years ago
  46. 8c27cca Promotoing webrtc::CryptoOptions to RTCConfiguration. by Benjamin Wright · 7 years ago
  47. ac19414 Export symbols needed by the Chromium component build (part 6). by Mirko Bonadei · 7 years ago
  48. 635474e Compute RTCConnectionState and RTCIceConnectionState. by Jonas Olsson · 7 years ago
  49. 1ddc5b6 Export symbols needed by the Chromium component build (part 5). by Mirko Bonadei · 7 years ago
  50. 276827c Export symbols needed by the Chromium component build (part 3). by Mirko Bonadei · 7 years ago
  51. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 7 years ago
  52. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 7 years ago
  53. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 7 years ago
  54. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 7 years ago
  55. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 7 years ago
  56. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 7 years ago
  57. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 7 years ago
  58. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 7 years ago
  59. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 7 years ago
  60. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 7 years ago
  61. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 7 years ago
  62. 16e27a1 Reland "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Möller · 7 years ago
  63. ec4a060 Revert "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Moller · 7 years ago
  64. a1e4ae2 Delete leftover includes and declarations for MediaConstraintsInterface by Niels Möller · 7 years ago
  65. fc1acd2 Add support for enabling simulcast in "Plan B" using MediaConstraints. by Jonas Oreland · 7 years ago
  66. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 7 years ago
  67. 5063503 Add missing ifdefs to header files for SW video codecs. by Anders Carlsson · 7 years ago
  68. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 7 years ago
  69. c0e9725 Add API to report "interesting" usage patterns to PC client by Harald Alvestrand · 7 years ago
  70. 24db573 Step 1: Add RemoveTrackNew which returns an RTCError by Steve Anton · 7 years ago
  71. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 7 years ago
  72. 79eb4dd Enabling clang::find_bad_constructs for libjingle_peerconnection_api. by Mirko Bonadei · 7 years ago
  73. fad70c0 Provide a default no-op implementation of RegisterUMAObserver in by Qingsi Wang · 7 years ago
  74. d78323f Remove AddTrack override with MediaStreams by Steve Anton · 7 years ago
  75. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 7 years ago
  76. 0bc58cf Replace rtc::Optional with absl::optional in api by Danil Chapovalov · 7 years ago
  77. b983bae Remove unused/deprecated DTMF methods by Steve Anton · 7 years ago
  78. 6109d03 Mark unused/deprecated DTMF methods for removal by Steve Anton · 7 years ago
  79. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  80. fc9dcb6 Remove wire-up for cancelled experement on VAAPI VP8 encoding by Ilya Nikolaevskiy · 7 years ago
  81. b57e169 Add a flag to actively reset the SRTP parameters by Zhi Huang · 7 years ago
  82. 6c789e0 Revert "Add a flag to actively reset the SRTP parameters" by Zhi Huang · 7 years ago
  83. bae1031 Add a flag to actively reset the SRTP parameters by Zhi Huang · 7 years ago
  84. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 7 years ago
  85. 5234a49 Create PeerConnectionFactoryDependencies to prevent new function overloads. by Benjamin Wright · 7 years ago
  86. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 7 years ago
  87. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 7 years ago
  88. fdf1f88 Add dummy default implementations for deprecated methods. by Niels Möller · 7 years ago
  89. b330688 Fix build errors when rtc_use_builtin_sw_codecs is set to false. by Anders Carlsson · 7 years ago
  90. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 7 years ago
  91. 3172c03 Implement OnRemoveTrack and OnRemoveStream for Unified Plan by Steve Anton · 7 years ago
  92. 0c4f7be New api struct BitrateSettings. by Niels Möller · 7 years ago
  93. 6f7e6d6 Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. by Benjamin Wright · 7 years ago
  94. 97a5896 Remove PeerConnectionInterface::UpdateIce by Steve Anton · 7 years ago
  95. 3acffc3 Remove SdpSemantics::kDefault by Steve Anton · 7 years ago
  96. 5b4f075 Reland "Reland "Adds support for multiple or no media stream ids."" by Seth Hampson · 7 years ago
  97. 191bf5c Revert "Reland "Adds support for multiple or no media stream ids."" by Tomas Gunnarsson · 7 years ago
  98. f351c34 Reland "Adds support for multiple or no media stream ids." by Seth Hampson · 7 years ago
  99. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 7 years ago
  100. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 7 years ago