Skip to content
Snippets Groups Projects
  1. Dec 07, 2021
  2. Dec 02, 2021
    • Felix Paul Kühne's avatar
      VLCKit: use a designated module map and exclude C interface · f5b8d63e
      Felix Paul Kühne authored
      This excludes libvlc's C interface from the module map fixing warnings
      in swift projects that its headers were not part of the umbrella header,
      which is the expected behavior.
      
      The C interface can still be used by using its own designated umbrella
      header with a #import <VLCKit/vlc/vlc.h> statement.
      
      This fixes #561.
      f5b8d63e
  3. Nov 25, 2021
  4. Nov 22, 2021
  5. Nov 10, 2021
  6. Nov 09, 2021
  7. Nov 05, 2021
  8. Oct 24, 2021
  9. Oct 20, 2021
  10. Oct 17, 2021
  11. Oct 15, 2021
  12. Sep 16, 2021
  13. Jul 22, 2021
    • Felix Paul Kühne's avatar
      media player: fix crash on dealloc · e35be3cf
      Felix Paul Kühne authored
      When initializing the player with a custom VLCLibrary, the libvlc
      instance was so far not retained, but released on dealloc, which was
      leading to a crash.
      
      Fixes #489.
      e35be3cf
  14. Jul 15, 2021
  15. Jun 29, 2021
  16. Jun 28, 2021
Loading