- 28 Jan, 2012 2 commits
-
-
Edward Wang authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
- 27 Jan, 2012 15 commits
-
-
Ludovic Fauvet authored
Scanning the whole system for media files is useless as most of the file system is read only and invisible for the user and most user content should be in the external storage anyway.
-
Ludovic Fauvet authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Hide a few commands which only do "echo" or "rm" Add a "Generating xxx" macro which hides command run Remove -q from ant options to see on which files it works
-
Rafaël Carré authored
Align with current practices of automake and ndk-build make V=1 will show exact gcc flags used for libvlcjni.so
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Let local.properties override the definition if it exists Don't generate local.properties anymore
-
Rafaël Carré authored
-
Rafaël Carré authored
- Declare it in shared utils.h for thumbnailer.c - Fix a memleak related to jstring->string in getLengthFromFile() - Create a java helper to get iomx preference and use it Code removed: - add_media_codec_options() : merged into new function - static bool : we fetch the preference directly - No need to give iomx preference to nativeInit() - No need to reinit libvlc on iomx preference change - No need to monitor those changes - No need for reinit() function Notes: We could add a new boolean field, continue to monitor preference changes and update that field; then access this field from JNI instead of a method. Since android works well with URIs we should use media_new_location() (Need to check all code paths to this function)
-
Rafaël Carré authored
Attempt to disallow installing NEON builds on non-NEON devices
-
- 25 Jan, 2012 12 commits
-
-
Sébastien Toque authored
-
Jean-Baptiste Kempf authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
and enable headset detection by default
-
Rafaël Carré authored
don't add two options in one row
-
Rafaël Carré authored
This reverts commit f0cd440f. Conflicts: vlc-android/jni/libvlcjni.c
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
they are only available starting from 2.3 so drop upnp for now for compatibility
-
- 24 Jan, 2012 11 commits
-
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Martin Storsjö authored
This uses 2.4 and 2.9 MB for the two versions, but avoids having to keep the full source repos lying around when we only use the headers, when the full repos take up over 900 MB and 1.7 GB respectively. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This avoids having to fetch a 84 MB binary package and keeping 26 MB of libraries, when a fake stub works just as well. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Sébastien Toque authored
-
Sébastien Toque authored
fix open from file browser
-
Sébastien Toque authored
reverting to the old way until it is fixed.
-