Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 29, 2021
  3. Jun 28, 2021
  4. May 15, 2021
  5. Mar 17, 2021
  6. Mar 13, 2021
  7. Mar 12, 2021
  8. Feb 20, 2021
  9. Feb 16, 2021
  10. Feb 01, 2021
    • Alexandre Janniaux's avatar
      VLCMediaPlayer: add initWithLibrary · 77141ee2
      Alexandre Janniaux authored and Felix Paul Kühne's avatar Felix Paul Kühne committed
      There is already initWithLibVLCInstance but it's using an existing
      player instance, and initWithDrawable:options: which initialize a
      new libvlc instance.
      
      Initializing from an existing VLCLibrary allows sharing the VLCLibrary
      among multiple VLCMediaPLayer and setting up logger callback on an
      instance basis before allocating the VLCMediaPlayer.
      77141ee2
  11. Jan 31, 2021
  12. Jan 28, 2021
  13. Dec 20, 2020
  14. Oct 27, 2020
  15. Oct 26, 2020
  16. Oct 06, 2020
  17. Sep 27, 2020
  18. Sep 26, 2020
  19. Sep 08, 2020
  20. Sep 01, 2020
  21. Aug 21, 2020
  22. Aug 20, 2020
  23. Aug 19, 2020
  24. Aug 01, 2020
Loading