- 28 Oct, 2014 1 commit
-
-
Alexandre Lision authored
TESTED_HASH was checked out every time, since value of FETCH was not read (only its existence was verified)
-
- 27 Oct, 2014 1 commit
-
-
Thomas Guillem authored
-
- 23 Oct, 2014 2 commits
-
-
Thomas Guillem authored
-
Geoffrey Métais authored
-
- 22 Oct, 2014 2 commits
-
-
Thomas Guillem authored
It can happen with libvlcjni.so library is not found.
-
Thomas Guillem authored
After android-21, libs are not necessarily in applicationInfo.dataDir + "/lib" folder, so use applicationInfo.nativeLibraryDir (added after Gingerbread). Also fix system library path search by using System.getProperty("java.library.path") that return "/vendor/lib:/system/lib" or "/vendor/lib64:/system/lib64".
-
- 21 Oct, 2014 13 commits
-
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
ref #11479 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
If a hardware decoder crashed at the very beginning, a HardwareAccelerationError dialog was shown while activity switched to audioMode and leaded to a crash. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
close #12402 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
ANDROID_ABI can now contains more than one ABI. For example: ANDROID_ABI="armeabi-v7a x86" ./compile.sh will build an apk containing armeabi-v7a and x86 libs.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 20 Oct, 2014 4 commits
-
-
Thomas Guillem authored
- Don't trigger a full build when config.h is hacked - Also hack config.h when configure dependencies change.
-
Thomas Guillem authored
This reverts commit 0a79ed07.
-
Thomas Guillem authored
and fix full rebuild of VLC because config.h was always touched.
-
Thomas Guillem authored
-
- 17 Oct, 2014 3 commits
-
-
Thomas Guillem authored
"ro.board.platform=tegra" can correspond to tegra2 and some tegra3 devices (HTC OneX). Both tegra2 and tegra3 works with mediacodec and iomx, so use ALL decoders for these devices (default behavior). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Geoffrey Métais authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Never trust android. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Oct, 2014 1 commit
-
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Oct, 2014 5 commits
-
-
Mik Amchislavsky authored
Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Mik Amchislavsky authored
Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Mik Amchislavsky authored
Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Geoffrey Métais authored
-
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>
-
- 11 Oct, 2014 1 commit
-
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Oct, 2014 3 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
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-