- Jan 27, 2023
-
-
Hank Anderson authored
VLCMediaPlayer: Deprecated previous equalizer related handling and replaced internal handling for consistency with new handling
-
Hank Anderson authored
-
- Jan 19, 2023
-
-
VLCMediaPlayer: Fixed a bug that setAmplification:forBand: was not reflected and fixed a problem that the equalizerEnabled flag was out of sync
-
- Jan 17, 2023
-
-
Felix Paul Kühne authored
-
- Jan 11, 2023
-
-
Hank Anderson authored
-
Hank Anderson authored
-
- Dec 20, 2022
-
-
Felix Paul Kühne authored
-
- Dec 18, 2022
-
-
Hank Anderson authored
-
- Dec 17, 2022
-
-
- Dec 15, 2022
-
-
Hank Anderson authored
-
- Dec 12, 2022
-
-
Felix Paul Kühne authored
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.
-
- Nov 03, 2022
-
-
Felix Paul Kühne authored
-
- Nov 02, 2022
-
-
Felix Paul Kühne authored
-
- Oct 28, 2022
-
-
Maxime Chapelet authored
-
- Oct 15, 2022
-
-
Hank Anderson authored
-
- Sep 24, 2022
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Sep 20, 2022
-
-
Hank Anderson authored
-
- Sep 19, 2022
-
-
Felix Paul Kühne authored
This also deprecates the existing implementation but leaves it in place.
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Sep 03, 2022
-
-
Hank Anderson authored
VLCRendererDiscoverer: Use VLCEventObjectManager to manage the time to live of the user_data instance of LibVLC Event Callback.
-
Hank Anderson authored
VLCMediaPlayer: Use VLCEventObjectManager to manage the time to live of the user_data instance of LibVLC Event Callback.
-
Hank Anderson authored
VLCMediaListPlayer: Use VLCEventObjectManager to manage the time to live of the user_data instance of LibVLC Event Callback.
-
Hank Anderson authored
VLCMediaList: Use VLCEventObjectManager to manage the time to live of the user_data instance of LibVLC Event Callback.
-
Hank Anderson authored
VLCMedia: Use VLCEventObjectManager to manage the time to live of the user_data instance of LibVLC Event Callback.
-
Hank Anderson authored
-
- Aug 20, 2022
-
-
Felix Paul Kühne authored
This also moves the patches to the same place as on the master branch.
-
- Jun 21, 2022
- Jun 10, 2022
-
-
Martin Storsjö authored
-
- May 30, 2022
-
-
- May 13, 2022
-
-
Felix Paul Kühne authored
This class was missing and is already present for tvOS/iOS.
-
Felix Paul Kühne authored
-
- May 12, 2022
-
-
Felix Paul Kühne authored
This matches the configuration on other platforms. Disabling it leads to an implicit activation of a mini server with a busy loop.
-
- May 11, 2022
-
-
Maxime Chapelet authored
Closes #607
-
- May 09, 2022
-
-
Felix Paul Kühne authored
This should fix #605
-
Felix Paul Kühne authored
-
- May 06, 2022
-
-
Felix Paul Kühne authored
This replaces the use of VLCEventManager to execute events on the main thread with a libdispatch based approach, which simplifies the code and makes it slightly more efficient. Additionally, this deploys VLCMedia's own comparison mechanism to determine equality instead of NSURL and removes a potential runtime exception.
-