- Jan 21, 2025
-
-
Calls to `libvlc_media_parse_request` with smb server URL never succeeded because `do_parse` var was always `false` when `input_net` var was `true` and `libvlc_media_parse_network` flag was set. This change fixes this problem and bring back the ability to parse network files when the `libvlc_media_parse_network` flag is set
-
This class is used for scrolling, it should obey the predefined scroll direction. Currently on platforms invertedness is provided (and when the platform plugin supplies the information), this causes the scrolling direction to be always non-inverted (which means that natural scrolling is not used even if it is wanted).
-
- Jan 20, 2025
-
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
New options: Auto-detect (default), Stereo, Left Only, Right Only, Side by Side Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
If the user resets the preferences, closing the application appears to lead to assertion failure. This should not be a concern, because assertions should not be made in release builds and the if statement afterward already covers the invariant.
-
Steve Lhomme authored
We only need to refesh the background when the size changes.
-
Steve Lhomme authored
It's a gateway to the private events.c API for HWND.
-
Steve Lhomme authored
We only need to deal with a event_thread_t.
-
Steve Lhomme authored
There is no common code using it.
-
Steve Lhomme authored
-
Steve Lhomme authored
Otherwise we use the already computed placement.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
We may not have to do it all the time. The code is equivalent, minus the log for each placement change detected.
-
Steve Lhomme authored
Our computed placement was always the same as the core. We don't need special control handling about from the internal window resizing.
-
Steve Lhomme authored
Our computed placement was always the same as the core. We don't need special control handling about from the internal window resizing.
-
Steve Lhomme authored
It's already computed by the core.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
We don't need to place the picture, we will receive a VOUT_DISPLAY_CHANGE_SOURCE_PLACE if needed.
-
Steve Lhomme authored
It should not have to know how to place picture. The external placement is always on the output size anyway.
-
Steve Lhomme authored
The placement only uses the visible parts of the video, so it makes no difference.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Mostly[^1] python and some performance changes. [^1]: https://lists.gnu.org/archive/html/autotools-announce/2024-07/msg00000.html
-
2.5.4 was released on Wed 20 Nov[^1]. A few patches have been merged: - emscripten-dllinker merged as v2.5.3-41-gd8a93445 - response-files merged as v2.5.3-25-geed74d65 Then clang-libs and embed-bitcode were conflicting, so they were rebased and their filename were bumped too. [^1]: https://savannah.gnu.org/news/?id=10693
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Position and colour Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
We are already using Big Sur type symbols elsewhere Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
We don't want to maintain different version of those.
-
The crates will be used by rust plugins, but we want to provide the version from the workspace instead of specifying the path each time relatively to the plugin crate manifest.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Not used anymore Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-