1. b0e0728 Replaces SynchronousMethodCall with rtc::Thread::Invoke. by Sebastian Jansson · 4 years, 7 months ago
  2. e8d54b9 Provide a default async resolver factory if none injected to PeerConnection. by Qingsi Wang · 4 years, 7 months ago
  3. c363982 Convert proxy.h helper classes to variadic templates by Steve Anton · 4 years, 8 months ago
  4. 662678d Adds injectable trials from peerconnection down to transport controller. by Erik Språng · 4 years, 9 months ago
  5. 25ec888 Make ICE transports injectable. by Qingsi Wang · 4 years, 9 months ago
  6. c3d1f9b Enable injection of a custom NetEqFactory into PeerConnectionFactory. by Ivo Creusen · 4 years, 9 months ago
  7. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  8. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 4 years, 11 months ago
  9. 662e31f Prepare to move packet_socket_factory to api/. by Patrik Höglund · 5 years ago
  10. 9cfdb20 Control PeerConnectionFactory's default min/starting/max bitrates from experiment by Elad Alon · 5 years ago
  11. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  12. e4ac723 Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump by Niels Möller · 5 years ago
  13. e8e4dc4 Change StartAecDump methods to work with FILE* and FileWrapper by Niels Möller · 5 years ago
  14. 3b112e2 Delete multi-parameter CreateModularPeerConnectionFactory by Danil Chapovalov · 5 years ago
  15. 0810a7c Add base class NetworkPredictor and NetworkPredictorFactory and wire up. by Ying Wang · 5 years ago
  16. 9435c61 Expose TaskQueueFactory for webrtc::Call in peer connection api by Danil Chapovalov · 5 years ago
  17. f5258be Make PeerConnectionFactory constructor taking dependency the only constructor by Danil Chapovalov · 5 years ago
  18. 4ae6347 Use `final` so that the compiler will be able to inline calls by Karl Wiberg · 5 years ago
  19. dac03d9 Move MediaConstraintsInterface to sdk/, and make it a concrete class by Niels Möller · 5 years ago
  20. 260a71d Delete deprecated method PeerConnectionFactory::CreateVideoSource by Niels Möller · 5 years ago
  21. eee110d Remove nogncheck from pc/. by Mirko Bonadei · 5 years ago
  22. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  23. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  24. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnectionfactory.cc]
  25. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  26. 6eb8a16 Exposing audio and video engines directly. by Sebastian Jansson · 6 years ago
  27. 7852d29 Improve the documentation of MdnsResponderInterface and rename MDns.* to Mdns.*. by Qingsi Wang · 6 years ago
  28. b26cf2f Add field trial to enable the new RTC event log format. by Bjorn Terelius · 6 years ago
  29. 5e23a41 Removes backwards compatability CryptoOptions support. by Benjamin Wright · 6 years ago
  30. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  31. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  32. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  33. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 6 years ago
  34. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  35. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 6 years ago
  36. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  37. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 6 years ago
  38. 1979384 Ensure that PC usage is recorded if a PC is alive for 60 seconds. by Harald Alvestrand · 6 years ago
  39. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  40. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 6 years ago
  41. 5234a49 Create PeerConnectionFactoryDependencies to prevent new function overloads. by Benjamin Wright · 6 years ago
  42. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  43. cab5888 Integrated PeerConnectionDependencies into PeerConnection::Initialize by Benjamin Wright · 6 years ago
  44. 6f7e6d6 Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. by Benjamin Wright · 6 years ago
  45. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 6 years ago
  46. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 6 years ago
  47. 0dd1b0a Revert "Revert "Enables PeerConnectionFactory using external fec controller"" by Ying Wang · 6 years ago
  48. 0073301 Revert "Enables PeerConnectionFactory using external fec controller" by Taylor Brandstetter · 6 years ago
  49. 4f07bdb Enables PeerConnectionFactory using external fec controller by Ying Wang · 6 years ago
  50. 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 6 years ago
  51. 42805f3 Revert "Remove nogncheck and add proper dependencies." by Patrik Höglund · 7 years ago
  52. 9b045fa Remove nogncheck and add proper dependencies. by Patrik Höglund · 7 years ago
  53. aaaf1cf Revert "Remove nogncheck and add proper dependencies." by Patrik Höglund · 7 years ago
  54. eefd543 Remove nogncheck and add proper dependencies. by Patrik Höglund · 7 years ago
  55. 13f35ec Sets names of peerconnection worker and network thread by Sebastian Jansson · 7 years ago
  56. c9e1560 Modernize and cleanup ChannelManager by Steve Anton · 7 years ago
  57. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  58. da6c095 Rewrite WebRtcSession data channel tests as PeerConnection tests by Steve Anton · 7 years ago
  59. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  60. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  61. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  62. 4a87e1c Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead by Elad Alon · 7 years ago
  63. 02e7a19 Remove unnecessary video factory references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  64. 835cc0c Remove unnecessary audio references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  65. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  66. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/peerconnectionfactory.cc]
  67. 591753b Thread-checkers for PeerConnectionFactory::worker_thread_ by eladalon · 7 years ago
  68. 248fd4f Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread ( https://codereview.webrtc.org/3007473002/ ) by eladalon · 7 years ago
  69. 23814b7 Revert of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread (patchset #4 id:200001 of https://codereview.webrtc.org/3005153002/ ) by eladalon · 7 years ago
  70. d67cefb Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread (patchset #1 id:1 of https://codereview.webrtc.org/3010143002/ ) by eladalon · 7 years ago
  71. 393a9f6 Avoid construction of unused RtcEventLogNullImpl object by eladalon · 7 years ago
  72. e9ef907 Revert of Add logging of host lookups made by TurnPort to the RtcEventLog. (patchset #11 id:200001 of https://codereview.webrtc.org/2996933003/ ) by maxmorin · 7 years ago
  73. c251cb1 Add logging host lookups made by TurnPort to the RtcEventLog. by jonaso · 7 years ago
  74. 773be36 Reland of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt by perkj · 7 years ago
  75. 539d104 Revert of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ ) by mbonadei · 7 years ago
  76. f1377f7 Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread. by perkj · 7 years ago
  77. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  78. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  79. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  80. 38ede13 Support building WebRTC without audio and video. by zhihuang · 7 years ago
  81. eb02c03 Allow WebRtcMediaEngine to be created from any thread. by deadbeef · 7 years ago
  82. 179f997 Remove DCHECK from PeerConnectionFactory::worker_thread. by zstein · 7 years ago
  83. eaabdf6 Delete MediaController class, move Call ownership to PeerConnection. by nisse · 7 years ago
  84. eb1fde4 Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 7 years ago
  85. 7914b8c Negotiate the same SRTP crypto suites for every DTLS association formed. by deadbeef · 7 years ago
  86. a1a040a Injectable audio encoders: BuiltinAudioEncoderFactory by ossu · 7 years ago
  87. 39e14da Changing some PeerConnection-related comments. by deadbeef · 7 years ago
  88. 757146b Remove PC factory options param from LocalAudioSource::Create. by deadbeef · 7 years ago
  89. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 7 years ago
  90. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 7 years ago
  91. 1e4e8cb Add CreatePeerConnectionFactory overloads that take audio codec factory args by kwiberg · 7 years ago
  92. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (97%) from webrtc/api/peerconnectionfactory.cc]
  93. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  94. 95aa964 Support external audio mixer in webrtc 2. by gyzhou · 8 years ago
  95. 39ce11f Revert of Support external audio mixer. (patchset #5 id:140001 of https://codereview.webrtc.org/2539213003/ ) by gyzhou · 8 years ago
  96. f6bcac5 Support external audio mixer in webrtc. by gyzhou · 8 years ago
  97. 11a9cbf Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
  98. bfd398c Add a switch to redetermine role when ICE restarts. by Honghai Zhang · 8 years ago
  99. cb56065 Add support for GCM cipher suites from RFC 7714. by jbauch · 8 years ago
  100. 29ff844 Add PeerConnection IsClosed check. by zhihuang · 8 years ago