1. 8ef1d7b Add a missing lock in VideoBroadcaster::OnDiscardedFrame(). by Mirta Dvornicic · 4 years ago
  2. 1e257ca Migrate media/ to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
  3. 5cad55b Signal requested resolution alignment requirements from sinks to sources. by Rasmus Brandt · 5 years ago
  4. 9560d7d Make update_rect optional in VideoFrame by Ilya Nikolaevskiy · 5 years ago
  5. 71aee3a Reland "Propagate VideoFrame::UpdateRect to encoder" by Ilya Nikolaevskiy · 6 years ago
  6. 429b67d Revert "Propagate VideoFrame::UpdateRect to encoder" by Mirko Bonadei · 6 years ago
  7. efa72a1 Propagate VideoFrame::UpdateRect to encoder by Ilya Nikolaevskiy · 6 years ago
  8. fd5d473 Revert "Partial frame capture API part 6" by Ilya Nikolaevskiy · 6 years ago
  9. 7752ad6 Partial frame capture API part 6 by Ilya Nikolaevskiy · 6 years ago
  10. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  11. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from media/base/videobroadcaster.cc]
  12. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  13. 3793bb4 Refactor TestVideoCapturer to support multiple sinks. by Niels Möller · 6 years ago
  14. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  15. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  16. a680a6a Enable and fix chromium clang warnings in sdk/android targets. by Paulina Hensman · 7 years ago
  17. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  18. d79314f Reland "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  19. 1c1a681 Revert "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  20. 4b1a363 Add fine grained dropped video frames counters on sending side by Ilya Nikolaevskiy · 7 years ago
  21. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  22. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/media/base/videobroadcaster.cc]
  23. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  24. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  25. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  26. c5d62e2 Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2783183003/ ) by sprang · 8 years ago
  27. f9ed235 Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #8 id:410001 of https://codereview.webrtc.org/2781433002/ ) by lliuu · 8 years ago
  28. 3ea3c77 Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2764133002/ ) by sprang · 8 years ago
  29. 8b45b11 Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #14 id:250001 of https://codereview.webrtc.org/2716643002/ ) by skvlad · 8 years ago
  30. 72acf25 Add framerate to VideoSinkWants and ability to signal on overuse by sprang · 8 years ago
  31. 84a3759 Change rtc::VideoSinkWants to have target and a max pixel count by sprang · 8 years ago
  32. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  33. 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
  34. 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
  35. 45c8b89 Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. by nisse · 8 years ago
  36. 0934785 Reland of Make cricket::VideoFrame inherit webrtc::VideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2402853002/ ) by nisse · 8 years ago
  37. d36dd49 Revert of Make cricket::VideoFrame inherit webrtc::VideoFrame. (patchset #9 id:160001 of https://codereview.webrtc.org/2315663002/ ) by kjellander · 8 years ago
  38. dda6ec0 Make cricket::VideoFrame inherit webrtc::VideoFrame. Delete by nisse · 8 years ago
  39. 6f5a6c3 New class AdaptedVideoTrackSource. by nisse · 8 years ago
  40. 19ee1e6eb Add cricket::VideoFrame::transport_frame_id() and set it to RTP timestamp. by Sergey Ulanov · 9 years ago
  41. efec590 Reland of New method I420Buffer::SetToBlack. (patchset #1 id:1 of https://codereview.webrtc.org/2049023002/ ) by nisse · 9 years ago
  42. 271d740 Revert of New static method I420Buffer::SetToBlack. (patchset #4 id:60001 of https://codereview.webrtc.org/2029273004/ ) by nisse · 9 years ago
  43. 663f9e2 New static method I420Buffer::SetToBlack. by nisse · 9 years ago
  44. c82d090 Don't do a thread jump for incoming frames. by nisse · 9 years ago
  45. b17712f Use microsecond timestamp in cricket::VideoFrame. by nisse · 9 years ago
  46. 09eabcb Revert of Use microsecond timestamp in cricket::VideoFrame. (patchset #13 id:240001 of https://codereview.webrtc.org/1865283002/ ) by niklas.enbom · 9 years ago
  47. f30ba11 Use microsecond timestamp in cricket::VideoFrame. by nisse · 9 years ago
  48. f386876 Rename some cricket::VideoFrame methods, to align with webrtc::VideoFrame. by nisse · 9 years ago
  49. 71a0c2f Deprecate GetWidth() and GetHeight() methods. Replaced by width() and height(). by nisse · 9 years ago
  50. d6c3954 Refactor VideoTracks to forward all sinks to its source by perkj · 9 years ago
  51. f0dcfe2 Change VideoRtpReceiver to create remote VideoTrack and VideoTrackSource. by perkj · 9 years ago
  52. 2d5f091 Move direct use of VideoCapturer::VideoAdapter to VideoSinkWants. by perkj · 9 years ago
  53. a509241 This reland https://codereview.webrtc.org/1655793003/ with the change that cricket::VideoCapturer::SignalVideoFrame is added back and used for frame forwarding. It is used in Chrome remoting. by Per · 9 years ago
  54. 8e16e61 Added empty files for VideoBroadcaster so adding them don't break Chrome. by Per · 9 years ago
  55. 162c339 Revert of Make cricket::VideoCapturer implement VideoSourceInterface (patchset #14 id:300001 of https://codereview.webrtc.org/1655793003/ ) by perkj · 9 years ago
  56. 4d19c5b This cl introduce a VideoSourceInterface and let cricket::VideoCapturer implement it. by Per · 9 years ago
  57. 4b2a5a8 Revert of Make cricket::VideoCapturer implement VideoSourceInterface (patchset #12 id:260001 of https://codereview.webrtc.org/1655793003/ ) by perkj · 9 years ago
  58. 2f21789 This cl introduce a VideoSourceInterface and let cricket::VideoCapturer implement it. by perkj · 9 years ago