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