- 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
-
-
"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>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Never trust android. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Oct, 2014 1 commit
-
-
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
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Oct, 2014 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Oct, 2014 4 commits
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Oct, 2014 6 commits
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Don't hardcode android api to android-9 anymore, use ANDROID_API export. In case of 64bits build: set ANDROID_API to android-L and GCCVER to 4.9. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 08 Oct, 2014 7 commits
-
-
Advanced hardware decoder in developer menu: bypass all others settings and force iomx, iomx-dr, mediacodec or mediacodec-dr. If the forced decoder fails, there will be no fallback, that's why it's for developers only. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add HWDecoderUtil: Utility class that return the preferred hardware decoder (none, mediacodec and/or iomx) from a list of known devices. It's only taking effect before Android 4.3 as MediaCodec will always be preferred after. That class use the hidden android.os.SystemProperties API to retrieve properties like "ro.board.platform" in order to know which device we are running. That API won't be used after 4.3 as we want to limit the usage of android private API. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Use the same function from C and Java to get the media options. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 06 Oct, 2014 5 commits
-
-
Mik Amchislavsky authored
-
Mik Amchislavsky authored
-
Mik Amchislavsky authored
-
Mik Amchislavsky authored
-
Geoffrey Métais authored
Here is the mapping A : play/pause B : Audio Track X : toggle mute Y : Select subtitle R1 : seek forward L1 : seek backward Left stick: Horizontal axis: seek Vertical axis : brightness Right stick: Vertical axis: volume Please tell me if you have a better idea of configuration
-