Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com

  1. e6a1f70 Use webrtc name specifier instead of rtc/cricket in pc by Evan Shrubsole · 7 months ago
  2. 945e517 Move cricket namespace to webrtc by Evan Shrubsole · 7 months ago
  3. 9f03369 Rename cricket::MEDIA_TYPE_(AUDIO/VIDEO) by Harald Alvestrand · 8 months ago
  4. a3866aa Refactoring: Look up codec vendor via RtpTransceiver by Harald Alvestrand · 8 months ago
  5. a654437 Remove not-needed webrtc:: prefixes in pc/ by Harald Alvestrand · 2 years ago
  6. 041ecb8 New PeerConnectionFactory::CreateVideoTrack with refcounted source by Harald Alvestrand · 2 years, 8 months ago
  7. 3d46d0b Proxy: solve event tracing with compile time strings. by Markus Handell · 4 years, 6 months ago
  8. a1b8201 Move proxies into pc/. by Markus Handell · 4 years, 6 months ago[Renamed (86%) from api/peer_connection_factory_proxy.h]
  9. f33f7a2 Deprecate PeerConnectionFactory::CreatePeerConnection by Harald Alvestrand · 4 years, 6 months ago
  10. 95d2f47 Call ChannelManager aec dump methods on the worker thread. by Tomas Gunnarsson · 4 years, 8 months ago
  11. 9d9b8de Reland "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 9 months ago
  12. 07a01d0 Revert "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 9 months ago
  13. a37f2bd Rename SIGNALING and WORKER to PRIMARY and SECONDARY by Harald Alvestrand · 4 years, 9 months ago
  14. 1a29a5d Delete rtc::Bind by Niels Möller · 4 years, 10 months ago
  15. faaaa87 Remember the proxies by Harald Alvestrand · 5 years ago
  16. e4ac723 Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump by Niels Möller · 6 years ago
  17. e8e4dc4 Change StartAecDump methods to work with FILE* and FileWrapper by Niels Möller · 6 years ago
  18. 22f9925 webrtc: Remove semicolons. by Nico Weber · 7 years ago
  19. 260a71d Delete deprecated method PeerConnectionFactory::CreateVideoSource by Niels Möller · 7 years ago
  20. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  21. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 7 years ago[Renamed from api/peerconnectionfactoryproxy.h]
  22. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 7 years ago
  23. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 7 years ago
  24. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  25. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 7 years ago
  26. 6f7e6d6 Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. by Benjamin Wright · 8 years ago
  27. 82eb3c4 Remove dead version of StartRtcEventLog by Elad Alon · 8 years ago
  28. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  29. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/api/peerconnectionfactoryproxy.h]
  30. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  31. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 9 years ago
  32. b10f32f Adding more comments to every header file in api/ subdirectory. by deadbeef · 9 years ago
  33. d99a200 Adding some features to proxy.h, and restructuring the macros. by deadbeef · 9 years ago
  34. 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
  35. 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
  36. 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 9 years ago
  37. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 9 years ago
  38. d03c23b Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 9 years ago
  39. d7973cc Revert of Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. (patchset #2 id:20001 of https://codereview.webrtc.org/2013523002/ ) by hbos · 9 years ago
  40. 400781a Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 9 years ago
  41. c1513ee Add a parameter to set a maximum file size when starting an RTC event log on the PeerConnectionFactory API. by ivoc · 10 years ago
  42. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 10 years ago
  43. 72c8d2b Rename BEGIN_PROXY_MAP --> BEGIN_SIGNALLING_PROXY_MAP. by nisse · 10 years ago
  44. 5b68ab5 Extended proxy abstraction, to call certain methods to the worker thread. by nisse · 10 years ago
  45. a3ede6c Renamed VideoSourceInterface to VideoTrackSourceInterface. by perkj · 10 years ago
  46. a2a49d9 This CL provides interfaces that do not use constraints for by hta · 10 years ago
  47. b24317b Fix license headers in webrtc/api. by kjellander · 10 years ago
  48. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 10 years ago[Renamed (93%) from talk/app/webrtc/peerconnectionfactoryproxy.h]
  49. d66b44d Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87. by ivoc · 10 years ago
  50. 0c7e9f5 Removing webrtc::PortAllocatorFactoryInterface. by Taylor Brandstetter · 10 years ago
  51. 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 · 10 years ago
  52. f4f5cb0 Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87. by ivoc · 10 years ago
  53. 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 · 10 years ago
  54. ae2c5ad Added option to specify a maximum file size when recording an AEC dump. by ivoc · 10 years ago
  55. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 10 years ago
  56. 41b0798 Adding CreatePeerConnection method that uses new PC Initialize method. by deadbeef · 10 years ago
  57. 797ef12 Added StopAecDump function to PeerConnectionFactory. by ivoc · 10 years ago
  58. 112a3d8 Added functions on libjingle API to start and stop the recording of an RtcEventLog. by ivoc · 10 years ago
  59. 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
  60. 5f93d0a Update libjingle license statements at top of talk files for consistency by [email protected] · 11 years ago
  61. 81134d0 Use proxy macro for PeerConnectionFactory instead of sending messages internally in PeerConnectionFactory. by [email protected] · 11 years ago