1. 86314cf Cleaning up C++14 move into lambda TODOs. by Sebastian Jansson · 4 years, 10 months ago
  2. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 5 years ago
  3. 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 5 years ago
  4. 1699408 Inlining IncomingVideoStream::NewFrameTask. by Sebastian Jansson · 6 years ago
  5. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  6. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  7. 70595c1 Delete unneeded references to EventWrapper. by Niels Möller · 6 years ago
  8. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  9. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_video/incoming_video_stream.cc]
  10. 2c7b7a6 Delete static method TaskQueue::IsCurrent. by nisse · 7 years ago
  11. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  12. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  13. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  14. 0ffdcc5 Delete unneeded includes of deprecated system_wrappers include files. by nisse · 7 years ago
  15. db23ea6 Add performance tracing for PlatformThread and parts of the video code. by tommi · 7 years ago
  16. ede0759 Reland of Use TaskQueue in IncomingVideoStream (patchset #1 id:1 of https://codereview.webrtc.org/2714393003/ ) by tommi · 7 years ago
  17. 686aa37 Revert of Use TaskQueue in IncomingVideoStream (patchset #10 id:320001 of https://codereview.webrtc.org/2716473002/ ) by tommi · 7 years ago
  18. e2d1d64 Use TaskQueue in IncomingVideoStream instead of the PlatformThread + event timer approach. by tommi · 7 years ago
  19. 0f8b403 Introduce a new constructor to PlatformThread. by tommi · 7 years ago
  20. 02bafc6 Add a race-checking mechanism. by Peter Boström · 8 years ago
  21. 65f4727 Fixing race condition in IncomingVideoStream. by Taylor Brandstetter · 8 years ago
  22. 7893e9a Remove a thread checker for a decoder thread from IncomingVideoStream. by Tommi · 8 years ago
  23. 2e82f38 Reland of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #1 id:1 of https://codereview.webrtc.org/2084873002/ ) by tommi · 8 years ago
  24. a536bfe Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #5 id:340001 of https://codereview.webrtc.org/2078873002/ ) by sakal · 8 years ago
  25. 884c336 Reland of IncomingVideoStream refactoring. by Tommi · 8 years ago
  26. 8e8222d Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #4 id:290001 of https://codereview.webrtc.org/2071473002/ ) by tommi · 8 years ago
  27. e03f878 Reland of Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 8 years ago
  28. 17c3cdd Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #23 id:430001 of https://codereview.webrtc.org/2035173002/ ) by tommi · 8 years ago
  29. 1c7eef6 Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 8 years ago
  30. ba986bf Remove dead code in IncomingVideoStream that's just causing contention. by tommi · 8 years ago
  31. 5724b73 Remove unused render callback method+pointer in IncomingVideoStream. by mflodman · 8 years ago
  32. e5e5292 Let VideoRenderFrames::FrameToRender return a rtc::Optional. by nisse · 8 years ago
  33. d28db7f Delete all use of tick_util.h. by Niels Möller · 8 years ago
  34. 30f118e This cl deletes the class webrtc::VideoRendererCallback. by nisse · 8 years ago
  35. cc23b7c Delete unused methods SetStartImage and SetTimeoutImage. by nisse · 8 years ago
  36. 7ade7b3 Delete class webrtc::VideoRenderer and its header file. by nisse · 8 years ago
  37. 739fcb9 Cleanup of webrtc::VideoFrame. by Niels Möller · 8 years ago
  38. 54ebfca Revert of Cleanup of webrtc::VideoFrame. (patchset #6 id:100001 of https://codereview.webrtc.org/1679323002/ ) by kjellander · 8 years ago
  39. 2080196 Cleanup of webrtc::VideoFrame. by nisse · 8 years ago
  40. 84df580 Switch to rtc::CriticalSection in IncomingVideoStream and remove one lock. by tommi · 9 years ago
  41. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  42. 444682a Remove frame time scheduing in IncomingVideoStream by qiangchen · 9 years ago
  43. 12411ef Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago
  44. 6f8ce06 common_video: rename interface -> include by kjellander · 9 years ago
  45. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  46. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 9 years ago
  47. 9a63866 Move IncomingVideoFrames to common_video/. by Peter Boström · 9 years ago[Renamed (98%) from webrtc/modules/video_render/incoming_video_stream.cc]
  48. c043afc Cleanup inside IncomingVideoStream. by Peter Boström · 9 years ago
  49. 64c0366 Revert "Revert "Split EventWrapper in twain."" by Peter Boström · 9 years ago
  50. cf3c83e Revert "Split EventWrapper in twain." by Minyue · 9 years ago
  51. 379069f VideoRenderCallback::RenderFrame: Make I420VideoFrame& ref const. by Magnus Jedvert · 9 years ago
  52. 9509fbf Split EventWrapper in twain. by tommi@webrtc.org · 9 years ago
  53. 38492c5 Re-land 8810 "- Add a SetPriority method to ThreadWr..." by tommi@webrtc.org · 9 years ago
  54. 90a1cb4 Revert 8810 "- Add a SetPriority method to ThreadWrapper" by tommi@webrtc.org · 9 years ago
  55. b6817d7 - Add a SetPriority method to ThreadWrapper by tommi@webrtc.org · 9 years ago
  56. 361981f Use scoped_ptr for ThreadWrapper::CreateThread. by tommi@webrtc.org · 9 years ago
  57. 2056ee3 Revert "Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*." by magjed@webrtc.org · 9 years ago
  58. 2dc5fa6 Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*. by hbos@webrtc.org · 9 years ago
  59. 8663973 Remove thread id from ThreadWrapper::Start(). by pbos@webrtc.org · 9 years ago
  60. b73758d Clean up VideoRenderFrames by magjed@webrtc.org · 9 years ago
  61. 4052d88 Remove GetLastRenderedFrame by magjed@webrtc.org · 9 years ago
  62. f68e186 Remove EnableMirroring and MirrorRenderStream by magjed@webrtc.org · 9 years ago
  63. 4dd40d6 Signal threads for faster receiver destruction. by pbos@webrtc.org · 9 years ago
  64. 875c97e Remove SetNotAlive method from the thread class. by tommi@webrtc.org · 9 years ago
  65. 820efd5 Fix double backslashes in incoming_video_stream.cc by perkj@webrtc.org · 10 years ago
  66. 4ca7d3f Replace MapWrapper with std::map<>. by pbos@webrtc.org · 11 years ago
  67. 9dba525 * Update libjingle to 50389769. by wu@webrtc.org · 11 years ago
  68. 12dc1a3 Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 11 years ago
  69. 5aa3f1b Include files from webrtc/.. paths in video_render/. by pbos@webrtc.org · 11 years ago
  70. ddf94e7 WebRtc_Word32 -> int32_t in video_render/ by pbos@webrtc.org · 11 years ago
  71. 455370d Thread safety issue fix in incoming_video_stream.cc. See issue 1465. by vikasmarwaha@webrtc.org · 11 years ago
  72. 9841d92 Reorganize modules/video_render. by andrew@webrtc.org · 12 years ago[Renamed (98%) from webrtc/modules/video_render/main/source/incoming_video_stream.cc]
  73. 9fedff7 Switching to I420VideoFrame by mikhal@webrtc.org · 12 years ago
  74. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/video_render/main/source/incoming_video_stream.cc]
  75. aeb37d3 Changed CriticalSectionScoped so the style correct constructor is used everywhere. by mflodman@webrtc.org · 12 years ago
  76. f4f2145 Added API to set expected render delay. by mflodman@webrtc.org · 12 years ago
  77. 2338131 Switching Mirror functions to VideoFrame by mikhal@webrtc.org · 12 years ago
  78. c1354bd Make handling of libyuv more flexible. by andrew@webrtc.org · 12 years ago
  79. 327ada1 Refactored IncomingVideoStream and VideoRenderFrame, to get code in better shape when hunting BUG=481. by mflodman@webrtc.org · 12 years ago
  80. 0e703f4 VideoRender now uses pointer constructor of CriticalSectionScoped. by mflodman@webrtc.org · 12 years ago
  81. 2ab104e Switching WebRtc to LibYuv. by mikhal@webrtc.org · 13 years ago
  82. af874eb warning cleanup in render module by mallinath@google.com · 13 years ago
  83. 470e71d by niklase@google.com · 13 years ago