Skip to content
Snippets Groups Projects
  1. Nov 05, 2018
    • Sergio Ammirata's avatar
      access: add RIST module · 2cb6e845
      Sergio Ammirata authored and Thomas Guillem's avatar Thomas Guillem committed
      
      RIST for the Reliable Internet Stream Transport Protocol
      
      The implementation follows the Video Services Forum (VSF) Technical
      Recommendation TR-06 which defines an ARQ based UDP transmission protocol
      for real-time streaming over lossy networks (internet, wifi, etc).
      
      Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
      2cb6e845
  2. Oct 01, 2018
  3. Sep 05, 2018
  4. Jul 20, 2018
  5. Jul 19, 2018
  6. Jul 17, 2018
  7. Jul 15, 2018
    • Rémi Denis-Courmont's avatar
      lib: remove VLM API · 3de6692c
      Rémi Denis-Courmont authored
      There does not appear to be any real user. The "broadcast"
      functionality can be reproduced more simply with the LibVLC media
      player API. The "VoD" functionality does not make much sense outside of
      the VLC executable process.
      3de6692c
  8. Jul 11, 2018
  9. Jul 09, 2018
  10. Jun 22, 2018
  11. Jun 13, 2018
  12. Jun 10, 2018
  13. Jun 09, 2018
  14. May 20, 2018
  15. May 04, 2018
  16. May 03, 2018
  17. Apr 18, 2018
  18. Mar 18, 2018
  19. Mar 16, 2018
  20. Feb 20, 2018
  21. Feb 02, 2018
  22. Dec 16, 2017
  23. Dec 10, 2017
  24. Nov 30, 2017
  25. Nov 24, 2017
  26. Nov 23, 2017
  27. Oct 08, 2017
  28. Aug 31, 2017
  29. Aug 30, 2017
    • Thomas Guillem's avatar
      gl: fix incorrect plugin dependencies · fc4114f4
      Thomas Guillem authored
      The GL/GLES2 plugins doesn't depends anymore on X11, WAYLAND, VAAPI or other
      hardware libs.
      
      Move all converters (that were built in GL plugins) in separate plugins, with a
      "glconv" plugin capability. This new type of module will be loaded by GL
      plugins when a video format is opaque. Otherwise, the built-in software
      converter (that handle RGB,YUV,YXZ12) will be used.
      
      Each new converters plugins depends only on hardware libs like VAAPI-X11,
      VAAPI-WL. These news plugins don't depend on Open GL / GLES2. Therefore, one
      glconv plugin can be used by a GL and a GLES2 plugin.
      
      Fixes #18575
      fc4114f4
  30. Aug 09, 2017
Loading