- Oct 29, 2018
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- Oct 26, 2018
-
-
Thomas Guillem authored
Includes Mediacodec fix.
-
Thomas Guillem authored
This is a partial revert of the following commits - b775dbba "build: fix ODR violation" - b9df5331 "Use libc++ as static library" UnsatisfiedLinkError with c++_shared should be fixed since we now use the last NDK version and we dropped old android versions that triggered this crash. This commit remove the ugly jniloader hack. Here are the list of .so that are now shipped within the APK: - c++_shared.so (from the NDK) - libvlc.so (all VLC modules, VLC/LibVLC symbols) => link with c++_shared.so - libvlcjni.so (all JNI symbols) => link with libvlc.so - libmla.so (medialibrary, optional) => link with libvlc.so and c++_shared.so The APK size won't change with this commit (the difference of .so sizes is negligible).
-
- Oct 25, 2018
-
-
Geoffrey Métais authored
-
- Oct 24, 2018
-
-
Geoffrey Métais authored
-
Habib Kazemi authored
Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Alexandre Perraud authored
Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Geoffrey Métais authored
Updates are sent after the append anyway
-
- Oct 23, 2018
-
-
Thomas Guillem authored
Since these libs are not built anymore.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
-
Thomas Guillem authored
-
-
-
Fixes build with the NDK 17 Force failed detection of search.h in order to avoid conflicts with vlc_fixups. Force failed detection of tdestroy so that fixups will declare it. Since tfind is always available (found) tdestroy compat function will never be built (which is the wanted behaviour since it is always available too).
-
-
-
nanf is always available now.
-
This has been dropped in the NDK 17
-
-
-
-
Geoffrey Métais authored
-
- Oct 22, 2018
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Habib Kazemi authored
Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Habib Kazemi authored
Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Habib Kazemi authored
OpenSubtitle doesn't have any api for that so we have to send a request for each one. I considered this new api atomic so if one of them failed it will fail Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Habib Kazemi authored
Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Habib Kazemi authored
Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Habib Kazemi authored
Move duplicate code to parent fragment and Show toast on long press Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Habib Kazemi authored
Signed-off-by:
Geoffrey Métais <geoffrey.metais@gmail.com>
-
Geoffrey Métais authored
-
- Oct 19, 2018
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-