- May 06, 2020
-
-
Inside JNI_OnLoad function, macro GET_CLASS leak a JNI LocalRef when the macro get a GlobalRef and assign it, the LocalRef is lost. JNI_OnLoad acquire many GlobalRef, but they are not all released in JNI_UnLoad.
-
- Apr 16, 2020
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Apr 07, 2020
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- Mar 27, 2020
-
-
- Feb 27, 2020
-
-
Geoffrey Métais authored
-
- Jan 29, 2020
-
-
Thomas Guillem authored
-
Thomas Guillem authored
- Fix the ANDROID_MANIFEST path (app/build instead of vlc-android/build). - Remove useless copies (libs folder, Android.mk, whole obj/local/*/ when only the so are needed) - Configure it only for the arch of the last built APK. This fixes armv7 builds that could not be debugged on armv8 arches.
-
- Jan 24, 2020
-
-
Nicolas Pomepuy authored
-
- Jan 22, 2020
-
-
Thomas Guillem authored
It has been renamed (again) in VLC 4.0.
-
- Jan 21, 2020
-
-
Thomas Guillem authored
-
Thomas Guillem authored
No functional changes
-
Thomas Guillem authored
Return the VLC major version, 3 or 4 for now.
-
Thomas Guillem authored
-
- Dec 23, 2019
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- Dec 19, 2019
-
-
Geoffrey Métais authored
-
- Dec 17, 2019
-
-
Geoffrey Métais authored
-
- Dec 16, 2019
-
-
Shivansh Saini authored
Signed-off-by:
Shivansh Saini <shivanshs9@gmail.com>
-
Shivansh Saini authored
Used Abstract Factory Manager design pattern for LibVLC components Tests done: StreamsModel, SubtitlesModel, HistoryModel, FilePickerModel, BrowserModel, StorageModel, FileBrowserModel, NetworkModel, VideosViewModel Used CoroutineContextProvider to replace context on-demand. Added extension function for the child of SingletonHolder used in ExternalSubRepository. Replaced OpenSubtitleRepository.getInstance to use lazy value, so it can be replaced in tests. Added Dependency Provider for BrowserProvider Updated StubDataSource to configure data set to provide LibVLC: Refactored interfaces Signed-off-by:
Shivansh Saini <shivanshs9@gmail.com>
-
Thomas Guillem authored
On VLC 4.0, the Surface need to be created (from any threads) before being attached.
-
- Dec 03, 2019
-
-
Geoffrey Métais authored
-
Some shitty ROM change android.R.color.black to brown.
-
- Nov 28, 2019
-
-
Geoffrey Métais authored
-
- Nov 21, 2019
-
-
- Nov 18, 2019
-
-
Geoffrey Métais authored
-
- Nov 15, 2019
-
-
Do not get window size as reference, and do not change surface parent size anymore
-
- Nov 14, 2019
-
-
Thomas Guillem authored
-
Thomas Guillem authored
This is a temporary commit during the 3.0 -> 4.0 transition. The Java API will need to be updated to only handle stopAsync.
-
- Oct 30, 2019
-
-
The compile.sh script uses this id to check whether a patch is already applied. Ref commit d948cb1a.
-
They don't apply anymore, and it will be implemented in VLC directly.
-
-
Geoffrey Métais authored
-
- Oct 21, 2019
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- Oct 18, 2019
-
-
Thomas Guillem authored
The smb2 module has been backported into VLC 3.0 but disabled by default.
-
- Oct 10, 2019
-
-
Geoffrey Métais authored
-
- Sep 24, 2019
-
-
Geoffrey Métais authored
-