[Android] MediaPlayer: add GLRenderer

Thomas Guillem git at videolan.org
Fri Aug 24 10:48:42 CEST 2018


vlc-android | branch: 4.0-glrenderer | Thomas Guillem <thomas at gllm.fr> | Thu Aug 23 14:25:50 2018 +0200| [14deceb85bc8689f099012fe0d90000a6867a2f6] | committer: Thomas Guillem

MediaPlayer: add GLRenderer

Android Java helper for the libvlc_video_set_opengl_callbacks() function.

> https://code.videolan.org/videolan/vlc-android/commit/14deceb85bc8689f099012fe0d90000a6867a2f6
---

 libvlc/jni/Android.mk                           |   1 +
 libvlc/jni/libvlcjni-glrenderer.c               | 442 ++++++++++++++++++++++++
 libvlc/jni/libvlcjni-vlcobject.h                |   1 +
 libvlc/jni/libvlcjni.c                          |  11 +
 libvlc/jni/utils.h                              |  10 +
 libvlc/src/org/videolan/libvlc/AWindow.java     |   8 +
 libvlc/src/org/videolan/libvlc/GLRenderer.java  | 115 ++++++
 libvlc/src/org/videolan/libvlc/MediaPlayer.java |  19 +-
 8 files changed, 605 insertions(+), 2 deletions(-)

Diff:   https://code.videolan.org/videolan/vlc-android/commit/14deceb85bc8689f099012fe0d90000a6867a2f6


More information about the Android mailing list