- Jul 07, 2023
-
-
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.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
To allow standalone libvlcjni gradle build.
-
Thomas Guillem authored
It was only working when libvlcjni was used via vlc-android.
-
Thomas Guillem authored
-
Thomas Guillem authored
Use the standard layout. This pave the way to add a androidTest folder (that does not seems to work without this layout).
-
- May 25, 2023
-
-
Duncan McNamara authored
-
- Mar 20, 2023
-
-
Thomas Guillem authored
Contains last audiotrack timing improvements and RTSP deadlock fix.
-
- Mar 13, 2023
-
-
Thomas Guillem authored
Contain last aaudio fixes.
-
- Mar 09, 2023
-
-
Thomas Guillem authored
-
- Mar 02, 2023
-
-
Thomas Guillem authored
Move out the subtitle surface from player_surface_frame (used to crop the video surface). The subtitle surface will now always be rendered via OpenGL and can now be resized by MediaPlayer changeAspect()/changeCrop().
-
Thomas Guillem authored
-
- Jan 11, 2023
-
-
Thomas Guillem authored
AudioTrack and AAudio tested and working (with correct A/V sync) after Android 28 on Fire OS 7.6.0.8.
-
- Dec 08, 2022
-
-
- Dec 07, 2022
-
-
"$REL" can be empty, which makes the `test` call invalid since `-eq` expects numbers.
-
- Nov 28, 2022
-
-
Steve Lhomme authored
It's not used in libvlc since vlc@ea889029
-
- Nov 23, 2022
-
-
Thomas Guillem authored
-
Thomas Guillem authored
It's a shared lib now.
-
- Nov 15, 2022
-
-
Nicolas Pomepuy authored
-
- Oct 27, 2022
-
-
Thomas Guillem authored
-
Thomas Guillem authored
And fix with the last API change.
-