Skip to content
Snippets Groups Projects
  1. Nov 22, 2021
  2. Nov 19, 2021
  3. Nov 14, 2021
  4. Nov 11, 2021
  5. 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
  6. Jun 29, 2021
  7. Jun 28, 2021
  8. May 15, 2021
  9. Mar 17, 2021
  10. Mar 13, 2021
  11. Mar 12, 2021
  12. Feb 20, 2021
  13. Feb 16, 2021
  14. 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
  15. Jan 31, 2021
  16. Jan 28, 2021
  17. Dec 20, 2020
  18. Oct 27, 2020
  19. Oct 26, 2020
  20. Oct 06, 2020
  21. Sep 27, 2020
  22. Sep 26, 2020
  23. Sep 08, 2020
  24. Sep 01, 2020
Loading