1. 22f9925 webrtc: Remove semicolons. by Nico Weber · 5 years ago
  2. 260a71d Delete deprecated method PeerConnectionFactory::CreateVideoSource by Niels Möller · 5 years ago
  3. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  4. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from api/peerconnectionfactoryproxy.h]
  5. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  6. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 6 years ago
  7. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  8. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 6 years ago
  9. 6f7e6d6 Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. by Benjamin Wright · 6 years ago
  10. 82eb3c4 Remove dead version of StartRtcEventLog by Elad Alon · 7 years ago
  11. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  12. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/api/peerconnectionfactoryproxy.h]
  13. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  14. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 7 years ago
  15. b10f32f Adding more comments to every header file in api/ subdirectory. by deadbeef · 7 years ago
  16. d99a200 Adding some features to proxy.h, and restructuring the macros. by deadbeef · 8 years ago
  17. 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
  18. 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
  19. 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 8 years ago
  20. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  21. d03c23b Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
  22. d7973cc Revert of Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. (patchset #2 id:20001 of https://codereview.webrtc.org/2013523002/ ) by hbos · 8 years ago
  23. 400781a Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
  24. 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
  25. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 8 years ago
  26. 72c8d2b Rename BEGIN_PROXY_MAP --> BEGIN_SIGNALLING_PROXY_MAP. by nisse · 8 years ago
  27. 5b68ab5 Extended proxy abstraction, to call certain methods to the worker thread. by nisse · 8 years ago
  28. a3ede6c Renamed VideoSourceInterface to VideoTrackSourceInterface. by perkj · 8 years ago
  29. a2a49d9 This CL provides interfaces that do not use constraints for by hta · 8 years ago
  30. b24317b Fix license headers in webrtc/api. by kjellander · 8 years ago
  31. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 8 years ago[Renamed (93%) from talk/app/webrtc/peerconnectionfactoryproxy.h]
  32. d66b44d Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87. by ivoc · 9 years ago
  33. 0c7e9f5 Removing webrtc::PortAllocatorFactoryInterface. by Taylor Brandstetter · 9 years ago
  34. 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
  35. f4f5cb0 Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87. by ivoc · 9 years ago
  36. 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
  37. ae2c5ad Added option to specify a maximum file size when recording an AEC dump. by ivoc · 9 years ago
  38. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  39. 41b0798 Adding CreatePeerConnection method that uses new PC Initialize method. by deadbeef · 9 years ago
  40. 797ef12 Added StopAecDump function to PeerConnectionFactory. by ivoc · 9 years ago
  41. 112a3d8 Added functions on libjingle API to start and stop the recording of an RtcEventLog. by ivoc · 9 years ago
  42. 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
  43. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  44. 81134d0 Use proxy macro for PeerConnectionFactory instead of sending messages internally in PeerConnectionFactory. by perkj@webrtc.org · 10 years ago