- Dec 07, 2021
-
-
Felix Paul Kühne authored
This fixes discovery of SMB shares through Bonjour as well as other minor improvements like playback of media with brackets in their URL path.
-
- Dec 02, 2021
-
-
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.
-
- Nov 25, 2021
-
-
Felix Paul Kühne authored
-
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
-
- Nov 22, 2021
-
-
Felix Paul Kühne authored
This fixes vlc-ios#1161
-
- Nov 10, 2021
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This solves #553
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Nov 09, 2021
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This removes the SAP discovery module from the distribution that was accidentally included.
-
- Nov 05, 2021
-
-
Felix Paul Kühne authored
This matches !106
-
Felix Paul Kühne authored
This matches !106
-
-
Felix Paul Kühne authored
-
Maxime Chapelet authored
-
Maxime Chapelet authored
-
Maxime Chapelet authored
Move -g flag after contrib compilation to prevent potential issues with third parties build systems (+1 squashed commit) Squashed commits: [efbc2a9e] Add -g flag in order to generate complete libvlc debug infos with Clang compiler
-
- Oct 24, 2021
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Note that spatial audio on macOS remains unsupported for now. Closes #514
-
- Oct 20, 2021
-
-
Felix Paul Kühne authored
This solves a packaging problem on the archive step with Xcode 12 and fixes #541.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This reverts commit 691b47a5.
-
- Oct 17, 2021
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
With Xcode 13, the implicit path is now explicit so the previous install location was no longer unambigous.
-
- Oct 15, 2021
-
-
Soomin Lee authored
Removes obsolete ffmpeg backport patch as it has been included in the project. Closes #532
-
- Sep 16, 2021
-
-
Soomin Lee authored
-
- Jul 22, 2021
-
-
Felix Paul Kühne authored
When initializing the player with a custom VLCLibrary, the libvlc instance was so far not retained, but released on dealloc, which was leading to a crash. Fixes #489.
-
- Jul 15, 2021
-
-
Felix Paul Kühne authored
This optimizes the flag provided to Xcode and adds additional debug. Fixes #480
-
- Jun 29, 2021
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This includes a patch on the audio mute state
-
- Jun 28, 2021
-
-
This fixes #494. The bug occurs only when using the VLCKit-specific custom http cookie libvlc implementation, so this patch does not need to be back-ported to mainline libvlc.
-
This fixes #473.
-
This replaces a deprecated key with its modern replacement and raises the c++ version from 11 to 14. Fixes #498.
-
-