1. 36f8f3e Optional: Use nullopt and implicit construction in /pc by Oskar Sundbom · 7 years ago
  2. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  3. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 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.cc]
  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. 4b37127 Fix compilation issues of std::unique_ptr by steweg · 7 years ago
  10. f15fb45 Fix occasional race in VideoCapturerTrackSource seen by memcheck bot. by deadbeef · 7 years ago
  11. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 7 years ago
  12. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/videocapturertracksource.cc]
  13. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  14. 66712b0 Revert of Add method cricket::VideoCapturer::NeedsDenoising, use in VideoCapturerTrackSource. (patchset #5 id:80001 of https://codereview.webrtc.org/2334683002/ ) by nisse · 8 years ago
  15. 0d14c6a Add method cricket::VideoCapturer::NeedsDenoising, use in VideoCapturerTrackSource. by nisse · 8 years ago
  16. a973f95 Remove restart method from VideoTrackSourceInterface. by sakal · 8 years ago
  17. 3e33bfe Fix some sign-compare warnings in webrtc/api. by kjellander · 8 years ago
  18. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  19. 5b68ab5 Extended proxy abstraction, to call certain methods to the worker thread. by nisse · 8 years ago
  20. fcc640f Get VideoCapturer stats via VideoTrackSourceInterface in StatsCollector, by nisse · 8 years ago
  21. c0d31e9 Change VideoSourceInterface::needs_denoising() to return rtc::Optional<bool> by Per · 8 years ago
  22. 4a3a135 More cleanup of cricket::VideoCapturer by perkj · 8 years ago
  23. 0d3eef2 Add implementation of VideoTrackSource and make VideoCapturerTrackSource inherit from it. by perkj · 8 years ago
  24. a3ede6c Renamed VideoSourceInterface to VideoTrackSourceInterface. by perkj · 8 years ago
  25. 11e1805 Add new empty files for VideoCapturerTrackSource and VideoTrackSource to make Chrome compile when adding implementation. by perkj · 8 years ago