1. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 7 years ago
  2. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 7 years ago
  3. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  4. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 7 years ago
  5. 1979384 Ensure that PC usage is recorded if a PC is alive for 60 seconds. by Harald Alvestrand · 7 years ago
  6. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  7. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 7 years ago
  8. 5234a49 Create PeerConnectionFactoryDependencies to prevent new function overloads. by Benjamin Wright · 7 years ago
  9. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 7 years ago
  10. cab58888 Integrated PeerConnectionDependencies into PeerConnection::Initialize by Benjamin Wright · 7 years ago
  11. 6f7e6d6 Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. by Benjamin Wright · 7 years ago
  12. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  13. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 7 years ago
  14. 0dd1b0a Revert "Revert "Enables PeerConnectionFactory using external fec controller"" by Ying Wang · 7 years ago
  15. 0073301 Revert "Enables PeerConnectionFactory using external fec controller" by Taylor Brandstetter · 7 years ago
  16. 4f07bdb Enables PeerConnectionFactory using external fec controller by Ying Wang · 7 years ago
  17. 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 7 years ago
  18. 42805f3 Revert "Remove nogncheck and add proper dependencies." by Patrik Höglund · 7 years ago
  19. 9b045fa Remove nogncheck and add proper dependencies. by Patrik Höglund · 7 years ago
  20. aaaf1cf Revert "Remove nogncheck and add proper dependencies." by Patrik Höglund · 7 years ago
  21. eefd543 Remove nogncheck and add proper dependencies. by Patrik Höglund · 7 years ago
  22. 13f35ec3 Sets names of peerconnection worker and network thread by Sebastian Jansson · 7 years ago
  23. c9e1560 Modernize and cleanup ChannelManager by Steve Anton · 7 years ago
  24. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  25. da6c095 Rewrite WebRtcSession data channel tests as PeerConnection tests by Steve Anton · 7 years ago
  26. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  27. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  28. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  29. 4a87e1c Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead by Elad Alon · 7 years ago
  30. 02e7a19 Remove unnecessary video factory references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  31. 835cc0c Remove unnecessary audio references in PeerConnectionFactory by Magnus Jedvert · 8 years ago
  32. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  33. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/pc/peerconnectionfactory.cc]
  34. 591753b Thread-checkers for PeerConnectionFactory::worker_thread_ by eladalon · 8 years ago
  35. 248fd4f Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread ( https://codereview.webrtc.org/3007473002/ ) by eladalon · 8 years ago
  36. 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 · 8 years ago
  37. 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 · 8 years ago
  38. 393a9f6 Avoid construction of unused RtcEventLogNullImpl object by eladalon · 8 years ago
  39. 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 · 8 years ago
  40. c251cb1 Add logging host lookups made by TurnPort to the RtcEventLog. by jonaso · 8 years ago
  41. 773be36 Reland of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt by perkj · 8 years ago
  42. 539d104 Revert of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ ) by mbonadei · 8 years ago
  43. f1377f7 Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread. by perkj · 8 years ago
  44. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  45. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  46. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  47. 38ede13 Support building WebRTC without audio and video. by zhihuang · 8 years ago
  48. eb02c03 Allow WebRtcMediaEngine to be created from any thread. by deadbeef · 8 years ago
  49. 179f997 Remove DCHECK from PeerConnectionFactory::worker_thread. by zstein · 8 years ago
  50. eaabdf6 Delete MediaController class, move Call ownership to PeerConnection. by nisse · 8 years ago
  51. eb1fde4 Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 8 years ago
  52. 7914b8c Negotiate the same SRTP crypto suites for every DTLS association formed. by deadbeef · 8 years ago
  53. a1a040a Injectable audio encoders: BuiltinAudioEncoderFactory by ossu · 8 years ago
  54. 39e14da Changing some PeerConnection-related comments. by deadbeef · 8 years ago
  55. 757146b Remove PC factory options param from LocalAudioSource::Create. by deadbeef · 8 years ago
  56. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 8 years ago
  57. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 8 years ago
  58. 1e4e8cb Add CreatePeerConnectionFactory overloads that take audio codec factory args by kwiberg · 8 years ago
  59. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (97%) from webrtc/api/peerconnectionfactory.cc]
  60. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  61. 95aa964 Support external audio mixer in webrtc 2. by gyzhou · 8 years ago
  62. 39ce11f Revert of Support external audio mixer. (patchset #5 id:140001 of https://codereview.webrtc.org/2539213003/ ) by gyzhou · 8 years ago
  63. f6bcac5 Support external audio mixer in webrtc. by gyzhou · 8 years ago
  64. 11a9cbf Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
  65. bfd398c Add a switch to redetermine role when ICE restarts. by Honghai Zhang · 9 years ago
  66. cb56065 Add support for GCM cipher suites from RFC 7714. by jbauch · 9 years ago
  67. 29ff844 Add PeerConnection IsClosed check. by zhihuang · 9 years ago
  68. 14d5dbe Reland of "Move RtcEventLog object from inside VoiceEngine to Call.", "Fix to make the start/stop functions for the Rtc Eventlog non-virtual." and "Fix for RtcEventLog ObjC interface" by ivoc · 9 years ago
  69. 9e03c3b Revert of Move RtcEventLog object from inside VoiceEngine to Call. (patchset #16 id:420001 of https://codereview.webrtc.org/1748403002/ ) by ivoc · 9 years ago
  70. 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 9 years ago
  71. 9b99499 Added a builtin audio decoder factory to the default PeerConnectionFactory constructor. by ossu · 9 years ago
  72. 29b1a8d Moved creation of AudioDecoderFactory to inside PeerConnectionFactory. by ossu · 9 years ago
  73. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 9 years ago
  74. cebf0a2 Remove PeerConnectionFactory's certificate generator and ref counted wrapper. by Henrik Boström · 9 years ago
  75. d03c23b Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 9 years ago
  76. d7973cc Revert of Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. (patchset #2 id:20001 of https://codereview.webrtc.org/2013523002/ ) by hbos · 9 years ago
  77. 400781a Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 9 years ago
  78. 91dd567 Only use PortAllocator on the network thread. by deadbeef · 9 years ago
  79. e9021a3 Propogate network-worker thread split to api by danilchap · 9 years ago
  80. c1513ee Add a parameter to set a maximum file size when starting an RTC event log on the PeerConnectionFactory API. by ivoc · 9 years ago
  81. a1c3035 Relanding: Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 9 years ago
  82. c55fb30 Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) by deadbeef · 9 years ago
  83. 48e9d05 Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 9 years ago
  84. 33b01f2 Adds network thread to rtc::BaseChannel by Danil Chapovalov · 9 years ago
  85. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
  86. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 9 years ago
  87. c36b31b Embed a cricket::MediaConfig in RTCConfiguration. by nisse · 9 years ago
  88. 5b68ab5 Extended proxy abstraction, to call certain methods to the worker thread. by nisse · 9 years ago
  89. a8415fe Adding comments about threading around CreatePeerConnectionFactory. by Taylor Brandstetter · 9 years ago
  90. a3ede6c Renamed VideoSourceInterface to VideoTrackSourceInterface. by perkj · 9 years ago
  91. 5291393 DtlsIdentityStoreInterface::RequestIdentity: const& parameters by hbos · 9 years ago
  92. a2a49d9 This CL provides interfaces that do not use constraints for by hta · 9 years ago
  93. 0f13ec1 Removed VideoSource dependency to ChannelManager. by Per · 9 years ago
  94. 25359e0 DtlsIdentityStoreInterface::RequestIdentity gets optional expires param. by hbos · 9 years ago
  95. 51542be Introduce struct MediaConfig, with construction-time settings. by nisse · 9 years ago
  96. 5ad1297 Rename webrtc/media/webrtc -> webrtc/media/engine by kjellander@webrtc.org · 9 years ago
  97. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  98. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago[Renamed (94%) from talk/app/webrtc/peerconnectionfactory.cc]
  99. a96e2d7 Move talk/media to webrtc/media by kjellander · 9 years ago
  100. d66b44d Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87. by ivoc · 9 years ago