[Android] MediaPlayer: add GLRenderer
Thomas Guillem
git at videolan.org
Fri Aug 24 17:15:13 CEST 2018
vlc-android | branch: 4.0-glrenderer | Thomas Guillem <thomas at gllm.fr> | Thu Aug 23 14:25:50 2018 +0200| [cd3a9ec9a6ca604a9dc6c2cd184fcb57abaf1c71] | 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/cd3a9ec9a6ca604a9dc6c2cd184fcb57abaf1c71
---
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/cd3a9ec9a6ca604a9dc6c2cd184fcb57abaf1c71
More information about the Android
mailing list