summaryrefslogtreecommitdiff
path: root/modules/video_capture/android/video_capture_android.cc
AgeCommit message (Expand)Author
2014-10-17Query Android device orientation on every camera frame received.glaznev@webrtc.org
2014-07-14Fix deadlock in Android stopCapture() call.glaznev@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-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-05-15WebRTCDemo: couldn't run a second time. The reason is voe could register/unre...braveyao@webrtc.org
2014-04-09VideoCaptureAndroid: support multiple frame-rates per resolution.fischman@webrtc.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-04-10WebRtc_Word32 -> int32_t in video_capture/pbos@webrtc.org
2013-02-20Misc cleanups to webrtc/android code:fischman@webrtc.org
2012-10-30Reorganize modules/video_capture.andrew@webrtc.org