- Sep 06, 2024
-
-
Steve Lhomme authored
It should be possible to change the aspect ratio and scale mode without affecting the fit mode.
-
Steve Lhomme authored
No functional changes.
-
Steve Lhomme authored
This requires VLC 4 with videolan/vlc@ffd9f613.
-
- Jul 23, 2024
-
-
Steve Lhomme authored
That's how a lot of systems build contribs so we are shown the problematic contrib at the end of the (CI) logs.
-
Steve Lhomme authored
They are neither used locally nor in the VLC build system.
-
Steve Lhomme authored
It's not necessary.
-
Steve Lhomme authored
-
Steve Lhomme authored
We only support FFmpeg now.
-
Steve Lhomme authored
It should have been fixed in VLC contribs by 903c250978153ef8d95a6005def39ab0ad4078f9.
-
Steve Lhomme authored
It results in an error in my system: Generating libvlc pkg-config file: /mnt/s/sources/libvlcjni/buildsystem/../libvlc/jni/pkgconfig/x86_64//libvlc.pc ./buildsystem/compile-libvlc.sh: 734: en: Permission denied
-
Steve Lhomme authored
It's supported by ANDROID_API 28, in the contribs. Let the contribs decide if it's needed or not.
-
Steve Lhomme authored
So we can see what's going on. Other build targets do that too.
-
Steve Lhomme authored
protoc is missing so Chromecast is disabled.
-
Steve Lhomme authored
bootstrap doesn't (really) take arguments. There are contrib flags.
-
Steve Lhomme authored
Just like vlc.
-
- 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...
-