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