1. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  2. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  3. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from api/peerconnectioninterface.h]
  4. 53eae87 Add PeerConnection option to enable RTX handling in the audio jitter buffer. by Jakob Ivarsson · 6 years ago
  5. 9d4fd555 Make CONNECTION_WRITE_TIMEOUT configurable for ice connection by Jiawei Ou · 6 years ago
  6. 1204690 Export the standardized IceConnectionState. by Jonas Olsson · 6 years ago
  7. 4139047 Add LookupDtlsTransportByMid to proxy map by Harald Alvestrand · 6 years ago
  8. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  9. 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 6 years ago
  10. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  11. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  12. 89f874e Add offer_extmap_allow_mixed to RTCConfiguration by Johannes Kron · 6 years ago
  13. a9bbd86 Add a configuration parameter for using the media transport for data channels. by Bjorn Mellem · 6 years ago
  14. 8c27cca Promotoing webrtc::CryptoOptions to RTCConfiguration. by Benjamin Wright · 6 years ago
  15. ac19414 Export symbols needed by the Chromium component build (part 6). by Mirko Bonadei · 6 years ago
  16. 635474e Compute RTCConnectionState and RTCIceConnectionState. by Jonas Olsson · 6 years ago
  17. 1ddc5b6 Export symbols needed by the Chromium component build (part 5). by Mirko Bonadei · 6 years ago
  18. 276827c Export symbols needed by the Chromium component build (part 3). by Mirko Bonadei · 6 years ago
  19. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  20. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  21. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  22. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 6 years ago
  23. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  24. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  25. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  26. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  27. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  28. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 6 years ago
  29. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  30. 16e27a1 Reland "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Möller · 6 years ago
  31. ec4a060 Revert "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Moller · 6 years ago
  32. a1e4ae2 Delete leftover includes and declarations for MediaConstraintsInterface by Niels Möller · 6 years ago
  33. fc1acd2 Add support for enabling simulcast in "Plan B" using MediaConstraints. by Jonas Oreland · 6 years ago
  34. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  35. 5063503 Add missing ifdefs to header files for SW video codecs. by Anders Carlsson · 6 years ago
  36. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 6 years ago
  37. c0e9725 Add API to report "interesting" usage patterns to PC client by Harald Alvestrand · 6 years ago
  38. 24db573 Step 1: Add RemoveTrackNew which returns an RTCError by Steve Anton · 6 years ago
  39. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 6 years ago
  40. 79eb4dd Enabling clang::find_bad_constructs for libjingle_peerconnection_api. by Mirko Bonadei · 6 years ago
  41. fad70c0 Provide a default no-op implementation of RegisterUMAObserver in by Qingsi Wang · 6 years ago
  42. d78323f Remove AddTrack override with MediaStreams by Steve Anton · 6 years ago
  43. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 6 years ago
  44. 0bc58cf Replace rtc::Optional with absl::optional in api by Danil Chapovalov · 6 years ago
  45. b983bae Remove unused/deprecated DTMF methods by Steve Anton · 6 years ago
  46. 6109d03 Mark unused/deprecated DTMF methods for removal by Steve Anton · 6 years ago
  47. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  48. fc9dcb6 Remove wire-up for cancelled experement on VAAPI VP8 encoding by Ilya Nikolaevskiy · 6 years ago
  49. b57e169 Add a flag to actively reset the SRTP parameters by Zhi Huang · 6 years ago
  50. 6c789e0 Revert "Add a flag to actively reset the SRTP parameters" by Zhi Huang · 6 years ago
  51. bae1031 Add a flag to actively reset the SRTP parameters by Zhi Huang · 6 years ago
  52. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 6 years ago
  53. 5234a49 Create PeerConnectionFactoryDependencies to prevent new function overloads. by Benjamin Wright · 6 years ago
  54. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  55. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  56. fdf1f88 Add dummy default implementations for deprecated methods. by Niels Möller · 6 years ago
  57. b330688 Fix build errors when rtc_use_builtin_sw_codecs is set to false. by Anders Carlsson · 6 years ago
  58. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 7 years ago
  59. 3172c03 Implement OnRemoveTrack and OnRemoveStream for Unified Plan by Steve Anton · 7 years ago
  60. 0c4f7be New api struct BitrateSettings. by Niels Möller · 7 years ago
  61. 6f7e6d6 Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. by Benjamin Wright · 7 years ago
  62. 97a5896 Remove PeerConnectionInterface::UpdateIce by Steve Anton · 7 years ago
  63. 3acffc3 Remove SdpSemantics::kDefault by Steve Anton · 7 years ago
  64. 5b4f075 Reland "Reland "Adds support for multiple or no media stream ids."" by Seth Hampson · 7 years ago
  65. 191bf5c Revert "Reland "Adds support for multiple or no media stream ids."" by Tomas Gunnarsson · 7 years ago
  66. f351c34 Reland "Adds support for multiple or no media stream ids." by Seth Hampson · 7 years ago
  67. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 7 years ago
  68. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 7 years ago
  69. 1df1bf8 PeerConnectionInterface::GetStats() with selector argument added. by Henrik Boström · 7 years ago
  70. 9611442 Remove unneeded migration helper. by Sami Kalliomäki · 7 years ago
  71. 22e623a Add configurable threshold for writability state update. by Qingsi Wang · 7 years ago
  72. e6826d2 Add configurable connectivity check intervals. by Qingsi Wang · 7 years ago
  73. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 7 years ago
  74. ab6ea6b Miscellaneous updates to PeerConnectionInterface comments by Steve Anton · 7 years ago
  75. db53f8e Add configurable STUN binding request interval. by Qingsi Wang · 7 years ago
  76. 0dd1b0a Revert "Revert "Enables PeerConnectionFactory using external fec controller"" by Ying Wang · 7 years ago
  77. 8b815cd Add OnTrack PeerConnection callback for Unified Plan by Steve Anton · 7 years ago
  78. c49bcd9 Fire OnAddStream with Unified Plan by Steve Anton · 7 years ago
  79. 0073301 Revert "Enables PeerConnectionFactory using external fec controller" by Taylor Brandstetter · 7 years ago
  80. 4f07bdb Enables PeerConnectionFactory using external fec controller by Ying Wang · 7 years ago
  81. 8366e17 Rename Call::Config to CallConfig, keep old name as alias. by Niels Möller · 7 years ago
  82. d377f04 Move AudioFrame to its own header file and target in api/. by Niels Möller · 7 years ago
  83. 2870b0a Expose a link-local network interfaces enumeration option by Daniel Lazarenko · 7 years ago
  84. 9a5c6f8 Add the network preference to RTCConfiguration. by Qingsi Wang · 7 years ago
  85. 6daa278 Move MediaConfig to its own header file and target. by Niels Möller · 7 years ago
  86. 1d7ecd2 Rename a few MediaConfig::Video flags for consistency. by Niels Möller · 7 years ago
  87. a6fe261 Move AudioOptions to its own header file and target. by Niels Möller · 7 years ago
  88. 215fda7 Make PeerConnection take reference to UMA observer. by Taylor Brandstetter · 7 years ago
  89. 6539f69 Add VideoSendStream::Config::EncoderSettings::experiment_cpu_load_estimator. by Niels Möller · 7 years ago
  90. 772eb21 Make OnAddStream and OnRemoveStream not required by Steve Anton · 7 years ago
  91. 02879f9 Reland "Make freeNativePeerConnectionObserver generic." by Sami Kalliomäki · 7 years ago
  92. 2d6c76a Switch to using AddTrack with stream labels by Steve Anton · 7 years ago
  93. 8906187 Pivot generation of stats to iterate senders/receivers by Harald Alvestrand · 7 years ago
  94. b96d62d Revert "Make freeNativePeerConnectionObserver generic." by Sami Kalliomäki · 7 years ago
  95. 046f78c Make freeNativePeerConnectionObserver generic. by Sami Kalliomäki · 7 years ago
  96. f9381f0 Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan by Steve Anton · 7 years ago
  97. 9158ef6 Reland "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  98. 8b13f96 Revert "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  99. f93d280 Add AddTransceiver and GetTransceivers to PeerConnection by Steve Anton · 7 years ago
  100. 0710965 Old SetRemoteDescription signature default implementation. by Henrik Boström · 7 years ago