aboutsummaryrefslogtreecommitdiff
path: root/webrtc/common_video/i420_video_frame_unittest.cc
AgeCommit message (Expand)Author
2016-01-12Add unit test for stand-alone denoiser and fixed some bugs.jackychen
2016-01-04Move fake-handle frame creation into test target.Peter Boström
2015-12-10Enable cpplint for more webrtc subfolders and fix all uncovered cpplint errors.jbauch
2015-06-05Re-land "Convert native handles to buffers before encoding."Peter Boström
2015-06-02Revert "Convert native handles to buffers before encoding."Peter Boström
2015-06-01Convert native handles to buffers before encoding.Peter Boström
2015-05-30Rename I420VideoFrame to VideoFrame.Miguel Casas-Sanchez
2015-04-10Cleanup: Remove i420_video_frame.h header.Thiago Farina
2015-04-09Reland "Remove usage of webrtc::NativeHandle since is just adds an extra leve...Per
2015-04-07Revert "Remove usage of webrtc::NativeHandle since is just adds an extra leve...Per
2015-04-07Remove usage of webrtc::NativeHandle since is just adds an extra level of ind...Per
2015-03-24Remove I420VideoFrame::SwapFramemagjed@webrtc.org
2015-03-24Remove I420VideoFrame::CloneFramemagjed@webrtc.org
2015-03-20Prevent crashes when copying a zero-size frame.pbos@webrtc.org
2015-03-18DCHECK frame parameters instead of return codes.pbos@webrtc.org
2015-03-18Reland "Make the entry point for VideoFrames to webrtc const ref I420VideoFra...perkj@webrtc.org
2015-03-16Revert "Changed argument occurences of const I420VideoFrame* to const I420Vid...magjed@webrtc.org
2015-03-16I420VideoFrame.CreateFrame: Removed unnecessary buffer size arguments.hbos@webrtc.org
2015-03-16Changed argument occurences of const I420VideoFrame* to const I420VideoFrame&...hbos@webrtc.org
2015-03-11Remove the need for scoped_ptr<I420VideoFrame> in VieCapturer.magjed@webrtc.org
2015-03-10Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFra...magjed@webrtc.org
2015-03-06Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.perkj@webrtc.org
2015-03-06Remove TextureVideoFramemagjed@webrtc.org
2015-03-05Revert 8599 "Revert 8580 "Unify underlying frame buffer in I420VideoFrame and...magjed@webrtc.org
2015-03-04Revert 8580 "Unify underlying frame buffer in I420VideoFrame and..."tommi@webrtc.org
2015-03-04Initialize memory in I420VideoFrame unittestmagjed@webrtc.org
2015-03-03Unify underlying frame buffer in I420VideoFrame and WebRtcVideoFramemagjed@webrtc.org
2015-03-02I420VideoFrame: Remove function ResetSizemagjed@webrtc.org
2015-03-02I420VideoFrame: Remove functions set_width and set_heightmagjed@webrtc.org
2015-02-27Revert "I420VideoFrame: Remove functions set_width, set_height, and ResetSize"magjed@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-19I420VideoFrame: Remove functions set_width, set_height, and ResetSizemagjed@webrtc.org
2015-02-18Fix I420VideoFrame unittestsmagjed@webrtc.org
2015-02-11CVO capturer feature: allow unrotated frame flows through the capture pipeline.guoweis@webrtc.org
2015-02-11CVO capturer feature: allow unrotated frame flows through the capture pipeline.guoweis@webrtc.org
2015-02-11CVO capturer feature: allow unrotated frame flows through the capture pipeline.guoweis@webrtc.org
2014-05-28Add support of texture frames for video capturer.wuchengli@chromium.org
2014-05-27Revert "Add support of texture frames for video capturer."wuchengli@chromium.org
2014-05-27Add support of texture frames for video capturer.wuchengli@chromium.org
2014-04-15Propagate capture ntp timestamp from rtp to renderer.wu@webrtc.org
2013-10-31Revert "Remove extra copy in VideoCaptureImpl::IncomingFrameI420"sheu@chromium.org
2013-10-31Remove extra copy in VideoCaptureImpl::IncomingFrameI420sheu@chromium.org
2013-10-31Revert "Remove extra copy in VideoCaptureImpl::IncomingFrameI420"sheu@chromium.org
2013-10-31Remove extra copy in VideoCaptureImpl::IncomingFrameI420sheu@chromium.org
2013-06-04Include files from webrtc/.. paths in common_video/pbos@webrtc.org
2012-12-19Making I420VideoFrame ref-countedmikhal@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org