- Sep 14, 2021
-
-
Alexandre Janniaux authored
[VLCTime clock] will match libvlc_clock() and [VLCTime delay:ts] will match libvlc_delay(ts). They are returning and taking int64_t as parameter, much like libvlc itself, so as to avoid allocation of the VLCTime wrapper.
-
- Jun 29, 2021
-
-
Felix Paul Kühne authored
-
- Jun 28, 2021
-
-
Felix Paul Kühne authored
- this clones the master branch only - this fixes #497
-
- May 15, 2021
-
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
- Mar 17, 2021
-
-
Felix Paul Kühne authored
-
- Mar 13, 2021
-
-
Felix Paul Kühne authored
-
- Mar 12, 2021
-
-
Felix Paul Kühne authored
-
- Feb 20, 2021
-
-
Felix Paul Kühne authored
This is needed to please an install-time check by Carthage (fixes #462)
-
- Feb 16, 2021
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This fixes #448 for the v4 branch.
-
- Feb 01, 2021
-
-
There is already initWithLibVLCInstance but it's using an existing player instance, and initWithDrawable:options: which initialize a new libvlc instance. Initializing from an existing VLCLibrary allows sharing the VLCLibrary among multiple VLCMediaPLayer and setting up logger callback on an instance basis before allocating the VLCMediaPlayer.
-
- Jan 31, 2021
-
-
- Jan 28, 2021
-
-
Felix Paul Kühne authored
-
- Dec 20, 2020
-
-
Felix Paul Kühne authored
Fixes #458
-
- Oct 27, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This fixes the compilation broken in 632c0c78 that used non-existing API
-
Felix Paul Kühne authored
This fixes #432
-
- Oct 26, 2020
-
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
- Oct 06, 2020
-
-
Felix Paul Kühne authored
Closes #435
-
- Sep 27, 2020
-
-
- Sep 26, 2020
-
-
Felix Paul Kühne authored
-
- Sep 08, 2020
-
-
Martin Finkel authored
-
- Sep 01, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
No functional changes
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This implements #422
-
- Aug 21, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Aug 20, 2020
-
-
Felix Paul Kühne authored
-
-
- Aug 19, 2020
-
-
Alexandre Janniaux authored
-
Alexandre Janniaux authored
It was not really exposed to the user since we could use the global instance without any consequences, so there's no public API change.
-
Alexandre Janniaux authored
Refactor event attachment into a static table, avoiding the error-prone and menial task of writing the matching attach and detach calls at different location in the code.
-
Alexandre Janniaux authored
libvlc_MediaPlayerTitleChanged event has been removed in favor of libvlc_MediaPlayerTitleListChanged which indicates the newly available titles and libvlc_MediaPlayerTitleSelectionChanged which indicates that a new title has been selected by the player. This commit bumps the tested hash to the libvlc commit adding this new API and update VLCKit event dispatching to expose the title changed event, but not the title list changed event since it doesn't break.
-
- Aug 01, 2020
-
-
Felix Paul Kühne authored
This fixes packaging the macOS builds
-
Felix Paul Kühne authored
-