aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java
AgeCommit message (Expand)Author
2015-12-18Use NV21 instead of YUV12 and clean up.perkj
2015-12-16Fix error prone code in VideoCapturerAndroidperkj
2015-12-11This cl change VideoCaptureAndroid to handle CVO the same way when capturing ...Per
2015-12-10Implement NativeToI420Buffer in C++, calling java SurfaceTextureHelper, new m...nisse
2015-12-08Don't call SetPreviewFormat if capturing to textures.perkj
2015-12-02Fix VideoCaptureAndroid, drop frame when switching camera using textures.perkj
2015-12-02This cl change so that we use EGL14 where it is supported and EGL10 otherwise...perkj
2015-11-30Add separate event for camera freeze.glaznev
2015-11-26Add support for scaling textures in AndroidVideoCapturer.Per
2015-11-24Add SurfaceTextureHelper.disconnect(Handler handler) methodperkj
2015-11-12Introduces Android API level linting, fixes all current API lint errors.Patrik Höglund
2015-11-09VideoCapturerAndroid: Changed camera freeze check to check that all frames ar...perkj
2015-11-09Attempt to open Android camera later if it is already in use.perkj
2015-11-08Changed timeout to 6s for reporting android camera freeze.perkj
2015-10-28VideoCapturerAndroid: More frequent and verbose loggingmagjed
2015-10-22Android: Replace EGL14 with EGL10magjed
2015-10-16Add new Android camera events.Alex Glaznev
2015-10-13VideoCapturerAndroid, only you SurfaceViewHelper when capturing to textures.perkj
2015-10-12Add option to print peer connection factory Java stack traces.Alex Glaznev
2015-10-12Android SurfaceTextureHelper: Replace API 21 with API 11 version of setOnFram...Magnus Jedvert
2015-10-09Revert "Add option to print peer connection factory Java stack traces."Alejandro Luebs
2015-10-09Add option to print peer connection factory Java stack traces.Alex Glaznev
2015-10-09Revert "Allow to print Java stack traces in Android camera, renderer and medi...Alejandro Luebs
2015-10-08Allow to print Java stack traces in Android camera, renderer and media codec.Alex Glaznev
2015-10-08Add support to Capture to a texture instead of memory.perkj
2015-10-05VideoCapturerAndroid: Add custom nativeCreateVideoCapturer()perkj
2015-10-01Android focus problem on rear camera.dchakarov.broadsoft
2015-09-29Revert of Android VideoCapturer: Send ByteBuffer instead of byte[] (patchset ...magjed
2015-09-28Android VideoCapturer: Send ByteBuffer instead of byte[]Magnus Jedvert
2015-09-23VideoCapturerAndroid: Fix threading issuesMagnus Jedvert
2015-09-21Re-add SurfaceTexture as member for setLocalPreview in VideoCapturerAndroid.Per
2015-09-18Removes camera.setPreviewTexture in doStopCaptureOnCameraThread and removes t...Per
2015-09-16Log to webrtc logging stream from java code.Jiayang Liu
2015-09-15Partial revert of r9936.Alex Glaznev
2015-09-14Log to webrtc logging stream from java code.jiayl
2015-09-11Android: Guard against switching camera on stopped cameracolin
2015-09-02Android GlUtil: Add helper functions generateTexture/deleteTextureMagnus Jedvert
2015-08-31CameraEnumerationAndroid: Make getSupportedFormats() an interfaceMagnus Jedvert
2015-08-29Java VideoRenderer.Callbacks: Make renderFrame() interface asynchronousMagnus Jedvert
2015-08-28VideoCapturerAndroid: Move to android folder and split out camera enumeration...magjed