Skip to content
Snippets Groups Projects
  1. Mar 07, 2023
  2. Feb 28, 2023
  3. Feb 08, 2023
  4. Feb 03, 2023
    • Felix Paul Kühne's avatar
      libvlc: use thread_local instead of a work-around in pthread · 05fc6c0a
      Felix Paul Kühne authored
      The previously used workaround that was needed for iOS 8 and the 32bit
      Intel iOS simulator caused low level and hard to reproduce threading
      issues.
      
      This MR restricts the use of the work-around to the 32bit Intel
      simulator and deploys thread_local everywhere else.
      
      This raises the deployment target from iOS 8.4 to 9.0 matching the
      official VLC-iOS version.
      05fc6c0a
  5. Feb 02, 2023
  6. Jan 27, 2023
  7. Jan 19, 2023
  8. Jan 17, 2023
  9. Jan 11, 2023
  10. Dec 20, 2022
  11. Dec 18, 2022
  12. Dec 17, 2022
  13. Dec 15, 2022
  14. 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
  15. Nov 03, 2022
  16. Nov 02, 2022
  17. Oct 28, 2022
  18. Oct 15, 2022
  19. Sep 24, 2022
  20. Sep 20, 2022
  21. Sep 19, 2022
  22. Sep 03, 2022
  23. Aug 20, 2022
  24. Jun 21, 2022
  25. Jun 10, 2022
Loading