Skip to content
Snippets Groups Projects
  1. Jan 27, 2023
  2. Jan 19, 2023
  3. Jan 17, 2023
  4. Jan 11, 2023
  5. Dec 20, 2022
  6. Dec 18, 2022
  7. Dec 17, 2022
  8. Dec 15, 2022
  9. Dec 12, 2022
    • Felix Paul Kühne's avatar
      VLCKit.h: expose VLCDialogProvider · a7d97dd7
      Felix Paul Kühne authored
      The class and the associated protocol was previously not exposed on
      macOS as part of the umbrella header while the header itself was
      shipped, so the API was hidden from swift relying on the module map.
      
      Additionally, this reorders the header content to make it easier to
      compare with the iOS counterpart.
      a7d97dd7
  10. Nov 03, 2022
  11. Nov 02, 2022
  12. Oct 28, 2022
  13. Oct 15, 2022
  14. Sep 24, 2022
  15. Sep 20, 2022
  16. Sep 19, 2022
  17. Sep 03, 2022
  18. Aug 20, 2022
  19. Jun 21, 2022
  20. Jun 10, 2022
  21. May 30, 2022
  22. May 13, 2022
  23. May 12, 2022
  24. May 11, 2022
  25. May 09, 2022
  26. May 06, 2022
    • Felix Paul Kühne's avatar
      VLCMediaList: re-write the added/removed methods · 068e927d
      Felix Paul Kühne authored
      This replaces the use of VLCEventManager to execute events on the main
      thread with a libdispatch based approach, which simplifies the code and
      makes it slightly more efficient.
      
      Additionally, this deploys VLCMedia's own comparison mechanism to
      determine equality instead of NSURL and removes a potential runtime
      exception.
      3.4.1b8
      068e927d
Loading