- May 16, 2024
-
-
Nicolas Pomepuy authored
-
- May 15, 2024
-
-
Steve Lhomme authored
-
- Apr 24, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Mar 08, 2024
-
-
Nicolas Pomepuy authored
-
- Feb 14, 2024
-
-
Nicolas Pomepuy authored
-
- Jan 24, 2024
-
-
Nicolas Pomepuy authored
-
- Dec 15, 2023
-
-
Thomas Guillem authored
SetObjectArrayElement() is creating its own ref, we need to release our local one after this call.
-
Thomas Guillem authored
-
- Dec 08, 2023
-
-
Niklas Haas authored
sed defaults to BRE, which treats + as a normal character.
-
- Sep 14, 2023
-
-
Thomas Guillem authored
LibVLC accept only "%u/%u" as AR.
-
Thomas Guillem authored
The updatePlayerLayout boolean was not enough, specially since we know inside the updateVideoSurfaces() function if we are using OpenGL or MediaCodec rendering. This doesn't seem to fix anything but this will trigger less round trip between VLC and video size callbacks.
-
- Sep 13, 2023
-
-
Thomas Guillem authored
Macro magic but much more convenient to add methods and classes since you only need to add it in one place now (jni_bindings.h).
-
Thomas Guillem authored
-
- Sep 07, 2023
-
-
Nicolas Pomepuy authored
-
- Sep 06, 2023
-
-
Nicolas Pomepuy authored
-
- Aug 29, 2023
-
-
Alexandre Janniaux authored
The compile-libvlc.sh script will generate a shared library called libvlc.so including libvlc, libvlccore, the plugins and the contribs. Expose a pkg-config file per arch folder to be able to supply this to other buildsystem like meson, cmake or autoconf.
-
Alexandre Janniaux authored
Allow extending CFLAGS and LIBS, so that we can specify flags for libvlc when generating its pc file.
-
Alexandre Janniaux authored
The echo line and the next one were stitched without separators, so it was displaying a path as file$path instead of, now, file: $path.
-
Alexandre Janniaux authored
In order to generate the pkg-config file for libvlc, we want to be able to specify the usual prefix/libdir/includedir variables.
-
Alexandre Janniaux authored
Bash redirection allows writing the file using multiple commands without repeating the file name again, and it will allow writing conditionals for the output of the pc file.
-
Alexandre Janniaux authored
There was no indentation despite the braces.
-
- Aug 25, 2023
-
-
Duncan McNamara authored
Update parse flags after their update in libvlc_media_parse_flag_t in commit a82b09761535b2db5a0695b57c43ea12e51ad695
-
- Jul 07, 2023
-
-
Thomas Guillem authored
-
Thomas Guillem authored
And not vlc-android build script that will use libvlcjni on a fixed HASH...
-
Thomas Guillem authored
In order to get NDKv25
-
Thomas Guillem authored
And don't change the directory since this script can be sourced. It is now possible to use this script for - Build an existing VLC: vlc $ ../libvlcjni/buildsystem/compile-libvlc.sh -a arm - Build VLC from libvlcjni libvlcjni $ ./buildsystem/compile-libvlc.sh -a arm - Build VLC from vlc-android
-
Thomas Guillem authored
-
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
This is needed as vlc-android's CI uses this project to compile the aar for Maven. Therefore, vlc-android's publish.gradle file is not accessiible from it with the new libvlcjni architecture.
-
- Jun 21, 2023
-
-
Nicolas Pomepuy authored
-
- Jun 20, 2023
-
-
- Jun 19, 2023
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Jun 16, 2023
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Jun 14, 2023
-
-
Thomas Guillem authored
Test that LibVLC can load.
-