Commits on Source (69)
-
Nicolas Pomepuy authored
-
Steve Lhomme authored1017b714
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Nicolas Pomepuy authored
-
Steve Lhomme authored
Just like vlc.
f702fc74 -
Steve Lhomme authored
bootstrap doesn't (really) take arguments. There are contrib flags.
10ea438f -
Steve Lhomme authored
protoc is missing so Chromecast is disabled.
fa2ab22d -
Steve Lhomme authored
So we can see what's going on. Other build targets do that too.
067c239a -
Steve Lhomme authored
It's supported by ANDROID_API 28, in the contribs. Let the contribs decide if it's needed or not.
5a33488f -
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
93d4e2df -
Steve Lhomme authored
It should have been fixed in VLC contribs by 903c250978153ef8d95a6005def39ab0ad4078f9.
37377e8b -
Steve Lhomme authored
We only support FFmpeg now.
fff812a6 -
Steve Lhomme authoredcda15de6
-
Steve Lhomme authored
It's not necessary.
4e605815 -
Steve Lhomme authored
They are neither used locally nor in the VLC build system.
1a3788f1 -
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
The minimum Android version is 17 (Jeally Bean MR1)
2483a335 -
Steve Lhomme authored
The minimum Android version is 17 (Jeally Bean MR1)
20d6daf6 -
Steve Lhomme authored
The minimum Android version is 17 (Jeally Bean MR1)
a3e23c63 -
Steve Lhomme authored
The minimum Android version is 17 (Jeally Bean MR1)
-
ecec3fec
-
No need to make it artificially slower.
b60e62f6 -
This should avoid rebuilding ninja.
-
It's called for all targets and doesn't appear to have Android API version checks.
-
-
Gabriel Lafond-Thenaille authoredc8818005
-
Gabriel Lafond-Thenaille authored
redefined symbols
349e7094 -
Gabriel Lafond-Thenaille authored
-
sh is not usable on Windows. Then the command is the same as for the libvlc version.
-
See: vlc!5680, HWDecoderUtil logic is moved in audio_output/android/device.c so it is not needed.
-
Thomas Guillem authored
This module is not used by default since VLC 3.0.
-
The minimum Android version is 21 (Lollipop)
6d9d5d35 -
The minimum Android version is 21 (Lollipop)
2e29228e -
The minimum Android version is 21 (Lollipop)
1a56097b -
0bf43267
-
0e68d251
-
fcde9780
-
-
This method can only change the scale when using OpenGL.
fb2e0cc1 -
mediaPlayer.setScale() was only working when using the OpenGL vout. Go through the VideoHelper to change the video layout according to the scale when using MediaCodec direct rendering.
-
Whether it fails or not, we can move between directories directly.
ef560af5 -
It may be arm64 Linux or macOS or msys. The configure script can figure it out.
14a692c2 -
If the configure script needs to find a native tool that may be in there, it will find it.
8d47a734 -
The configure script can figure out the proper path(es) needed when using contribs.
5f4d096d -
The minimum Android version is 21 (Lollipop) on VLC 4.0. The test is always false.
cefb9559 -
-
Steve Lhomme authored
ef560af5 broke b6b33ffb
-
Steve Lhomme authoredcfe7d256
-
Steve Lhomme authored
We don't pass anymore VLC_BUILD_JNI to the NDK builder. One .mk is for libvlc only, the other is for the JNI part only.
f32a2e92 -
Steve Lhomme authored2f44a1fc
-
Steve Lhomme authored
So we can move the script to build libvlc.so in VLC.
d9c73fab -
Steve Lhomme authored
It's only used to build libvlcjni.so
417ad8f7 -
Steve Lhomme authored3520c046
-
Steve Lhomme authored11413ec5
-
Steve Lhomme authored
-
Nicolas Pomepuy authored
-
Fabian Huber authored
-
Nicolas Pomepuy authored
-
To match the official libvlc 4 API.
c9fbe8d4 -
Just like all other API's that were introduced in 4.0.
-
Steve Lhomme authored
-
-
Add ParseForced to the parse flags in IMedia after some changes in vlc with commit vlc@413239530a851c03e52a370f539dab90ac5b1807
-
Nicolas Pomepuy authored
-
Steve Lhomme authored
This will require an update on the VLC side.
-
Thomas Guillem authored
-
Steve Lhomme authored
-
Showing
- build.gradle 1 addition, 1 deletionbuild.gradle
- buildsystem/build-libvlc.sh 723 additions, 0 deletionsbuildsystem/build-libvlc.sh
- buildsystem/build-libvlcjni.sh 186 additions, 0 deletionsbuildsystem/build-libvlcjni.sh
- buildsystem/compile-libvlc.sh 8 additions, 456 deletionsbuildsystem/compile-libvlc.sh
- buildsystem/get-vlc.sh 1 addition, 1 deletionbuildsystem/get-vlc.sh
- buildsystem/gitlab/.gitlab-ci.yml 9 additions, 4 deletionsbuildsystem/gitlab/.gitlab-ci.yml
- libvlc/build.gradle 5 additions, 1 deletionlibvlc/build.gradle
- libvlc/jni/dummy.cpp 0 additions, 1 deletionlibvlc/jni/dummy.cpp
- libvlc/jni/libvlc.mk 3 additions, 25 deletionslibvlc/jni/libvlc.mk
- libvlc/jni/libvlcjni-mediaplayer.c 51 additions, 10 deletionslibvlc/jni/libvlcjni-mediaplayer.c
- libvlc/jni/libvlcjni.mk 22 additions, 0 deletionslibvlc/jni/libvlcjni.mk
- libvlc/patches/0006-input-display-discoverer-preparsers-logs.patch 4 additions, 4 deletions...tches/0006-input-display-discoverer-preparsers-logs.patch
- libvlc/src/main/java/org/videolan/libvlc/AWindow.java 0 additions, 7 deletionslibvlc/src/main/java/org/videolan/libvlc/AWindow.java
- libvlc/src/main/java/org/videolan/libvlc/LibVLC.java 0 additions, 2 deletionslibvlc/src/main/java/org/videolan/libvlc/LibVLC.java
- libvlc/src/main/java/org/videolan/libvlc/Media.java 2 additions, 41 deletionslibvlc/src/main/java/org/videolan/libvlc/Media.java
- libvlc/src/main/java/org/videolan/libvlc/MediaPlayer.java 47 additions, 6 deletionslibvlc/src/main/java/org/videolan/libvlc/MediaPlayer.java
- libvlc/src/main/java/org/videolan/libvlc/VideoHelper.java 41 additions, 15 deletionslibvlc/src/main/java/org/videolan/libvlc/VideoHelper.java
- libvlc/src/main/java/org/videolan/libvlc/interfaces/IMedia.java 4 additions, 3 deletions.../src/main/java/org/videolan/libvlc/interfaces/IMedia.java
- libvlc/src/main/java/org/videolan/libvlc/interfaces/IVLCVout.java 0 additions, 5 deletions...rc/main/java/org/videolan/libvlc/interfaces/IVLCVout.java
- libvlc/src/main/java/org/videolan/libvlc/media/VideoView.java 0 additions, 7 deletions...lc/src/main/java/org/videolan/libvlc/media/VideoView.java
buildsystem/build-libvlc.sh
0 → 100755
buildsystem/build-libvlcjni.sh
0 → 100755
libvlc/jni/dummy.cpp
deleted
100644 → 0
libvlc/jni/libvlcjni.mk
0 → 100644