Skip to content
Tags give the ability to mark specific points in history as being important
  • 3.6.0b4
    VLCKit 3.6.0b4
    - update to libvlc 3.0.19 (pre-release)
    - add new equalizer API and deprecate the previous
    - add new statistics API to VLCMedia and deprecate the previous
    - fix equalizer state
    - fix distribution of VLCDialogProvider.h on macOS solving compilation issue in swift enabled projects
    - improve threading on 64bit platforms
    - fix audio rendering regression
    - fix UPnP busy loop on iOS and tvOS
  • 3.6.0b5
    VLCKit 3.6.0b5
    - update to libvlc 3.0.19 (pre-release)
    - add new equalizer API and deprecate the previous
    - add new statistics API to VLCMedia and deprecate the previous
    - fix equalizer state
    - fix distribution of VLCDialogProvider.h on macOS solving compilation issue in swift enabled projects
    - improve threading on 64bit platforms
    - fix audio rendering regression
    - fix UPnP busy loop on iOS and tvOS
  • 3.6.0b6
    VLCKit 3.6.0b6
    - update to libvlc 3.0.19 (pre-release)
    - add new equalizer API and deprecate the previous
    - add new statistics API to VLCMedia and deprecate the previous
    - fix equalizer state
    - fix distribution of VLCDialogProvider.h on macOS solving compilation issue in swift enabled projects
    - improve threading on 64bit platforms
    - fix audio rendering regression
    - iterate on UPnP busy loop fix
    - backport new event manager from the master branch
  • 3.6.0b7
    VLCKit 3.6.0b7
    - update to libvlc 3.0.19 (pre-release)
    - add new equalizer API and deprecate the previous
    - add new statistics API to VLCMedia and deprecate the previous
    - fix equalizer state
    - fix distribution of VLCDialogProvider.h on macOS solving compilation issue in swift enabled projects
    - improve threading on 64bit platforms
    - fix audio rendering regression
    - iterate on UPnP busy loop fix
    - backport new event manager from the master branch
    - expose API to modify the event configuration at runtime
  • 3.6.0b8
    VLCKit 3.6.0b8
    - update to libvlc 3.0.19 (pre-release)
    - add new equalizer API and deprecate the previous
    - add new statistics API to VLCMedia and deprecate the previous
    - fix equalizer state
    - fix distribution of VLCDialogProvider.h on macOS solving compilation issue in swift enabled projects
    - improve threading on 64bit platforms
    - fix audio rendering regression
    - iterate on UPnP busy loop fix
    - backport new event manager from the master branch
    - expose API to modify the event configuration at runtime
  • 3.6.0b9
    VLCKit 3.6.0b9
    - update to libvlc 3.0.19 (pre-release)
    - add new equalizer API and deprecate the previous
    - add new statistics API to VLCMedia and deprecate the previous
    - fix equalizer state
    - fix distribution of VLCDialogProvider.h on macOS solving compilation issue in swift enabled projects
    - improve threading on 64bit platforms
    - fix audio rendering regression
    - iterate on UPnP busy loop fix
    - backport new event manager from the master branch
    - expose API to modify the event configuration at runtime
    - fix instant crash on iOS 9 introduced in last beta
  • 3.6.0b10
    VLCKit 3.6.0b10
    - update to libvlc 3.0.19 (pre-release)
    - add new equalizer API and deprecate the previous
    - add new statistics API to VLCMedia and deprecate the previous
    - fix equalizer state
    - fix distribution of VLCDialogProvider.h on macOS solving compilation issue in swift enabled projects
    - improve threading on 64bit platforms
    - fix audio rendering regression
    - fix UPnP busy loop
    - backport new event manager from the master branch
    - expose API to modify the event configuration at runtime
    - fix instant crash on iOS 9 introduced in last beta
    - fix crashes when using the list player and memory leaks
    - remove abort() when leaking event handlers
  • 3.6.0b11
    VLCKit 3.6.0b11
    - update to libvlc 3.0.21 (pre-release)
    - add new equalizer API and deprecate the previous
    - add new statistics API to VLCMedia and deprecate the previous
    - fix equalizer state
    - fix distribution of VLCDialogProvider.h on macOS solving compilation issue in swift enabled projects
    - improve threading on 64bit platforms
    - fix audio rendering regression
    - fix UPnP busy loop
    - backport new event manager from the master branch
    - expose API to modify the event configuration at runtime
    - fix instant crash on iOS 9 introduced in last beta
    - fix crashes when using the list player and memory leaks
    - remove abort() when leaking event handlers
    - fix background thread use on macOS when accessing AppKit