[Android] MediaPlayer: add GLRenderer
Thomas Guillem
git at videolan.org
Tue Oct 23 19:13:47 CEST 2018
vlc-android | branch: 4.0 | Thomas Guillem <thomas at gllm.fr> | Thu Aug 23 14:25:50 2018 +0200| [88807d4d9b691d9f1370335d9182a365d07862be] | 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/88807d4d9b691d9f1370335d9182a365d07862be
---
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 | 7 +
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, 602 insertions(+), 2 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/88807d4d9b691d9f1370335d9182a365d07862be
More information about the Android
mailing list