[vlc-devel] [PATCH 00/12] add a new android vout module
Thomas Guillem
thomas at gllm.fr
Fri Nov 14 17:10:15 CET 2014
This set of patches goes with my other set of patches on the vlc-devel mailing
list (see the cover letter on the other ml).
Thomas Guillem (12):
rename libiomx-<sdk_str> to libiomx.<sdk_int>
android-libs: add libhardware
add libanw.*
build: remove unused defines
jni: don't export jni_SetAndroidSurfaceSizeEnv
jni: fix potential leak
jni: don't attach thread if already attached
jni: add jni_AndroidJavaSurfaceToNativeSurface
rename mSurface to mSurfaceView
rename setSurfaceSize to setSurfaceLayout
VideoPlayer: Surface size and color is now set from jni
use android_window vout starting gingerbread
Makefile | 8 +-
android-libs/libhardware.symbols | 1 +
dump-libs.sh | 4 +-
libvlc/jni/Android.mk | 61 ++++---
libvlc/jni/libvlcjni.c | 8 +-
libvlc/jni/vout.c | 118 ++++++++----
libvlc/src/org/videolan/libvlc/IVideoPlayer.java | 19 +-
libvlc/src/org/videolan/libvlc/LibVLC.java | 33 +++-
.../res/layout-land/player_remote_control.xml | 3 +-
vlc-android/res/layout/player.xml | 5 +-
vlc-android/res/layout/player_remote.xml | 5 +-
vlc-android/res/layout/player_remote_control.xml | 5 +-
.../vlc/gui/video/VideoPlayerActivity.java | 202 ++++++++++++---------
13 files changed, 296 insertions(+), 176 deletions(-)
create mode 100644 android-libs/libhardware.symbols
--
2.1.1
More information about the vlc-devel
mailing list