- 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.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Jan 23, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Jan 22, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Use the regular ARMv7 slice on iPhone 5 instead please.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
We no longer lipo here, but let the libvlc script handle all that
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Support for sout statitics was removed in ef4b89c3
-
This removes all the APIs deprecated in the v3 release and thereby previously announced to no longer be present in v4.
-
- Dec 18, 2019
-
-
Edgar Fouillet authored
After some benchmarks, the performance seems to be unaffected by the change.
-
- Nov 25, 2019
-
-
Julien Stalder authored
-
- Nov 20, 2019
-
-
Thomas Guillem authored
Warning, info and error messages were never displayed. Log level values are different between VLC and LibVLC (this is bad), hence the confusion. This commit adapts the behavior expected by VLCKit in order to don't break the API. In addition, print [DBG], [INF], [ERR], [WAR] before the VLC log.
-
- Oct 28, 2019
-
-
There are numerous reason to fail from the init, alloc fail, url invalid UTF8 parsing error. In that case, events were not attached from the init method but were still dettached from dealloc. (cherry picked from commit 22d316bb)
-
- Oct 22, 2019
-
-
Soomin Lee authored
-
Soomin Lee authored
-
- Oct 14, 2019
-
-
Marvin Scholz authored
Fix #305 Fix #303
-
- Jul 23, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Jul 22, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This fixes #288
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
marq is a fundamental part of the libvlc API whereas logger defines the 'quiet' variable which is used across numerous modules and may cause pseudo-random corruption crashes when not initialized. This fixes #289
-
Felix Paul Kühne authored
This solves the linking issue with dav1d, which is therefore re-enabled (fixes #287)
-
Felix Paul Kühne authored
-