- 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
-
-
- Jul 29, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This adds gitlab.ci integration based on the existing configuration from the 3.0 branch. This omits the automatic deployment of documentation based on doxygen until further notice.
-
- Jul 26, 2020
-
-
Felix Paul Kühne authored
For non-understood reasons, we always defined and promised that there would be a notification when an item is added to a media list, but we only triggered the delegate and never send the notification in contrast to deleting an item from the list.
-
- Jul 21, 2020
-
-
Felix Paul Kühne authored
The wrapper for the legacy library was removed in f9e38822 ignoring these remnants.
-
- Jul 16, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This makefile was superseeded by the scripts in /Packaging a long time ago.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Jun 30, 2020
-
-
Felix Paul Kühne authored
This fixes #389
-
- Jun 18, 2020
-
-
Soomin Lee authored
-
- Jun 15, 2020
-
-
Alexandre Janniaux authored
Those symbols are meant to be used by the client application or library, so they must be exposed in the final object.
-
Alexandre Janniaux authored
It will use the correct extern variant depending on whether the file is compiled into objc code or objcpp code.
-
Alexandre Janniaux authored
When setting visibility to hidden by default and compiling into a dynamic library/framework, VLCKit classes are not exposed. Adding OBJC_VISIBLE is like using the attribute visibility("default") in C-based languages and it signals to the compiler that it must exposes the symbol in the final object. See https://gcc.gnu.org/wiki/Visibility for detailed information on symbol visibility.
-
Alexandre Janniaux authored
-
- May 28, 2020
-
-
Soomin Lee authored
-
- May 07, 2020
-
-
Soomin Lee authored
-
- May 02, 2020
-
-
Felix Paul Kühne authored
This sample project allows playback of up to four streams at once and was developed to test the multi-4K capabilities of current iOS devices.
-
- Apr 05, 2020
-
-
Soomin Lee authored
-
Soomin Lee authored
-
- Mar 09, 2020
-
-
The callback was sending the rendererItem which is nil. It should be sending back the item which is not nil.
-
- Feb 11, 2020
-
-
- Feb 02, 2020
-
-
Felix Paul Kühne authored
The patches were moved in master.
-
Felix Paul Kühne authored
Suggest the user to auto-update to the latest minor release instead of deploying the .0
-
- Jan 24, 2020
-
-
Felix Paul Kühne authored
With v4, stop is asynchronous and runs on a background thread, so we no longer need to do it in VLCKit.
-
Felix Paul Kühne authored
With v4, the playback no longer needs to have reached the stopped state before releasing.
-