- 04 Nov, 2014 7 commits
-
-
Geoffrey Métais authored
With image button for context menu when available
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
v4 is deprecated
-
- 03 Nov, 2014 7 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
Start media loading earlier, and properly subscribe to medialibrary. Plus refresh video times on resume, to get updated progress when we leave a video.
-
Geoffrey Métais authored
This allows touchevent to be handled direclty, and not only once system UI is visible
-
Geoffrey Métais authored
Prevents for device on auto brightness mode to get a brutal brightness change There is no proper solution to get the correct value in this case, so I set the starting level at mid range
-
Geoffrey Métais authored
-
- 31 Oct, 2014 2 commits
-
-
Ludovic Fauvet authored
-
Geoffrey Métais authored
-
- 30 Oct, 2014 2 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 23 Oct, 2014 1 commit
-
-
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 6 commits
-
-
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>
-
- 20 Oct, 2014 1 commit
-
-
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>
-
- 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>
-