Skip to content
Snippets Groups Projects
  1. Apr 14, 2022
  2. Apr 13, 2022
  3. Mar 30, 2022
    • Maxime Chapelet's avatar
      Fix import statements · c7f4789d
      Maxime Chapelet authored
      Many quotation mark imports have been replaced with angle brackets to fix Xcode editor issues with tvOS target.
      Some imports in header files were also replaced by forward declarations.
      Moreover some tvOS platform specific macros has been added to fix compilation issues introduced with these changes.
      
      Forward port !150
      c7f4789d
  4. Mar 18, 2022
  5. Mar 16, 2022
  6. Mar 08, 2022
  7. Jan 09, 2022
  8. Jan 07, 2022
  9. Nov 22, 2021
  10. Nov 19, 2021
  11. Nov 14, 2021
  12. Nov 11, 2021
  13. Sep 14, 2021
    • Alexandre Janniaux's avatar
      VLCTime: add clock and delay from LibVLC · c80cbc23
      Alexandre Janniaux authored
      [VLCTime clock] will match libvlc_clock() and
      [VLCTime delay:ts] will match libvlc_delay(ts).
      
      They are returning and taking int64_t as parameter, much like libvlc
      itself, so as to avoid allocation of the VLCTime wrapper.
      c80cbc23
  14. Jun 29, 2021
  15. Jun 28, 2021
  16. May 15, 2021
  17. Mar 17, 2021
  18. Mar 13, 2021
Loading