- 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
-
- Jul 19, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This removes API explicitly deprecated in v3
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
otherwise, the logs will be unreadable, so this option is useless
-
Felix Paul Kühne authored
This raises the minimal iOS version to 9.0. tvOS and macOS are unchanged.
-
- Jul 12, 2019
-
-
Felix Paul Kühne authored
-
- Jun 24, 2019
-
-
Soomin Lee authored
-
- May 13, 2019
- May 10, 2019
- May 09, 2019
-
-
Carola authored
This removes bugs where urls were wrongly double encoded, instead the App needs to ensure that the URL is percent encoded if needed
-
- Mar 29, 2019
-
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
- Mar 27, 2019
-
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
Soomin Lee authored
-
- Mar 25, 2019
-
-
Fix transcode pipeline when using passthrough for the video track, for example when using chromecast which doesn't try to convert the video track. Thus, it also fixes the playback of correct h264 stream on chromecast. This was a regression from 553a5da7 due to patch transcode-add-support-for-multiple-venc-parameters.
-
- Mar 12, 2019
-
-
Soomin Lee authored
-
- Mar 11, 2019
-
-
Soomin Lee authored
-
Soomin Lee authored
-
- Mar 07, 2019
-
-
Soomin Lee authored
-