1. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  2. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  3. 5d67f82 Refactor VideoTrackSource, without raw pointer injection. by Niels Möller · 6 years ago
  4. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  5. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/videocapturertracksource.h]
  6. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  7. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  8. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  9. f15fb45 Fix occasional race in VideoCapturerTrackSource seen by memcheck bot. by deadbeef · 8 years ago
  10. 39e14da Changing some PeerConnection-related comments. by deadbeef · 8 years ago
  11. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 8 years ago
  12. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (93%) from webrtc/api/videocapturertracksource.h]
  13. 859e861 Remove stop method from VideoTrackSourceInterface. by sakal · 8 years ago
  14. a973f95 Remove restart method from VideoTrackSourceInterface. by sakal · 8 years ago
  15. fd8be34 Remove webrtc/base/scoped_ptr.h by kwiberg · 8 years ago
  16. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 8 years ago
  17. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 8 years ago
  18. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 9 years ago
  19. 2ded9b1 Replace SetCapturer and SetCaptureDevice by SetSource. Drop return value. by nisse · 9 years ago
  20. 5b68ab5 Extended proxy abstraction, to call certain methods to the worker thread. by nisse · 9 years ago
  21. fcc640f Get VideoCapturer stats via VideoTrackSourceInterface in StatsCollector, by nisse · 9 years ago
  22. c0d31e9 Change VideoSourceInterface::needs_denoising() to return rtc::Optional<bool> by Per · 9 years ago
  23. 0d3eef2 Add implementation of VideoTrackSource and make VideoCapturerTrackSource inherit from it. by perkj · 9 years ago
  24. a3ede6c Renamed VideoSourceInterface to VideoTrackSourceInterface. by perkj · 9 years ago
  25. 11e1805 Add new empty files for VideoCapturerTrackSource and VideoTrackSource to make Chrome compile when adding implementation. by perkj · 9 years ago