1. 48dee58 Delete static method TaskQueue::IsCurrent. by nisse · 8 years ago
  2. 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  3. bc32410 Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  4. 60154fd Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  5. 82efb01 Delete unneeded includes of deprecated system_wrappers include files. by nisse · 8 years ago
  6. 33ecc1a Add performance tracing for PlatformThread and parts of the video code. by tommi · 8 years ago
  7. 14e74e8 Reland of Use TaskQueue in IncomingVideoStream (patchset #1 id:1 of https://codereview.webrtc.org/2714393003/ ) by tommi · 8 years ago
  8. 779eabb Revert of Use TaskQueue in IncomingVideoStream (patchset #10 id:320001 of https://codereview.webrtc.org/2716473002/ ) by tommi · 8 years ago
  9. 701e9e9 Use TaskQueue in IncomingVideoStream instead of the PlatformThread + event timer approach. by tommi · 8 years ago
  10. 25435fe Introduce a new constructor to PlatformThread. by tommi · 8 years ago
  11. 8702e0e Add a race-checking mechanism. by Peter Boström · 9 years ago
  12. b665ea9 Fixing race condition in IncomingVideoStream. by Taylor Brandstetter · 9 years ago
  13. 105bb15 Remove a thread checker for a decoder thread from IncomingVideoStream. by Tommi · 9 years ago
  14. 4edf3cd Reland of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #1 id:1 of https://codereview.webrtc.org/2084873002/ ) by tommi · 9 years ago
  15. 8578468 Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #5 id:340001 of https://codereview.webrtc.org/2078873002/ ) by sakal · 9 years ago
  16. 5d7493a Reland of IncomingVideoStream refactoring. by Tommi · 9 years ago
  17. 896b6c5 Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #4 id:290001 of https://codereview.webrtc.org/2071473002/ ) by tommi · 9 years ago
  18. c289ab1 Reland of Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 9 years ago
  19. 36500f5 Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #23 id:430001 of https://codereview.webrtc.org/2035173002/ ) by tommi · 9 years ago
  20. 4f834e9 Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 9 years ago
  21. 0348543 Remove dead code in IncomingVideoStream that's just causing contention. by tommi · 9 years ago
  22. f444108 Remove unused render callback method+pointer in IncomingVideoStream. by mflodman · 9 years ago
  23. f2c58af Let VideoRenderFrames::FrameToRender return a rtc::Optional. by nisse · 9 years ago
  24. 7738985 Delete all use of tick_util.h. by Niels Möller · 9 years ago
  25. 07254e3 This cl deletes the class webrtc::VideoRendererCallback. by nisse · 9 years ago
  26. c5ce6dc Delete unused methods SetStartImage and SetTimeoutImage. by nisse · 9 years ago
  27. a2761a5 Delete class webrtc::VideoRenderer and its header file. by nisse · 9 years ago
  28. c961c78 Cleanup of webrtc::VideoFrame. by Niels Möller · 9 years ago
  29. 12c9c87 Revert of Cleanup of webrtc::VideoFrame. (patchset #6 id:100001 of https://codereview.webrtc.org/1679323002/ ) by kjellander · 9 years ago
  30. c937f30 Cleanup of webrtc::VideoFrame. by nisse · 9 years ago
  31. 7339d4a Switch to rtc::CriticalSection in IncomingVideoStream and remove one lock. by tommi · 9 years ago
  32. daf1aa4 Clean up PlatformThread. by Peter Boström · 9 years ago
  33. 7ad8fc8 Remove frame time scheduing in IncomingVideoStream by qiangchen · 9 years ago
  34. 9410e01 Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago
  35. cd66254 common_video: rename interface -> include by kjellander · 9 years ago
  36. 78f65d0 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  37. 3ca60f3 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
  38. 8e2cae4 Move IncomingVideoFrames to common_video/. by Peter Boström · 10 years ago[Renamed (97%) from modules/video_render/incoming_video_stream.cc]
  39. 2bd2176 Cleanup inside IncomingVideoStream. by Peter Boström · 10 years ago
  40. a8c4f43 Revert "Revert "Split EventWrapper in twain."" by Peter Boström · 10 years ago
  41. a5b531b Revert "Split EventWrapper in twain." by Minyue · 10 years ago
  42. 7c14951 VideoRenderCallback::RenderFrame: Make I420VideoFrame& ref const. by Magnus Jedvert · 10 years ago
  43. 1f00000 Split EventWrapper in twain. by tommi@webrtc.org · 10 years ago
  44. 01c1481 Re-land 8810 "- Add a SetPriority method to ThreadWr..." by tommi@webrtc.org · 10 years ago
  45. eb2730e Revert 8810 "- Add a SetPriority method to ThreadWrapper" by tommi@webrtc.org · 10 years ago
  46. be8dbba - Add a SetPriority method to ThreadWrapper by tommi@webrtc.org · 10 years ago
  47. 0e57be8 Use scoped_ptr for ThreadWrapper::CreateThread. by tommi@webrtc.org · 10 years ago
  48. 32ec590 Revert "Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*." by magjed@webrtc.org · 10 years ago
  49. c0b6816 Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*. by hbos@webrtc.org · 10 years ago
  50. 04d511c Remove thread id from ThreadWrapper::Start(). by pbos@webrtc.org · 10 years ago
  51. f487b8e Clean up VideoRenderFrames by magjed@webrtc.org · 10 years ago
  52. 8a6f765 Remove GetLastRenderedFrame by magjed@webrtc.org · 10 years ago
  53. 1e7ab6c Remove EnableMirroring and MirrorRenderStream by magjed@webrtc.org · 10 years ago
  54. 99dd85f Signal threads for faster receiver destruction. by pbos@webrtc.org · 10 years ago
  55. 22b04fa Remove SetNotAlive method from the thread class. by tommi@webrtc.org · 10 years ago
  56. d18fd94 Fix double backslashes in incoming_video_stream.cc by perkj@webrtc.org · 10 years ago
  57. 52c5c70 Replace MapWrapper with std::map<>. by pbos@webrtc.org · 12 years ago
  58. ea7b33e * Update libjingle to 50389769. by wu@webrtc.org · 12 years ago
  59. 3f45c2e Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 12 years ago
  60. 7e5dc87 Include files from webrtc/.. paths in video_render/. by pbos@webrtc.org · 12 years ago
  61. e1ca446 WebRtc_Word32 -> int32_t in video_render/ by pbos@webrtc.org · 12 years ago
  62. 5815b7c Thread safety issue fix in incoming_video_stream.cc. See issue 1465. by vikasmarwaha@webrtc.org · 12 years ago
  63. 07e96da Reorganize modules/video_render. by andrew@webrtc.org · 12 years ago[Renamed (98%) from modules/video_render/main/source/incoming_video_stream.cc]
  64. 3bbed74 Switching to I420VideoFrame by mikhal@webrtc.org · 12 years ago
  65. b015cbe Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago