summaryrefslogtreecommitdiff
path: root/modules/video_capture
AgeCommit message (Expand)Author
2014-10-31Update all .isolate files for the new format.kjellander@webrtc.org
2014-10-31Fix N7 camera aspect ratio.glaznev@webrtc.org
2014-10-30Add 15 fps support for Android devices with missing 15 fpsglaznev@webrtc.org
2014-10-17Query Android device orientation on every camera frame received.glaznev@webrtc.org
2014-10-13Merge the supporting to UYVY on Linux video capture in crbug/410202 to webrtc...braveyao@webrtc.org
2014-10-13Release _inputSendPin & _outputCapturePin before _captureFilter & _sinkFilter...braveyao@webrtc.org
2014-09-28GN: Add common configs to all targets.kjellander@webrtc.org
2014-09-26Getting orientation is not working properly. VideoCaptureImpl::RotationFromDe...braveyao@webrtc.org
2014-09-23gn: Hide modules/video_capture:video_capture_internal_impl behind an argpbos@webrtc.org
2014-09-18Update iOS video capture to use non-deprecated APIs.tkchin@webrtc.org
2014-09-18Trying to fix Chrome FYI bots.andresp@webrtc.org
2014-09-18Fix proper deps in BUILD.gn files.andresp@webrtc.org
2014-09-17Revert "Disable video_capture_tests for Android." (revision 7023).andresp@webrtc.org
2014-09-17Split video_capture_module specific implementation (external vs internal capt...andresp@webrtc.org
2014-09-17Split video engine android initialization into each internal module initializ...andresp@webrtc.org
2014-09-16Add a target for the approved subset of rtc_base.andrew@webrtc.org
2014-09-12Add enable flag for Android device orientation change event.glaznev@webrtc.org
2014-09-10Fix frame rate selection for Android camera.glaznev@webrtc.org
2014-09-07GN: Prefix WebRTC specific variables with "rtc_"kjellander@webrtc.org
2014-09-07Add video_capture_tests_apk_targetkjellander@webrtc.org
2014-09-03Partial revert of r7014 (Android APK refactor)kjellander@webrtc.org
2014-09-02Disable video_capture_tests for Android.kjellander@webrtc.org
2014-09-02Remove build_with_chromium==1 conditions for Androidkjellander@webrtc.org
2014-09-01Android APK tests built from a normal WebRTC checkout.kjellander@webrtc.org
2014-08-28GN: Implement video_engine, video_capture and video_render.kjellander@webrtc.org
2014-08-26Remove Android.mk build files.pbos@webrtc.org
2014-08-26Remove former team members from OWNERS and WATCHLISTSkjellander@webrtc.org
2014-08-16Suppress deprecation warnings in video_capture for iOSkjellander@webrtc.org
2014-07-18Runtime guard for iOS7 property.tkchin@webrtc.org
2014-07-17Fixes up rtc so that it compiles on iOS 8 SDK.tkchin@webrtc.org
2014-07-16Compile-time guard for iOS7 specific property.tkchin@webrtc.org
2014-07-15After an audio interruption the audio unit no longer invokes its render callb...tkchin@webrtc.org
2014-07-14Fix deadlock in Android stopCapture() call.glaznev@webrtc.org
2014-07-01Add tkchin@ to OWNERS.tkchin@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-20- Exit from a camera thread lopper loop() method only after all camera releas...glaznev@webrtc.org
2014-06-20Do not hold the critical section in VideoCaptureAndroid::SetCaptureRotation s...braveyao@webrtc.org
2014-06-13Add glaznev@ to OWNERS for webrtc/modules/video_capture and talk/app/webrtc.glaznev@webrtc.org
2014-06-13Pass GYP DEPTH variable to isolate.kjellander@webrtc.org
2014-06-10Add kjellander@webrtc.org as OWNER for *.isolatekjellander@webrtc.org
2014-06-06Revert r6358 "AppRTCDemo(Android): only stop the cameraThread's looper after ...fischman@webrtc.org
2014-06-06AppRTCDemo(Android): only stop the cameraThread's looper after stopping the c...fischman@webrtc.org
2014-06-06Unbreak NDEBUG compile by RTC_UNUSED()ing an assert()d variable.fischman@webrtc.org
2014-06-06AppRTCDemo(android): support app (UI) & capture rotation.fischman@webrtc.org
2014-06-06VideoCaptureImpl::IncomingFrame(): avoid deadlock by acquiring _apiCs.fischman@webrtc.org
2014-06-04Android: cleanup gtest_target_type conditions.henrike@webrtc.org
2014-05-30VideoCaptureAndroid: don't synchronized on camera thread.fischman@webrtc.org
2014-05-28VideoCaptureAndroid: quit & join the camera thread on stopCapture.fischman@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