- 04 Feb, 2012 4 commits
-
-
Jean-Baptiste Kempf authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
- 03 Feb, 2012 3 commits
-
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
- 02 Feb, 2012 2 commits
-
-
Jean-Baptiste Kempf authored
-
Sébastien Toque authored
-
- 01 Feb, 2012 7 commits
-
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
- 30 Jan, 2012 4 commits
-
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
- 29 Jan, 2012 1 commit
-
-
Rafaël Carré authored
gme removed dca added we don't need the vorbis encoder
-
- 28 Jan, 2012 4 commits
-
-
Alleviates the need to modify files Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
For vlc-ports/android.git Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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
-