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