aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_capture/test/video_capture_unittest.cc
AgeCommit message (Expand)Author
2016-01-06Disable VideoCaptureTest.Capabilities and CreateDelete fails on Mackjellander
2016-01-04Remove DISABLED_ON_ macros.Peter Boström
2015-12-17Cleanup use of "do { ... } while (0)".torbjorng
2015-11-12Remove webrtc/modules/video_{capture,render}/includeHenrik Kjellander
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-09-21Remove the video capture module on Android.perkj
2015-09-11Add a name to the ProcessThread constructor.stefan
2015-06-04Use one scoped_refptr.Peter Boström
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-06Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.perkj@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-25WebRtcVideoFrame: DCHECK exclusive ownership for non-const pixel accessmagjed@webrtc.org
2015-02-17WebRtcVideoCapturer: Remove dead code |OnIncomingCapturedEncodedFrame|magjed@webrtc.org
2015-02-13This is a code clean up. No functional change intended.guoweis@webrtc.org
2015-02-06Revamp the ProcessThreadImpl implementation.tommi@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-10-17Query Android device orientation on every camera frame received.glaznev@webrtc.org
2014-09-17Revert "Disable video_capture_tests for Android." (revision 7023).andresp@webrtc.org
2014-09-02Disable video_capture_tests for Android.kjellander@webrtc.org
2014-04-28Disable capture test for FrameRate on Windows.pbos@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-09VideoCaptureAndroid: support multiple frame-rates per resolution.fischman@webrtc.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-09-23Re-enable VideoCaptureTest.CreateDeletefischman@webrtc.org
2013-09-20Disable flaky video capture test.stefan@webrtc.org
2013-07-12Include files from webrtc/.. paths in video_capture/.pbos@webrtc.org
2013-04-11Fix -Wstring-conversion warnings.wu@webrtc.org
2013-04-10WebRtc_Word32 -> int32_t in video_capture/pbos@webrtc.org
2012-11-19Updating Memory allocation for rotation and related tests.mikhal@webrtc.org
2012-11-07Adding codecType to OnIncomingCapturedEncodedFramemikhal@webrtc.org
2012-10-30Reorganize modules/video_capture.andrew@webrtc.org