- Jun 11, 2023
-
-
-
It needs a bit of patching but the main functionalities should be there.
-
-
-
Avoid storing credentials if the authentification fails.
-
Will be needed by the next commit.
-
Avoid using invalid references via sys from the Open function.
-
The samba auth callback will need a valid context to fetch credentials that could outlive the Open callback.
-
- Jun 10, 2023
-
-
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>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Use class property and dot notation for VLCLibraryCollectionViewSupplementaryElementView defaultHeaderSize 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>
-
macosx: Declare class method defaultHeight in VLCLibraryAlbumTableCellView as class method, use modern access syntax 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>
-
-
This commit introduces the choice of wasm32-unknown-emscripten as the target triple for writing Rust modules in VLC. By selecting wasm32-unknown-emscripten, we leverage the asm.js ABI and Emscripten toolchain, allowing seamless integration of Rust code with VLC's existing JavaScript-based infrastructure. While wasm32-unknown-unknown offers a more general-purpose standalone WebAssembly deployment, wasm32-unknown-emscripten aligns better with VLC's goal of extending its capabilities specifically for web browsers.
-
This update is necessary for the wasm32-unknown-emscripten build, as it depends on cargo-c version 0.9.20. Additionally, cargo-c requires a minimum Rust version of 1.69.0.
-
- Jun 09, 2023
-
-
Alexandre Janniaux authored
Also check that the path given is correctly used. The test is only checking the es_out recording, since mock:// doesn't initialize the recording when can_record=1 is used.
-
Alexandre Janniaux authored
Those helpers are generic and can be used by any test code for libvlc. Make them inline since test size doesn't really matter and they are pretty simple.
-
We don't support it anymore and that platform is dead. We don't even use the flag to enable/disable anything.
-
fixes #28185
-
- Jun 08, 2023
-
-
It is no longer needed with contribs taglib updated to 1.13.
-