1. 066b42f Interface for monitoring ref counts of texture buffers created by SurfaceTextureHelper. by Sami Kalliomäki · 6 years ago
  2. 31f18e1 Android SurfaceTextureHelper: Avoid crashing if size hasn't been set by Magnus Jedvert · 6 years ago
  3. f2889bb Add option to inject YuvConverter to SurfaceTextureHelper. by Åsa Persson · 6 years ago
  4. 69540f4 Use android Nullable instead of javax Nullable by Artem Titarenko · 7 years ago
  5. 9514071 Android: Support externally aligned timestamps by Magnus Jedvert · 7 years ago
  6. 3d50a31 Remove redundant initializers from WebRTC Java code. by Sami Kalliomäki · 7 years ago
  7. 814f99c Android: Remove deprecated SurfaceTextureHelper methods by Magnus Jedvert · 7 years ago
  8. 80e7a7f Android: Output VideoFrames from SurfaceTextureHelper by Magnus Jedvert · 7 years ago
  9. 783c6e3 Android camera: Replace custom matrix operations with android.opengl.Matrix by Magnus Jedvert · 7 years ago
  10. 1a759c6 Android: Only use Java VideoFrames internally by Magnus Jedvert · 7 years ago
  11. 1d270f8 Reland "Android: Generalize and make TextureBufferImpl public" by Magnus Jedvert · 7 years ago
  12. 64051d4 Revert "Android: Generalize and make TextureBufferImpl public" by Sami Kalliomäki · 7 years ago
  13. 28111d7 Android: Generalize and make TextureBufferImpl public by Magnus Jedvert · 7 years ago
  14. e7592d8 Annotate libjingle_peerconnection_java with @Nullable. by Sami Kalliomäki · 7 years ago
  15. 9060eb1 Android: Generate JNI code for remaining classes in sdk/android by Magnus Jedvert · 8 years ago
  16. c040dae Android: Allow SurfaceTextureHelper.textureToYuv to be used for RGB frames by Magnus Jedvert · 8 years ago
  17. 6199a37 Android: Annotate and generate JNI code for SurfaceTextureHelper.java by Magnus Jedvert · 8 years ago
  18. cb98b11 Expose functionality to convert TextureBuffer to I420. by Sami Kalliomäki · 8 years ago
  19. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/sdk/android/api/org/webrtc/SurfaceTextureHelper.java]
  20. 2238441 Explicitly specify the onFrameAvailable() thread. by Jonathan Yu · 8 years ago
  21. 836f60c Move matrix from VideoFrame to TextureBuffer. by sakal · 8 years ago
  22. 8fb2361 Add texture support to HardwareVideoDecoder. by Bjorn Mellem · 8 years ago
  23. bee4ff8 Remove unnecessary runtime API-level checks. by sakal · 8 years ago
  24. 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]
  25. ed6e077 Make SurfaceTextureHelper and I420Frame public in Java. by skvlad · 9 years ago
  26. 1cb4823 Android YuvConverter: Use OpenGL Framebuffer instead of EGL pixel buffer by magjed · 9 years ago
  27. 577bc19 Android: Move YuvConverter to its own file by Magnus Jedvert · 9 years ago
  28. 64e1a32 Second try to get "Support for video file instead of camera and output video out to file" accepted by mandermo · 9 years ago
  29. 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
  30. 4466699 Support for video file instead of camera and output video out to file by mandermo · 9 years ago
  31. b6760f9 Format all Java in WebRTC. by sakal · 9 years ago
  32. d3235f0 Re-order and remove unused Java imports. by Sami Kalliomaki · 9 years ago
  33. 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]
  34. 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]
  35. 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]
  36. a44e72c Call java SurfaceTextureHelper.dispose from the corresponding C++ destructor. by nisse · 9 years ago
  37. 181310f Android: Drop old frame in SurfaceTextureHelper.startListening() by Magnus Jedvert · 9 years ago
  38. 2aa8426 Android: Handle SurfaceTextureHelper ctor failure for decoder and capturer by magjed · 9 years ago
  39. fae1480 Android: Fix chroma sampling bug when converting from texture to YUV by Magnus Jedvert · 9 years ago
  40. 3db6f9b Android EGL: Synchronize calls to eglSwapBuffers and eglMakeCurrent by Magnus Jedvert · 9 years ago
  41. 82b750b Android SurfaceTextureHelper: Distinguish thread names for decoder and camera by magjed · 9 years ago
  42. d8ddb79 SurfaceTextureHelper: Fix startListening()/stopListening() race by magjed · 9 years ago
  43. 81e8e37 Android SurfaceTextureHelper: Add stopListening() function by magjed · 9 years ago
  44. 9e69dfd Java SurfaceTextureHelper: Remove support for external thread by magjed · 9 years ago
  45. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  46. 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]
  47. 88518a2 Use NV21 instead of YUV12 and clean up. by perkj · 10 years ago
  48. c490e01 Implement NativeToI420Buffer in C++, calling java SurfaceTextureHelper, new method .textureToYUV, to by nisse · 10 years ago
  49. 03f80eb Refactor EglBase configuration. by nisse · 10 years ago
  50. 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
  51. 9237559 Add SurfaceTextureHelper.disconnect(Handler handler) method by perkj · 10 years ago
  52. ef45323 Android: Make classes non-final by Magnus Jedvert · 10 years ago
  53. 401fb06 SurfaceTextureHelper: Remove use of quitSafely() because it's API lvl 18 by magjed · 10 years ago
  54. 8c425aa Android: Replace EGL14 with EGL10 by magjed · 10 years ago
  55. a5b62d9 Replace API v23 calls. by Alex Glaznev · 10 years ago
  56. 747c1bc Android SurfaceTextureHelper: Replace API 21 with API 11 version of setOnFrameAvailableListener() by Magnus Jedvert · 10 years ago
  57. 1b33da1 SurfaceTextureHelper fixes by perkj · 10 years ago
  58. 1ab271c Android SurfaceTextureHelper: Don't wait for pending frames in disconnect() by Magnus Jedvert · 10 years ago
  59. 3e9eb4b Add C++ SurfaceTextureHandler by Per · 10 years ago
  60. 4ae28a1 Android: Add SurfaceTextureHelper for creating and managing SurfaceTextures by Magnus Jedvert · 10 years ago