- 92016ce Optional: Use nullopt and implicit construction in /common_video by Oskar Sundbom · 7 years ago
- 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_video/video_render_frames.cc]
- 3d95a53 Change logging method from WEBRTC_TRACE macro to LOG macro. by Sam Zackrisson · 7 years ago
- c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
- a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
- c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
- 0d35739 Drop out of order frames in VideoRenderFrames. by tommi · 8 years ago
- ede0759 Reland of Use TaskQueue in IncomingVideoStream (patchset #1 id:1 of https://codereview.webrtc.org/2714393003/ ) by tommi · 8 years ago
- 686aa37 Revert of Use TaskQueue in IncomingVideoStream (patchset #10 id:320001 of https://codereview.webrtc.org/2716473002/ ) by tommi · 8 years ago
- e2d1d64 Use TaskQueue in IncomingVideoStream instead of the PlatformThread + event timer approach. by tommi · 8 years ago
- b890c95c Replace some asserts with DCHECKs by kwiberg · 8 years ago
- 55d932b Add logging statements to places where the frame might be dropped in WebRTC pipeline. by sakal · 8 years ago
- 2e82f38 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
- a536bfe 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
- 884c336 Reland of IncomingVideoStream refactoring. by Tommi · 9 years ago
- 8e8222d 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
- e03f878 Reland of Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 9 years ago
- 17c3cdd 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
- 1c7eef6 Split IncomingVideoStream into two implementations, with smoothing and without. by tommi · 9 years ago
- e5e5292 Let VideoRenderFrames::FrameToRender return a rtc::Optional. by nisse · 9 years ago
- d28db7f Delete all use of tick_util.h. by Niels Möller · 9 years ago
- 0f2e939 Enable cpplint for more webrtc subfolders and fix all uncovered cpplint errors. by jbauch · 9 years ago
- ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
- 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
- 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
- 9a63866 Move IncomingVideoFrames to common_video/. by Peter Boström · 10 years ago[Renamed (97%) from webrtc/modules/video_render/video_render_frames.cc]
- b73758d Clean up VideoRenderFrames by magjed@webrtc.org · 10 years ago
- 45cdcce Remove TextureVideoFrame by magjed@webrtc.org · 10 years ago
- 97ed2a4 I420VideoFrame: Remove function ResetSize by magjed@webrtc.org · 10 years ago
- 7400e0b Revert "I420VideoFrame: Remove functions set_width, set_height, and ResetSize" by magjed@webrtc.org · 10 years ago
- be29b3b I420VideoFrame: Remove functions set_width, set_height, and ResetSize by magjed@webrtc.org · 10 years ago
- 637c55f Add support of texture frames for video capturer. by wuchengli@chromium.org · 11 years ago
- 89e8ffb Revert "Add support of texture frames for video capturer." by wuchengli@chromium.org · 11 years ago
- efe1535 Add support of texture frames for video capturer. by wuchengli@chromium.org · 11 years ago
- 79cf3ac Removes usage of ListWrapper from several files. by henrike@webrtc.org · 11 years ago
- eb7b7bc Modify video_render/ to allow a single old frame. by pbos@webrtc.org · 11 years ago
- 9dba525 * Update libjingle to 50389769. by wu@webrtc.org · 11 years ago
- 12dc1a3 Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 11 years ago
- 5aa3f1b Include files from webrtc/.. paths in video_render/. by pbos@webrtc.org · 11 years ago
- 0d540c3 Log timestamp of the frame when it's dropped from the render module by hclam@chromium.org · 12 years ago
- ddf94e7 WebRtc_Word32 -> int32_t in video_render/ by pbos@webrtc.org · 12 years ago
- 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]
- 9fedff7 Switching to I420VideoFrame by mikhal@webrtc.org · 12 years ago
- 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/video_render/main/source/video_render_frames.cc]
- 7cf8121 Fix signed/unsigned mis-match. by mflodman@webrtc.org · 12 years ago
- f4f2145 Added API to set expected render delay. by mflodman@webrtc.org · 12 years ago
- 327ada1 Refactored IncomingVideoStream and VideoRenderFrame, to get code in better shape when hunting BUG=481. by mflodman@webrtc.org · 13 years ago
- 470e71d by niklase@google.com · 13 years ago