1. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  2. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  3. 0a5792e Add UMA metric and logging of frames dropped in the render queue. by Stefan Holmer · 6 years ago
  4. c0f26d4 Drop unneeded inclusion of module_common_types.h by Niels Möller · 6 years ago
  5. d93a51d Enabling clang::find_bad_constructs for common_video. by Mirko Bonadei · 6 years ago
  6. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  7. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  8. 92016ce Optional: Use nullopt and implicit construction in /common_video by Oskar Sundbom · 7 years ago
  9. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  10. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  11. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_video/video_render_frames.cc]
  12. 3d95a53 Change logging method from WEBRTC_TRACE macro to LOG macro. by Sam Zackrisson · 7 years ago
  13. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  14. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  15. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  16. 0d35739 Drop out of order frames in VideoRenderFrames. by tommi · 7 years ago
  17. ede0759 Reland of Use TaskQueue in IncomingVideoStream (patchset #1 id:1 of https://codereview.webrtc.org/2714393003/ ) by tommi · 7 years ago
  18. 686aa37 Revert of Use TaskQueue in IncomingVideoStream (patchset #10 id:320001 of https://codereview.webrtc.org/2716473002/ ) by tommi · 7 years ago
  19. e2d1d64 Use TaskQueue in IncomingVideoStream instead of the PlatformThread + event timer approach. by tommi · 7 years ago
  20. b890c95c Replace some asserts with DCHECKs by kwiberg · 8 years ago
  21. 55d932b Add logging statements to places where the frame might be dropped in WebRTC pipeline. by sakal · 8 years ago
  22. 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
  23. 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
  24. 884c336 Reland of IncomingVideoStream refactoring. by Tommi · 8 years ago
  25. 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
  26. e03f878 Reland of Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 8 years ago
  27. 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
  28. 1c7eef6 Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 8 years ago
  29. e5e5292 Let VideoRenderFrames::FrameToRender return a rtc::Optional. by nisse · 8 years ago
  30. d28db7f Delete all use of tick_util.h. by Niels Möller · 8 years ago
  31. 0f2e939 Enable cpplint for more webrtc subfolders and fix all uncovered cpplint errors. by jbauch · 9 years ago
  32. ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  33. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  34. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 9 years ago
  35. 9a63866 Move IncomingVideoFrames to common_video/. by Peter Boström · 9 years ago[Renamed (97%) from webrtc/modules/video_render/video_render_frames.cc]
  36. b73758d Clean up VideoRenderFrames by magjed@webrtc.org · 9 years ago
  37. 45cdcce Remove TextureVideoFrame by magjed@webrtc.org · 9 years ago
  38. 97ed2a4 I420VideoFrame: Remove function ResetSize by magjed@webrtc.org · 9 years ago
  39. 7400e0b Revert "I420VideoFrame: Remove functions set_width, set_height, and ResetSize" by magjed@webrtc.org · 9 years ago
  40. be29b3b I420VideoFrame: Remove functions set_width, set_height, and ResetSize by magjed@webrtc.org · 9 years ago
  41. 637c55f Add support of texture frames for video capturer. by wuchengli@chromium.org · 10 years ago
  42. 89e8ffb Revert "Add support of texture frames for video capturer." by wuchengli@chromium.org · 10 years ago
  43. efe1535 Add support of texture frames for video capturer. by wuchengli@chromium.org · 10 years ago
  44. 79cf3ac Removes usage of ListWrapper from several files. by henrike@webrtc.org · 11 years ago
  45. eb7b7bc Modify video_render/ to allow a single old frame. by pbos@webrtc.org · 11 years ago
  46. 9dba525 * Update libjingle to 50389769. by wu@webrtc.org · 11 years ago
  47. 12dc1a3 Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 11 years ago
  48. 5aa3f1b Include files from webrtc/.. paths in video_render/. by pbos@webrtc.org · 11 years ago
  49. 0d540c3 Log timestamp of the frame when it's dropped from the render module by hclam@chromium.org · 11 years ago
  50. ddf94e7 WebRtc_Word32 -> int32_t in video_render/ by pbos@webrtc.org · 11 years ago
  51. 9841d92 Reorganize modules/video_render. by andrew@webrtc.org · 12 years ago[Renamed (98%) from webrtc/modules/video_render/main/source/video_render_frames.cc]
  52. 9fedff7 Switching to I420VideoFrame by mikhal@webrtc.org · 12 years ago
  53. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/video_render/main/source/video_render_frames.cc]
  54. 7cf8121 Fix signed/unsigned mis-match. by mflodman@webrtc.org · 12 years ago
  55. f4f2145 Added API to set expected render delay. by mflodman@webrtc.org · 12 years ago
  56. 327ada1 Refactored IncomingVideoStream and VideoRenderFrame, to get code in better shape when hunting BUG=481. by mflodman@webrtc.org · 12 years ago
  57. 470e71d by niklase@google.com · 13 years ago