1. 48b3c02 Add JavaI420Buffer to the API. by Sami Kalliomäki · 8 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/sdk/android/api/org/webrtc/VideoRenderer.java]
  3. 7d1f493 Make toVideoFrame in I420Frame return the original frame. by Sami Kalliomäki · 8 years ago
  4. 2ab9879 Android: Improve handling of RGB texture frames by magjed · 8 years ago
  5. 7c206b5 Fix a reference leak when converting I420 VideoFrame to I420Frame. by sakal · 8 years ago
  6. 6bdcefc Add VideoSink interface to SurfaceViewRenderer. by sakal · 8 years ago
  7. 71a62b9 Fix a crash in I420Frame.toString for texture frames. by sakal · 8 years ago
  8. 836f60c Move matrix from VideoFrame to TextureBuffer. by sakal · 8 years ago
  9. 372e587 Fix samplingMatrix for I420Frames converted from VideoFrame. by Sami Kalliomäki · 8 years ago
  10. bc061b4 Create AndroidVideoBuffer and allow renderers to consume it. by Sami Kalliomäki · 8 years ago
  11. 768c648 Move /webrtc/api/android files to /webrtc/sdk/android by magjed · 9 years ago[Renamed from webrtc/api/android/java/src/org/webrtc/VideoRenderer.java]
  12. ed6e077 Make SurfaceTextureHelper and I420Frame public in Java. by skvlad · 9 years ago
  13. acd935b Reland of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2471783002/ ) by nisse · 9 years ago
  14. 7341ab8 Revert of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #7 id:120001 of https://codereview.webrtc.org/2383093002/ ) by nisse · 9 years ago
  15. 45c8b89 Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. by nisse · 9 years ago
  16. b6760f9 Format all Java in WebRTC. by sakal · 9 years ago
  17. 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/src/org/webrtc/VideoRenderer.java]
  18. 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/VideoRenderer.java]
  19. ceefe20 Combine webrtc/api/java/android and webrtc/api/java/src. by Sami Kalliomaki · 9 years ago[Renamed from webrtc/api/java/src/org/webrtc/VideoRenderer.java]
  20. 8dbacfd Java VideoRenderer: Remove unused ctor by magjed · 9 years ago
  21. 8f59762 Delete VideoRendererInterface. by Niels Möller · 9 years ago
  22. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  23. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago[Renamed from talk/app/webrtc/java/src/org/webrtc/VideoRenderer.java]
  24. 47b6263 Remove Java PC support. This cl removes none Android Java support. by perkj · 9 years ago
  25. 488e75f Patchset 1 yet again relands without modification https://codereview.webrtc.org/1422963003/ by Per · 10 years ago
  26. c01c254 Revert of Android MediaCodecVideoDecoder: Manage lifetime of texture frames (patchset #12 id:320001 of https://codereview.webrtc.org/1422963003/ ) by Per · 10 years ago
  27. 9cb8982 Patchset 1 is a pure by perkj · 10 years ago
  28. 543b6ca Revert of "Android MediaCodecVideoDecoder: Manage lifetime of texture frames" https://codereview.webrtc.org/1378033003/ by magjed · 10 years ago
  29. e76fb36 Android SurfaceViewRenderer: Add tests for onMeasure() by Magnus Jedvert · 10 years ago
  30. 91b348c Android MediaCodecVideoDecoder: Manage lifetime of texture frames by Magnus Jedvert · 10 years ago
  31. 7afc12f VideoRendererGui: Move to async rendering and remove no longer needed code by Magnus Jedvert · 10 years ago
  32. a6cba3a Java VideoRenderer.Callbacks: Make renderFrame() interface asynchronous by Magnus Jedvert · 10 years ago
  33. 7ef9d91 Android: Remove VideoRenderer.Callbacks.canApplyRotation() by Magnus Jedvert · 10 years ago
  34. d5031fc Android VideoRendererGui: Add dispose function by magjed · 10 years ago
  35. 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
  36. 05bfbe4 AppRTCDemo: Render each video in a separate SurfaceView by magjed · 10 years ago
  37. 80cf97c Android rendering: Move common EGL and GL functions to separate classes by Magnus Jedvert · 10 years ago
  38. 840da7b Implement Rotation in Android Renderer. by guoweis@webrtc.org · 10 years ago
  39. 3fffd66 Revert "Implement Rotation in Android Renderer." by guoweis@webrtc.org · 10 years ago
  40. 835ec63 Implement Rotation in Android Renderer. by guoweis@webrtc.org · 10 years ago
  41. 00c509a Add concept of whether video renderer supports rotation. by guoweis@webrtc.org · 10 years ago
  42. f9a75d9 Revert "Add concept of whether video renderer supports rotation." by guoweis@webrtc.org · 10 years ago
  43. 0ad4893 Add concept of whether video renderer supports rotation. by guoweis@webrtc.org · 10 years ago
  44. 44ae4c8 Support using VP9 video codec in AppRTCDemo. by glaznev@webrtc.org · 10 years ago
  45. f693229 Fix Android video renderer to support video frames with stride > width. by glaznev@webrtc.org · 10 years ago
  46. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 11 years ago
  47. a59c501 Java VideoRenderer class may be backed by two different native by glaznev@webrtc.org · 11 years ago
  48. 9967845 HW video decoding optimization to better support HD resolution: by glaznev@webrtc.org · 11 years ago
  49. 28e2075 Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk by henrike@webrtc.org · 12 years ago