- Sep 20, 2024
-
-
See: videolan/vlc!5680, HWDecoderUtil logic is moved in audio_output/android/device.c so it is not needed.
-
- Sep 18, 2024
-
-
sh is not usable on Windows. Then the command is the same as for the libvlc version.
-
- Sep 10, 2024
-
-
Gabriel Lafond-Thenaille authored
-
Gabriel Lafond-Thenaille authored
redefined symbols
-
Gabriel Lafond-Thenaille authored
-
- Sep 09, 2024
-
-
-
It's called for all targets and doesn't appear to have Android API version checks.
-
This should avoid rebuilding ninja.
-
No need to make it artificially slower.
-
-
- Sep 04, 2024
-
-
Steve Lhomme authored
The minimum Android version is 17 (Jeally Bean MR1)
-
Steve Lhomme authored
The minimum Android version is 17 (Jeally Bean MR1)
-
Steve Lhomme authored
The minimum Android version is 17 (Jeally Bean MR1)
-
Steve Lhomme authored
The minimum Android version is 17 (Jeally Bean MR1)
-
- 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
-