- Apr 15, 2025
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
And update the documentation.
-
Thomas Guillem authored
-
Thomas Guillem authored
This be used by decoder modules to forward all ancillaries from the input to the output.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
But append new ancillaries.
-
Thomas Guillem authored
Simpler code (no more triple pointer), easier to maintain but the block_t, vlc_frame_t and picture_t are now larger by 2 size_t.
-
Thomas Guillem authored
-
- Apr 08, 2025
-
-
Steve Lhomme authored
-
Steve Lhomme authored
MINGW is properly handled now, but not the 32-bit version. According to [^1] 32-bit may not work at all. [^1]: https://github.com/msys2/MINGW-packages/issues/17029
-
Steve Lhomme authored
It can supports 16KB aligned page sizes with a flag in the NDK build package. [^1] It is not on by default so we can test things without being stuck with this image. The relevant change will need to be done on the libvlcjni side, including switching to this image as well. This is done in [^2]. [^1]: https://developer.android.com/guide/practices/page-sizes#compile-r27 [^2]: videolan/libvlcjni!112
-
Steve Lhomme authored
We assume the Vulkan headers are not found so they are found in contribs. This reverts b0d6f9ad
-
Steve Lhomme authored
With NDK27 vk.xml is not found anymore. We can install our own headers instead. NDK27c comes with Vulkan 1.3.275 headers.
-
Steve Lhomme authored
To match the Android NDK27.
-
Steve Lhomme authored
The build folder is no longer build but vlc_build. The proper pkg_static call is done during unpaking.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Apr 07, 2025
-
-
It does not make any sense to use stack view here.
-
It does not make any sense to use stack view here.
-
It does not make any sense to use stack view here.
-
By default we expect the viewport to cover the content width or height depending on the orientation, so in normal cases we only need one scroll bar. This behavior can obviously be overridden where the list view is reused. This fixes multiple things: - Not being able to interact with the bottom part of the list view even if the orientation is vertical and the viewport covers the whole content width, because the scroll bar may still be technically visible and consume events even though it does not display anything visually. - Flashing scroll bar upon creation of the view until the content and viewport sizes are determined (regarding the orientation where scroll bar is not wanted).
-
Now that we have our own customized scroll bar, we can define its implicit size in `VLCStyle.qml` directly.
-
Currently we don't account for `QT_HAS_LIBATOMIC` being `0`.
-
-
-
-
Having radio buttons requires one click less to adjust the speed from the presets.
-
Based on Qt Quick Basic Style, the difference being mainly custom colorization and sizing.
-
Currently, the Continue Watching row is visible only when medialibrary has some videos. Signed-off by: Ash <ashutoshv191@gmail.com>
-
Hide the header when EmptyLabel is present to be displayed when model is empty. Signed-off by: Ash <ashutoshv191@gmail.com>
-
If there is a specific header, obey to its visibility otherwise hide the column sort row if model is empty. Signed-off by: Fatih Uzunoglu <fuzun54@outlook.com>
-
This is because EmptyLabel now has implicitWidth, implicitHeight. Signed-off by: Ash <ashutoshv191@gmail.com>
-
Stop unloading the grid / list view in MainViewLoader when model is loading or when model is empty. Signed-off by: Ash <ashutoshv191@gmail.com>
-
Signed-off by: Fatih Uzunoglu <fuzun54@outlook.com>
-
Use the default loading indicator in BrowseTreeDisplay Signed-off by: Fatih Uzunoglu <fuzun54@outlook.com>
-
Signed-off by: Fatih Uzunoglu <fuzun54@outlook.com>
-
-