- Dec 07, 2024
-
-
Steve Lhomme authored
Removed in d0494dcd. They are equivalent to V4L2_PIX_FMT_ABGR32/V4L2_PIX_FMT_RGB32 respectively according to [1]. They may still be used by legacy code. [1] https://www.kernel.org/doc/html/v4.15/media/uapi/v4l/pixfmt-packed-rgb.html
-
Steve Lhomme authored
It links fine in meson and autotools without it. Introduced in 750852d1.
-
- Dec 06, 2024
-
-
In particular UPDATE_CHECK which needs to be set to have UpdateModel. Extra includes are also passed to the moc header.
-
Steve Lhomme authored
No need to call the makefile for variables we don't use. These are calls to access private headers. We only need an include.
-
Steve Lhomme authored
The dependencies to build meson-machinefile/contrib.ini builds some target contribs packages when we only want to get the ini file alongside the native tools. This fails to build on Android because when using prebuilt contribs the target compiler is not setup (config.mak) since it's not supposed to be used. This reverts commit 51ff3023.
-
- Dec 05, 2024
-
-
Steve Lhomme authored
When using prebuilt contribs the native tools need to be rebuilt locally. But the contrib.ini that is in the prebuilt tarball doesn't reflect the local pathes for the native tools. We can regenerate the contrib.ini files which will use the proper pathes for these tools and the local contrib pathes for its constants. Fixes #28896
-
Steve Lhomme authored
Otherwise it's not used and should not be used for libvlc apps.
-
Steve Lhomme authored
Just as for .pc files we need to match the path of the extracted tarball with the user path.
-
Steve Lhomme authored
So that the UI is more usable. Co-authored-by:
Fatih Uzunoglu <fuzun54@outlook.com>
-
Steve Lhomme authored
The code allows not having iconv at all. Ref. #28893
-
Although it seems to work, it is not reliable with Wayland. With KWin Wayland compositor I often get the error: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x7be3c8512b70 I suspect that this occurs when the window is shown/hidden before the fade animation ends. Since we don't control the animation, and we have to support fast visibility changes mainly (but not limited to) due to the pointing tool tip that is used within the seek bar, we should go back to the old approach with Wayland for the moment. On Windows and X11, it so far has worked well for me.
-
Steve Lhomme authored
There might not be a qmake in the PATH but the contribs might be there. Partial revert of aeef0307.
-
- Dec 04, 2024
-
-
The file name should match the app id Also add OARS metadata, fix default screenshot and fix component type
-
- Dec 03, 2024
-
-
macosx: In library segment view controllers where collection views are programatically instantiated, use VLCLibraryCollectionView Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Make all library segment controllers take collection views as VLCLibraryCollectionViews like VLCLibraryWindow Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Fixes issues with the collection view item size calculations not always being updated when they should be Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Add API to check if media is seekable and update PIP control accordingly Change API to allow user telling PIP seeking is complete
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Set different icons for jump forwards/backwards icons depending on short jump length preference Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Steve Lhomme authored
This case should never happen.
-
Steve Lhomme authored
We don't want a default case in this handler. But gcc 14 complains: > control reaches end of non-void function
-
- Dec 02, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
Follow-up to 0e4be111.
-
anchor the view to expand index, other items are not in focus (have lower opacity), this improves better main content focus
-
- Dec 01, 2024
-
-
Steve Lhomme authored
qmake doesn't provide the proper contrib QT_VERSION when using a -qtconf. It provides the version it was compiled with (!). So we use the one from contribs if possible.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Steve Lhomme authored
LLVM(18) doesn't support this option in any language. GCC warns that this is not supported in C++ but autotools and meson consider it's supported. Fixes this warning: > cc1plus: warning: '-Werror=' argument '-Werror=return-mismatch' is not valid for C++
-