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