- 07 Apr, 2015 1 commit
-
-
Thomas Guillem authored
-
- 03 Apr, 2015 1 commit
-
-
Thomas Guillem authored
There is now only one way to get a JNIEnv: jni_get_env. This function use the thread-specific data (TSD) areas to save a JNIEnv into a TSD key. The thread will be automatically detached to the Java VM when it's canceled or exited.
-
- 02 Apr, 2015 1 commit
-
-
Thomas Guillem authored
-
- 30 Mar, 2015 2 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 19 Mar, 2015 1 commit
-
-
Thomas Guillem authored
-
- 17 Mar, 2015 1 commit
-
-
Thomas Guillem authored
-
- 11 Mar, 2015 1 commit
-
-
Thomas Guillem authored
-
- 11 Feb, 2015 1 commit
-
-
Thomas Guillem authored
android7 doesn't have NewWeakGlobalRef, use a compat function for this API and before.
-
- 10 Feb, 2015 4 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
There is now an android logger module in vlc.
-
Thomas Guillem authored
There is a new audiotrack module that use AudioTrack API by JNI. Use it per default because of the problems we have with Open Sles. AudioTrack (Java) and AudioTrack (Native) are now merged.
-
- 20 Jan, 2015 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
These classes are quite similar with their native libvlc equivalent.
-
Thomas Guillem authored
Base class for all future VLC objects: Media, MediaList, MediaDiscoverer, and MediaPlayer in the future.
-
- 19 Jan, 2015 1 commit
-
-
Thomas Guillem authored
-
- 07 Jan, 2015 1 commit
-
-
Thomas Guillem authored
Otherwise, libvlc will try to parse "" files.
-
- 26 Dec, 2014 1 commit
-
-
Edward Wang authored
-
- 19 Dec, 2014 1 commit
-
-
Thomas Guillem authored
you have to free char * returned by libvlc_media_get_meta.
-
- 03 Dec, 2014 1 commit
-
-
Thomas Guillem authored
Don't try to load any audio module for AOUT_AUDIOTRACK_JAVA. The good module (amem) will be loaded when callbacks are set.
-
- 26 Nov, 2014 1 commit
-
-
Thomas Guillem authored
-
- 25 Nov, 2014 3 commits
-
-
Thomas Guillem authored
return the up to date window width and height.
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Nov, 2014 1 commit
-
-
Thomas Guillem authored
This vout always use subtitle surface. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Nov, 2014 1 commit
-
-
Geoffrey Métais authored
-
- 31 Oct, 2014 1 commit
-
-
Geoffrey Métais authored
-
- 14 Oct, 2014 4 commits
-
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
add jni_attach_thread, jni_detach_thread, jni_get_env in libvlcjni.c. A name should be specified when a thread is attached to Java. Art (on android-L) was warning us about. jni_attach_thread call AttachCurrentThread with a JavaVMAttachArgs containing JNI_VERSION and THREAD_NAME. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Oct, 2014 2 commits
-
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Use the same function from C and Java to get the media options. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Sep, 2014 1 commit
-
-
Uwe L. Korn authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
- 27 Jul, 2014 1 commit
-
-
Paulo Vitor Magacho da Silva authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Jul, 2014 4 commits
-
-
Paulo Vitor Magacho da Silva authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Paulo Vitor Magacho da Silva authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Paulo Vitor Magacho da Silva authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-