aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_capture/video_capture_impl.h
AgeCommit message (Expand)Author
2015-11-12Remove webrtc/modules/video_{capture,render}/includeHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-05-30Rename I420VideoFrame to VideoFrame.Miguel Casas-Sanchez
2015-04-10Cleanup: Remove i420_video_frame.h header.Thiago Farina
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-16Changed argument occurences of const I420VideoFrame* to const I420VideoFrame&...hbos@webrtc.org
2015-03-10Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFra...magjed@webrtc.org
2015-03-09Remove VideoRotationMode to VideoRotation.guoweis@webrtc.org
2015-03-06Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.perkj@webrtc.org
2015-02-17VideoCaptureImpl: Remove unused member variable |_capture_encoded_frame|magjed@webrtc.org
2015-02-13This is a code clean up. No functional change intended.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
2015-02-11CVO capturer feature: allow unrotated frame flows through the capture pipeline.guoweis@webrtc.org
2015-01-29Remove ChangeUniqueID.tommi@webrtc.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.pkasting@chromium.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-01-29Revert 5444 "Revert 5421 "Fix deadlock on register/unregister ob..."mallinath@webrtc.org
2014-01-27Revert 5421 "Fix deadlock on register/unregister observer while ..."mallinath@webrtc.org
2014-01-23Fix deadlock on register/unregister observer while there is a an going callback.andresp@webrtc.org
2013-11-22Replace VideoFrameI420 with I420VideoFrame.pbos@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-10-03VideoCaptureAndroid: rewrote the (standalone) implementation of video capture...fischman@webrtc.org
2013-07-12Include files from webrtc/.. paths in video_capture/.pbos@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-07-02Diff NTP and internal once in VideoCaptureImpl.pbos@webrtc.org
2013-06-07Removing functionality for inserting pre-encoded frames instead of rawmflodman@webrtc.org
2013-04-12Change capture interface to use NTP capture time.stefan@webrtc.org
2013-04-10WebRtc_Word32 -> int32_t in video_capture/pbos@webrtc.org
2012-11-07Adding codecType to OnIncomingCapturedEncodedFramemikhal@webrtc.org
2012-10-30Reorganize modules/video_capture.andrew@webrtc.org