Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
webrtc.googlesource.com
/
src
/
39bab5afb51a40f77fdaab1ea38b9136acae9035
/
sdk
/
android
/
api
/
org
/
webrtc
/
SurfaceTextureHelper.java
066b42f
Interface for monitoring ref counts of texture buffers created by SurfaceTextureHelper.
by Sami Kalliomäki
· 6 years ago
31f18e1
Android SurfaceTextureHelper: Avoid crashing if size hasn't been set
by Magnus Jedvert
· 6 years ago
f2889bb
Add option to inject YuvConverter to SurfaceTextureHelper.
by Åsa Persson
· 6 years ago
69540f4
Use android Nullable instead of javax Nullable
by Artem Titarenko
· 7 years ago
9514071
Android: Support externally aligned timestamps
by Magnus Jedvert
· 7 years ago
3d50a31
Remove redundant initializers from WebRTC Java code.
by Sami Kalliomäki
· 7 years ago
814f99c
Android: Remove deprecated SurfaceTextureHelper methods
by Magnus Jedvert
· 7 years ago
80e7a7f
Android: Output VideoFrames from SurfaceTextureHelper
by Magnus Jedvert
· 7 years ago
783c6e3
Android camera: Replace custom matrix operations with android.opengl.Matrix
by Magnus Jedvert
· 7 years ago
1a759c6
Android: Only use Java VideoFrames internally
by Magnus Jedvert
· 7 years ago
1d270f8
Reland "Android: Generalize and make TextureBufferImpl public"
by Magnus Jedvert
· 7 years ago
64051d4
Revert "Android: Generalize and make TextureBufferImpl public"
by Sami Kalliomäki
· 7 years ago
28111d7
Android: Generalize and make TextureBufferImpl public
by Magnus Jedvert
· 7 years ago
e7592d8
Annotate libjingle_peerconnection_java with @Nullable.
by Sami Kalliomäki
· 7 years ago
9060eb1
Android: Generate JNI code for remaining classes in sdk/android
by Magnus Jedvert
· 8 years ago
c040dae
Android: Allow SurfaceTextureHelper.textureToYuv to be used for RGB frames
by Magnus Jedvert
· 8 years ago
6199a37
Android: Annotate and generate JNI code for SurfaceTextureHelper.java
by Magnus Jedvert
· 8 years ago
cb98b11
Expose functionality to convert TextureBuffer to I420.
by Sami Kalliomäki
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/sdk/android/api/org/webrtc/SurfaceTextureHelper.java]
2238441
Explicitly specify the onFrameAvailable() thread.
by Jonathan Yu
· 8 years ago
836f60c
Move matrix from VideoFrame to TextureBuffer.
by sakal
· 8 years ago
8fb2361
Add texture support to HardwareVideoDecoder.
by Bjorn Mellem
· 8 years ago
bee4ff8
Remove unnecessary runtime API-level checks.
by sakal
· 8 years ago
768c648
Move /webrtc/api/android files to /webrtc/sdk/android
by magjed
· 9 years ago
[Renamed from webrtc/api/android/java/src/org/webrtc/SurfaceTextureHelper.java]
ed6e077
Make SurfaceTextureHelper and I420Frame public in Java.
by skvlad
· 9 years ago
1cb4823
Android YuvConverter: Use OpenGL Framebuffer instead of EGL pixel buffer
by magjed
· 9 years ago
577bc19
Android: Move YuvConverter to its own file
by Magnus Jedvert
· 9 years ago
64e1a32
Second try to get "Support for video file instead of camera and output video out to file" accepted
by mandermo
· 9 years ago
67a8c98
Revert of Support for video file instead of camera and output video out to file (patchset #17 id:320001 of https://codereview.webrtc.org/2273573003/ )
by kjellander
· 9 years ago
4466699
Support for video file instead of camera and output video out to file
by mandermo
· 9 years ago
b6760f9
Format all Java in WebRTC.
by sakal
· 9 years ago
d3235f0
Re-order and remove unused Java imports.
by Sami Kalliomaki
· 9 years ago
d34a711
Reland of Combine webrtc/api/java/android and webrtc/api/java/src. (patchset #1 id:1 of https://codereview.webrtc.org/2106333005/ )
by sakal
· 9 years ago
[Renamed from webrtc/api/java/android/org/webrtc/SurfaceTextureHelper.java]
9b0dc62
Revert of Combine webrtc/api/java/android and webrtc/api/java/src. (patchset #1 id:1 of https://codereview.webrtc.org/2111823002/ )
by Sami Kalliomaki
· 9 years ago
[Renamed from webrtc/api/android/java/src/org/webrtc/SurfaceTextureHelper.java]
ceefe20
Combine webrtc/api/java/android and webrtc/api/java/src.
by Sami Kalliomaki
· 9 years ago
[Renamed from webrtc/api/java/android/org/webrtc/SurfaceTextureHelper.java]
a44e72c
Call java SurfaceTextureHelper.dispose from the corresponding C++ destructor.
by nisse
· 9 years ago
181310f
Android: Drop old frame in SurfaceTextureHelper.startListening()
by Magnus Jedvert
· 9 years ago
2aa8426
Android: Handle SurfaceTextureHelper ctor failure for decoder and capturer
by magjed
· 9 years ago
fae1480
Android: Fix chroma sampling bug when converting from texture to YUV
by Magnus Jedvert
· 9 years ago
3db6f9b
Android EGL: Synchronize calls to eglSwapBuffers and eglMakeCurrent
by Magnus Jedvert
· 9 years ago
82b750b
Android SurfaceTextureHelper: Distinguish thread names for decoder and camera
by magjed
· 9 years ago
d8ddb79
SurfaceTextureHelper: Fix startListening()/stopListening() race
by magjed
· 9 years ago
81e8e37
Android SurfaceTextureHelper: Add stopListening() function
by magjed
· 9 years ago
9e69dfd
Java SurfaceTextureHelper: Remove support for external thread
by magjed
· 9 years ago
b24317b
Fix license headers in webrtc/api.
by kjellander
· 9 years ago
15583c1
Move talk/app/webrtc to webrtc/api
by Henrik Kjellander
· 9 years ago
[Renamed from talk/app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java]
88518a2
Use NV21 instead of YUV12 and clean up.
by perkj
· 10 years ago
c490e01
Implement NativeToI420Buffer in C++, calling java SurfaceTextureHelper, new method .textureToYUV, to
by nisse
· 10 years ago
03f80eb
Refactor EglBase configuration.
by nisse
· 10 years ago
40455d6
This cl change so that we use EGL14 where it is supported and EGL10 otherwise. The idea is to make this agnostic to an application and for WebRTC except in EGLBase.
by perkj
· 10 years ago
9237559
Add SurfaceTextureHelper.disconnect(Handler handler) method
by perkj
· 10 years ago
ef45323
Android: Make classes non-final
by Magnus Jedvert
· 10 years ago
401fb06
SurfaceTextureHelper: Remove use of quitSafely() because it's API lvl 18
by magjed
· 10 years ago
8c425aa
Android: Replace EGL14 with EGL10
by magjed
· 10 years ago
a5b62d9
Replace API v23 calls.
by Alex Glaznev
· 10 years ago
747c1bc
Android SurfaceTextureHelper: Replace API 21 with API 11 version of setOnFrameAvailableListener()
by Magnus Jedvert
· 10 years ago
1b33da1
SurfaceTextureHelper fixes
by perkj
· 10 years ago
1ab271c
Android SurfaceTextureHelper: Don't wait for pending frames in disconnect()
by Magnus Jedvert
· 10 years ago
3e9eb4b
Add C++ SurfaceTextureHandler
by Per
· 10 years ago
4ae28a1
Android: Add SurfaceTextureHelper for creating and managing SurfaceTextures
by Magnus Jedvert
· 10 years ago