- Feb 05, 2021
-
-
Konstantin Pavlov authored
This makes it report a proper number of cores on KVM-virtualized macOS
-
- 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
-
- Jul 30, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Unify certain strings on lower case so they are interpreted the same.
-
-
-
-
-
-
-
And change the build script accordingly
-
-