1. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
  2. 34cd1d3 Reland "Use internal() in VideoTrack when invoking the source." by Tommi · 3 years, 1 month ago
  3. 153c9e5 Revert "Use internal() in VideoTrack when invoking the source." by Sergey Silkin · 3 years, 1 month ago
  4. 962bf18 Use internal() in VideoTrack when invoking the source. by Tommi · 3 years, 1 month ago
  5. 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 8 months ago
  6. fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 8 months ago
  7. 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
  8. 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 3 years, 11 months ago
  9. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  10. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  11. dd6633b Refactor VideoTrackTest to not depend on cricket::VideoCapturer by Niels Möller · 6 years ago
  12. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  13. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/videotrack_unittest.cc]
  14. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  15. 5d67f82 Refactor VideoTrackSource, without raw pointer injection. by Niels Möller · 7 years ago
  16. 8595993 Update several tests: FakeVideoCapturer -> FakeVideoCapturerWithTaskQueue. by Tommi · 7 years ago
  17. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  18. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/pc/videotrack_unittest.cc]
  19. 773be36 Reland of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt by perkj · 8 years ago
  20. 539d104 Revert of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ ) by mbonadei · 8 years ago
  21. f1377f7 Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread. by perkj · 8 years ago
  22. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  23. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  24. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  25. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (95%) from webrtc/api/videotrack_unittest.cc]
  26. acd935b Reland of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2471783002/ ) by nisse · 8 years ago
  27. 7341ab8 Revert of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #7 id:120001 of https://codereview.webrtc.org/2383093002/ ) by nisse · 8 years ago
  28. 45c8b89 Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. by nisse · 8 years ago
  29. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 9 years ago
  30. 5b68ab5 Extended proxy abstraction, to call certain methods to the worker thread. by nisse · 9 years ago
  31. 8f59762 Delete VideoRendererInterface. by Niels Möller · 9 years ago
  32. c8f952d Propagate MediaStreamSource state to video tracks the same way as audio. by perkj · 9 years ago
  33. d6c3954 Refactor VideoTracks to forward all sinks to its source by perkj · 9 years ago
  34. f0dcfe2 Change VideoRtpReceiver to create remote VideoTrack and VideoTrackSource. by perkj · 9 years ago
  35. a3ede6c Renamed VideoSourceInterface to VideoTrackSourceInterface. by perkj · 9 years ago
  36. 0f13ec1 Removed VideoSource dependency to ChannelManager. by Per · 9 years ago
  37. db25d2e Make VideoTrack and VideoTrackRenderers implement rtc::VideoSourceInterface. by nisse · 9 years ago
  38. 9b8df25 Move talk/session/media -> webrtc/pc by kjellander@webrtc.org · 9 years ago
  39. 5ad1297 Rename webrtc/media/webrtc -> webrtc/media/engine by kjellander@webrtc.org · 9 years ago
  40. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  41. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago[Renamed (95%) from talk/app/webrtc/videotrack_unittest.cc]
  42. 8e8908a Delete FrameInput method and FrameInputWrapper class. by nisse · 9 years ago
  43. a96e2d7 Move talk/media to webrtc/media by kjellander · 9 years ago
  44. 8cb910d Delete backwards compatibility cruft from cricket::VideoFrame and VideoSourceInterface. by nisse · 9 years ago
  45. 81354f5 Added mute logic to VideoTrackRenderers. by nisse · 9 years ago
  46. 8b1e431 Delete remnants of non-square pixel support from cricket::VideoFrame. by nisse · 9 years ago
  47. 268493a Revert of Delete remnants of non-square pixel support from cricket::VideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/1586613002/ ) by nisse · 9 years ago
  48. 709513d Delete remnants of non-square pixel support from cricket::VideoFrame. by nisse · 9 years ago
  49. 6eca7e3 Add a 'remote' property to MediaSourceInterface. Also adding an implementation to the relevant sources we have (audio/video) and an extra check where we're casting a source into a local audio source :( by tommi · 9 years ago
  50. b09b660 Remove cricket::VideoFrame::Set/GetElapsedTime() by magjed · 9 years ago
  51. facbbec Remove use of DeviceManager from ChannelManager. by solenberg · 9 years ago
  52. c2db810 Remove VideoRendererInterface::CanApplyRotation() by Magnus Jedvert · 10 years ago
  53. 00c509a Add concept of whether video renderer supports rotation. by guoweis@webrtc.org · 10 years ago
  54. f9a75d9 Revert "Add concept of whether video renderer supports rotation." by guoweis@webrtc.org · 10 years ago
  55. 0ad4893 Add concept of whether video renderer supports rotation. by guoweis@webrtc.org · 10 years ago
  56. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  57. a09a999 (Auto)update libjingle 73222930-> 73226398 by buildbot@webrtc.org · 11 years ago
  58. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 11 years ago
  59. 967bfff Update talk to 52534915. by wu@webrtc.org · 11 years ago
  60. 28e2075 Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk by henrike@webrtc.org · 12 years ago