1. 0f50cc2 Remove checks for SDK <= 21 by Xavier Lepaul · 3 years, 4 months ago
  2. 02334e0 Replace the android support annotation library with androidx's one. by Byoungchan Lee · 4 years ago
  3. d7ac581 Use backticks not vertical bars to denote variables in comments for /sdk by Artem Titov · 4 years ago
  4. 94079f8 Android: Add support for OpenGL ES 3 by Magnus Jedvert · 6 years ago
  5. 98d85fe Android: Expose underlying EGL context in API by Magnus Jedvert · 6 years ago
  6. 69540f4 Use android Nullable instead of javax Nullable by Artem Titarenko · 7 years ago
  7. 7c6fbf2 Android: Add constant for native EGL NO_CONTEXT by Magnus Jedvert · 7 years ago
  8. 8db246a Document methods that are only supported on a specific Android version. by Sami Kalliomäki · 7 years ago
  9. e7592d8 Annotate libjingle_peerconnection_java with @Nullable. by Sami Kalliomäki · 7 years ago
  10. b9f3f9b Make EglBase an interface. by Sami Kalliomäki · 8 years ago
  11. aa568a6 Android: Add interface for getting native EGL context by Magnus Jedvert · 8 years ago
  12. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/sdk/android/api/org/webrtc/EglBase.java]
  13. 9bc599f Remove static/default interface method usage. by sakal · 8 years ago
  14. 4781552 Android: Expose EglBase.swapBuffers with presentation time by magjed · 8 years ago
  15. a615e17 Allow constructing an EglBase from an existing shared EGLContext. by deadbeef · 8 years ago
  16. b04646f Android: Prepare moving EglBase10/EglBase14 from to API to src by magjed · 8 years ago
  17. 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]
  18. b6760f9 Format all Java in WebRTC. by sakal · 9 years ago
  19. 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]
  20. 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]
  21. 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]
  22. 3db6f9b Android EGL: Synchronize calls to eglSwapBuffers and eglMakeCurrent by Magnus Jedvert · 9 years ago
  23. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  24. 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]
  25. ec2922f Change PeerConnectionFactory.setVideoHwAccelerationOptions to create shared Egl context for harware encoders and decoders. by Per · 9 years ago
  26. 5125433 Android: Refactor renderers to allow apps to inject custom shaders by Magnus Jedvert · 10 years ago
  27. 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
  28. 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
  29. 3207916 Made EglBase an abstract class and cleaned up. by perkj · 10 years ago
  30. c490e01 Implement NativeToI420Buffer in C++, calling java SurfaceTextureHelper, new method .textureToYUV, to by nisse · 10 years ago
  31. 03f80eb Refactor EglBase configuration. by nisse · 10 years ago
  32. 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
  33. ef45323 Android: Make classes non-final by Magnus Jedvert · 10 years ago
  34. 3e0f602 Android EglBase: Add support for creating EGLSurface from Surface, not SurfaceHolder by magjed · 10 years ago
  35. c3402fc EGL10.eglCreateWindowSurface(): Replace Surface input with SurfaceHolder by magjed · 10 years ago
  36. 8c425aa Android: Replace EGL14 with EGL10 by magjed · 10 years ago
  37. 1ab271c Android SurfaceTextureHelper: Don't wait for pending frames in disconnect() by Magnus Jedvert · 10 years ago
  38. 5975b3c Log to webrtc logging stream from java code. by Jiayang Liu · 10 years ago
  39. 2338fec Partial revert of r9936. by Alex Glaznev · 10 years ago
  40. 4ae28a1 Android: Add SurfaceTextureHelper for creating and managing SurfaceTextures by Magnus Jedvert · 10 years ago
  41. 66f0da2 Log to webrtc logging stream from java code. by jiayl · 10 years ago
  42. d476b95 Android EglBase: Add helper functions to query the surface size by Magnus Jedvert · 10 years ago
  43. 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
  44. 05bfbe4 AppRTCDemo: Render each video in a separate SurfaceView by magjed · 10 years ago
  45. b28678c Add unittest to GlRectDrawer by magjed · 10 years ago
  46. 80cf97c Android rendering: Move common EGL and GL functions to separate classes by Magnus Jedvert · 10 years ago