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
  • 4.0.0a1
    7a683437 · Expand NEWS for v4 ·
    VLCKit 4.0.0a1
    
    This is a very first alpha build, notably to test the changes we have within the VLC-iOS context and to update VLCMediaLibraryKit.
    
    It includes the following changes that will further expand as we approach VLC 4.0 in its final release:
    - Remove support for ARMv7s, use the regular ARMv7 slice instead
    - Removed all API deprecated in version 3
    - Rename buildMobileVLCKit to compileAndBuildVLCKit
    - using libvlc HEAD leading to v4
    - unified Xcode project for all 3 flavors of the framework
    - new metadata API
    - new track management and selection API
    - support for two subtitles tracks at the same time
    - new clock, time and position management with much greater precision
        - this allows subsecond seek intervals
    - removed support to compile VLCKit as a static framework
    - disabled bitcode support by default for tvOS
    - improved nullability annotations
    - improved debug logging API
    - rewritten event management
    - fully exposed libvlc C API
    - Use NSDateComponents API for VLCTime.verboseStringValue
  • 4.0.0a2
    VLCKit 4.0.0a2
    
    This is a second, still very early alpha build, notably to test the changes we have within the VLC-iOS context and to update VLCMediaLibraryKit.
    
    It includes the following changes that will further expand as we approach VLC 4.0 in its final release:
    - Remove support for ARMv7s, use the regular ARMv7 slice instead
    - Removed all API deprecated in version 3
    - Rename buildMobileVLCKit to compileAndBuildVLCKit
    - using libvlc HEAD leading to v4
    - unified Xcode project for all 3 flavors of the framework
    - new metadata API
    - new track management and selection API
    - support for two subtitles tracks at the same time
    - new clock, time and position management with much greater precision
       - this allows subsecond seek intervals
    - removed support to compile VLCKit as a static framework
    - disabled bitcode support by default for tvOS
    - improved nullability annotations
    - improved debug logging API
    - rewritten event management
    - fully exposed libvlc C API
    - Use NSDateComponents API for VLCTime.verboseStringValue
    - new return value for mediaPlayerStateChanged
    - new stereo mode and audio mix configuration API
    - new statistics API, also introduced to version 3.6.0