1. 662678d Adds injectable trials from peerconnection down to transport controller. by Erik Språng · 4 years, 9 months ago
  2. c3d1f9b Enable injection of a custom NetEqFactory into PeerConnectionFactory. by Ivo Creusen · 4 years, 10 months ago
  3. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 5 years ago
  4. e4ac723 Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump by Niels Möller · 5 years ago
  5. e8e4dc4 Change StartAecDump methods to work with FILE* and FileWrapper by Niels Möller · 5 years ago
  6. 0810a7c Add base class NetworkPredictor and NetworkPredictorFactory and wire up. by Ying Wang · 5 years ago
  7. 9435c61 Expose TaskQueueFactory for webrtc::Call in peer connection api by Danil Chapovalov · 5 years ago
  8. f5258be Make PeerConnectionFactory constructor taking dependency the only constructor by Danil Chapovalov · 5 years ago
  9. 4ae6347 Use `final` so that the compiler will be able to inline calls by Karl Wiberg · 6 years ago
  10. 260a71d Delete deprecated method PeerConnectionFactory::CreateVideoSource by Niels Möller · 6 years ago
  11. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  12. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  13. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnectionfactory.h]
  14. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  15. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 6 years ago
  16. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  17. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 6 years ago
  18. 1979384 Ensure that PC usage is recorded if a PC is alive for 60 seconds. by Harald Alvestrand · 6 years ago
  19. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  20. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 6 years ago
  21. 5234a49 Create PeerConnectionFactoryDependencies to prevent new function overloads. by Benjamin Wright · 6 years ago
  22. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  23. 6f7e6d6 Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. by Benjamin Wright · 6 years ago
  24. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 6 years ago
  25. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 6 years ago
  26. 0dd1b0a Revert "Revert "Enables PeerConnectionFactory using external fec controller"" by Ying Wang · 7 years ago
  27. 0073301 Revert "Enables PeerConnectionFactory using external fec controller" by Taylor Brandstetter · 7 years ago
  28. 4f07bdb Enables PeerConnectionFactory using external fec controller by Ying Wang · 7 years ago
  29. 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 7 years ago
  30. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  31. da6c095 Rewrite WebRtcSession data channel tests as PeerConnection tests by Steve Anton · 7 years ago
  32. 82eb3c4 Remove dead version of StartRtcEventLog by Elad Alon · 7 years ago
  33. 02e7a19 Remove unnecessary video factory references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  34. 835cc0c Remove unnecessary audio references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  35. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  36. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/peerconnectionfactory.h]
  37. 248fd4f Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread ( https://codereview.webrtc.org/3007473002/ ) by eladalon · 7 years ago
  38. 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
  39. 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
  40. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  41. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  42. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  43. 38ede13 Support building WebRTC without audio and video. by zhihuang · 7 years ago
  44. eb02c03 Allow WebRtcMediaEngine to be created from any thread. by deadbeef · 7 years ago
  45. eaabdf6 Delete MediaController class, move Call ownership to PeerConnection. by nisse · 7 years ago
  46. eb1fde4 Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 7 years ago
  47. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 8 years ago
  48. 1e4e8cb Add CreatePeerConnectionFactory overloads that take audio codec factory args by kwiberg · 8 years ago
  49. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (96%) from webrtc/api/peerconnectionfactory.h]
  50. 95aa964 Support external audio mixer in webrtc 2. by gyzhou · 8 years ago
  51. 39ce11f Revert of Support external audio mixer. (patchset #5 id:140001 of https://codereview.webrtc.org/2539213003/ ) by gyzhou · 8 years ago
  52. f6bcac5 Support external audio mixer in webrtc. by gyzhou · 8 years ago
  53. 11a9cbf Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
  54. bfd398c Add a switch to redetermine role when ICE restarts. by Honghai Zhang · 8 years ago
  55. cb56065 Add support for GCM cipher suites from RFC 7714. by jbauch · 8 years ago
  56. 29ff844 Add PeerConnection IsClosed check. by zhihuang · 8 years ago
  57. 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 · 8 years ago
  58. 9e03c3b Revert of Move RtcEventLog object from inside VoiceEngine to Call. (patchset #16 id:420001 of https://codereview.webrtc.org/1748403002/ ) by ivoc · 8 years ago
  59. 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 8 years ago
  60. 29b1a8d Moved creation of AudioDecoderFactory to inside PeerConnectionFactory. by ossu · 8 years ago
  61. cebf0a2 Remove PeerConnectionFactory's certificate generator and ref counted wrapper. by Henrik Boström · 8 years ago
  62. d03c23b Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
  63. d7973cc Revert of Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. (patchset #2 id:20001 of https://codereview.webrtc.org/2013523002/ ) by hbos · 8 years ago
  64. 400781a Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
  65. e9021a3 Propogate network-worker thread split to api by danilchap · 8 years ago
  66. fd8be34 Remove webrtc/base/scoped_ptr.h by kwiberg · 8 years ago
  67. c1513ee Add a parameter to set a maximum file size when starting an RTC event log on the PeerConnectionFactory API. by ivoc · 8 years ago
  68. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 8 years ago
  69. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 8 years ago
  70. ef8b61e Enable -Winconsistent-missing-override flag. by nisse · 8 years ago
  71. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 8 years ago
  72. a3ede6c Renamed VideoSourceInterface to VideoTrackSourceInterface. by perkj · 8 years ago
  73. a2a49d9 This CL provides interfaces that do not use constraints for by hta · 8 years ago
  74. 51542be Introduce struct MediaConfig, with construction-time settings. by nisse · 9 years ago
  75. 9b8df25 Move talk/session/media -> webrtc/pc by kjellander@webrtc.org · 9 years ago
  76. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  77. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago[Renamed (93%) from talk/app/webrtc/peerconnectionfactory.h]
  78. d66b44d Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87. by ivoc · 9 years ago
  79. 0c7e9f5 Removing webrtc::PortAllocatorFactoryInterface. by Taylor Brandstetter · 9 years ago
  80. a4df27b Revert of Reland "Added option to specify a maximum file size when recording an AEC dump." (patchset #2 id:20001 of https://codereview.webrtc.org/1541633002/ ) by ivoc · 9 years ago
  81. f4f5cb0 Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87. by ivoc · 9 years ago
  82. 36d4c54 Revert of Added option to specify a maximum file size when recording an AEC dump. (patchset #5 id:120001 of https://codereview.webrtc.org/1413483003/ ) by ivoc · 9 years ago
  83. ae2c5ad Added option to specify a maximum file size when recording an AEC dump. by ivoc · 9 years ago
  84. 41b0798 Adding CreatePeerConnection method that uses new PC Initialize method. by deadbeef · 9 years ago
  85. 797ef12 Added StopAecDump function to PeerConnectionFactory. by ivoc · 9 years ago
  86. 112a3d8 Added functions on libjingle API to start and stop the recording of an RtcEventLog. by ivoc · 9 years ago
  87. c1aeaf0 Wire up packet_id / send time callbacks to webrtc via libjingle. by stefan · 9 years ago
  88. 5e56c59 DtlsIdentityStoreInterface added and the implementation is called DtlsIdentityStoreImpl (previously named without the -Impl bit and without an interface). by Henrik Boström · 9 years ago
  89. 61e00b0 Create a in-memory DTLS identity store that keeps a free identity generated in the background. by jiayl@webrtc.org · 9 years ago
  90. be77872 Revert "Create a in-memory DTLS identity store that keeps a free identity generated in the background." by jiayl@webrtc.org · 9 years ago
  91. 369f682 Create a in-memory DTLS identity store that keeps a free identity generated in the background. by jiayl@webrtc.org · 9 years ago
  92. 8ad9660 Revert "Create a in-memory DTLS identity store that keeps a free identity generated in the background." by jiayl@webrtc.org · 9 years ago
  93. df512cc Create a in-memory DTLS identity store that keeps a free identity generated in the background. by jiayl@webrtc.org · 9 years ago
  94. 006521d Makes libjingle_peerconnection_android_unittest run on networkless devices. by phoglund@webrtc.org · 10 years ago
  95. 62f6e75 Refactoring WebRTC Java/JNI audio recording in C++ and Java. by henrika@webrtc.org · 10 years ago
  96. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  97. 81134d0 Use proxy macro for PeerConnectionFactory instead of sending messages internally in PeerConnectionFactory. by perkj@webrtc.org · 10 years ago
  98. a09a999 (Auto)update libjingle 73222930-> 73226398 by buildbot@webrtc.org · 10 years ago
  99. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  100. 41451d4 (Auto)update libjingle 66106643-> 66138442 by buildbot@webrtc.org · 10 years ago