[Android] MediaPlayer: add GLRenderer
Thomas Guillem
git at videolan.org
Tue Oct 23 14:44:51 CEST 2018
vlc-android | branch: 4.0 | Thomas Guillem <thomas at gllm.fr> | Thu Aug 23 14:25:50 2018 +0200| [8e203fb4d03a93a479fad0a9f60ec9bc60207d10] | 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/8e203fb4d03a93a479fad0a9f60ec9bc60207d10
---
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/8e203fb4d03a93a479fad0a9f60ec9bc60207d10
More information about the Android
mailing list