Skip to content
Snippets Groups Projects
  1. May 15, 2023
  2. May 10, 2023
  3. Apr 21, 2023
  4. Apr 20, 2023
  5. Mar 10, 2023
  6. Mar 07, 2023
  7. Feb 28, 2023
  8. Feb 08, 2023
  9. 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
  10. Feb 02, 2023
  11. Jan 27, 2023
  12. Jan 19, 2023
  13. Jan 17, 2023
  14. Jan 11, 2023
  15. Dec 20, 2022
  16. Dec 18, 2022
  17. Dec 17, 2022
  18. Dec 15, 2022
  19. 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
  20. Nov 03, 2022
  21. Nov 02, 2022
  22. Oct 28, 2022
  23. Oct 15, 2022
  24. Sep 24, 2022
  25. Sep 20, 2022
  26. Sep 19, 2022
  27. Sep 03, 2022
Loading