1. aa568a6 Android: Add interface for getting native EGL context by Magnus Jedvert · 8 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/sdk/android/api/org/webrtc/EglBase.java]
  3. 9bc599f Remove static/default interface method usage. by sakal · 8 years ago
  4. 4781552 Android: Expose EglBase.swapBuffers with presentation time by magjed · 8 years ago
  5. a615e17 Allow constructing an EglBase from an existing shared EGLContext. by deadbeef · 8 years ago
  6. b04646f Android: Prepare moving EglBase10/EglBase14 from to API to src by magjed · 8 years ago
  7. 768c648 Move /webrtc/api/android files to /webrtc/sdk/android by magjed · 9 years ago[Renamed from webrtc/api/android/java/src/org/webrtc/EglBase.java]
  8. b6760f9 Format all Java in WebRTC. by sakal · 9 years ago
  9. 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/EglBase.java]
  10. 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/EglBase.java]
  11. 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/EglBase.java]
  12. 3db6f9b Android EGL: Synchronize calls to eglSwapBuffers and eglMakeCurrent by Magnus Jedvert · 9 years ago
  13. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  14. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago[Renamed from talk/app/webrtc/java/android/org/webrtc/EglBase.java]
  15. ec2922f Change PeerConnectionFactory.setVideoHwAccelerationOptions to create shared Egl context for harware encoders and decoders. by Per · 9 years ago
  16. 5125433 Android: Refactor renderers to allow apps to inject custom shaders by Magnus Jedvert · 10 years ago
  17. 9638143 Reland of Made EglBase an abstract class and cleaned up. (patchset #1 id:1 of https://codereview.webrtc.org/1522073002/ ) by perkj · 10 years ago
  18. e22e1cb Revert of Made EglBase an abstract class and cleaned up. (patchset #4 id:60001 of https://codereview.webrtc.org/1526463002/ ) by perkj · 10 years ago
  19. 3207916 Made EglBase an abstract class and cleaned up. by perkj · 10 years ago
  20. c490e01 Implement NativeToI420Buffer in C++, calling java SurfaceTextureHelper, new method .textureToYUV, to by nisse · 10 years ago
  21. 03f80eb Refactor EglBase configuration. by nisse · 10 years ago
  22. 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
  23. ef45323 Android: Make classes non-final by Magnus Jedvert · 10 years ago
  24. 3e0f602 Android EglBase: Add support for creating EGLSurface from Surface, not SurfaceHolder by magjed · 10 years ago
  25. c3402fc EGL10.eglCreateWindowSurface(): Replace Surface input with SurfaceHolder by magjed · 10 years ago
  26. 8c425aa Android: Replace EGL14 with EGL10 by magjed · 10 years ago
  27. 1ab271c Android SurfaceTextureHelper: Don't wait for pending frames in disconnect() by Magnus Jedvert · 10 years ago
  28. 5975b3c Log to webrtc logging stream from java code. by Jiayang Liu · 10 years ago
  29. 2338fec Partial revert of r9936. by Alex Glaznev · 10 years ago
  30. 4ae28a1 Android: Add SurfaceTextureHelper for creating and managing SurfaceTextures by Magnus Jedvert · 10 years ago
  31. 66f0da2 Log to webrtc logging stream from java code. by jiayl · 10 years ago
  32. d476b95 Android EglBase: Add helper functions to query the surface size by Magnus Jedvert · 10 years ago
  33. e2a8be1 Revert of AppRTCDemo: Render each video in a separate SurfaceView (patchset #4 id:120001 of https://codereview.webrtc.org/1257043004/ ) by magjed · 10 years ago
  34. 05bfbe4 AppRTCDemo: Render each video in a separate SurfaceView by magjed · 10 years ago
  35. b28678c Add unittest to GlRectDrawer by magjed · 10 years ago
  36. 80cf97c Android rendering: Move common EGL and GL functions to separate classes by Magnus Jedvert · 10 years ago