- 02 Feb, 2023 2 commits
-
-
Felix Paul Kühne authored
This makes the compilation of the ARMv7 slice option, which fixes compilation support with Xcode 14 by default. Allowing optional support still enables the use for legacy platforms. For CI and official releases, the ARMv7 slice is still compiled by default. Fixes #655
-
Felix Paul Kühne authored
-
- 17 Jan, 2023 5 commits
-
-
Felix Paul Kühne authored
-
-
-
Add selectedExclusive property on tracks to select a track while disabling the other tracks of the same kind.
-
-
- 16 Jan, 2023 2 commits
-
-
- 08 Jan, 2023 2 commits
-
-
Hank Anderson authored
-
Hank Anderson authored
-
- 06 Jan, 2023 1 commit
-
-
Maxime Chapelet authored
Seemed the project wasn't updated to support VLCKit dynamic linking and loading. This patch embeds the framework and fixes the rpath
-
- 20 Dec, 2022 1 commit
-
-
Felix Paul Kühne authored
-
- 18 Dec, 2022 1 commit
-
-
Hank Anderson authored
-
- 17 Dec, 2022 1 commit
-
-
- 15 Dec, 2022 1 commit
-
-
- 14 Dec, 2022 4 commits
-
-
-
The class and the associated protocol was previously not exposed on macOS as part of the umbrella header while the header itself was shipped, so the API was hidden from swift relying on the module map. Additionally, this reorders the header content to make it easier to compare with the iOS counterpart. Forward-port of a7d97dd7
-
-
Alexandre Janniaux authored
[NSString stringWithUTF8String] is allocated strings from the current autorelease pool, but none are being defined here and from the call stack. Since we wrap the strings in another object not allocated in the autorelease pool, we can just locally setup the autoreleasepool while creating the object. Fix memory leaks when logs are going on.
-
- 10 Dec, 2022 1 commit
-
-
Maxime Chapelet authored
Closes #643
-
- 03 Nov, 2022 1 commit
-
-
Felix Paul Kühne authored
-
- 19 Oct, 2022 2 commits
-
-
- 16 Oct, 2022 1 commit
-
-
Hank Anderson authored
-
- 07 Oct, 2022 2 commits
-
-
Hank Anderson authored
-
Hank Anderson authored
-
- 24 Sep, 2022 3 commits
-
-
-
Felix Paul Kühne authored
This fixes #630.
-
Felix Paul Kühne authored
This also adds annotations for previous stable releases
-
- 13 Sep, 2022 10 commits
-
-
Initialising the list with a NULL array is useless but legal.
-
-
Felix Paul Kühne authored
This excludes libvlc's C interface from the module map fixing warnings in swift projects that its headers were not part of the umbrella header, which is the expected behavior. The C interface can still be used by using its own designated umbrella header with a #import <VLCKit/vlc/vlc.h> statement. This fixes #561.
-
Felix Paul Kühne authored
Over the last years, headers for picture and dialog were added as well as version.
-
Felix Paul Kühne authored
This is needed for single arch compilations of the framework where we don't know which flavor is build and which (always identical) version header to use for distríbution.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
-
-
-