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