[Android] MediaPlayer: add GLRenderer
Thomas Guillem
git at videolan.org
Wed Oct 24 11:00:57 CEST 2018
vlc-android | branch: 4.0 | Thomas Guillem <thomas at gllm.fr> | Thu Aug 23 14:25:50 2018 +0200| [7a51366331e93eb29bc968f0170f4f68ec92b69a] | 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/7a51366331e93eb29bc968f0170f4f68ec92b69a
---
libvlc/jni/Android.mk | 2 +
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, 603 insertions(+), 2 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/7a51366331e93eb29bc968f0170f4f68ec92b69a
More information about the Android
mailing list