Skip to content
Snippets Groups Projects
  1. Oct 01, 2018
  2. Sep 05, 2018
  3. Jul 20, 2018
  4. Jul 19, 2018
  5. Jul 17, 2018
  6. 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
  7. Jul 11, 2018
  8. Jul 09, 2018
  9. Jun 22, 2018
  10. Jun 13, 2018
  11. Jun 10, 2018
  12. Jun 09, 2018
  13. May 20, 2018
  14. May 04, 2018
  15. May 03, 2018
  16. Apr 18, 2018
  17. Mar 18, 2018
  18. Mar 16, 2018
  19. Feb 20, 2018
  20. Feb 02, 2018
  21. Dec 16, 2017
  22. Dec 10, 2017
  23. Nov 30, 2017
  24. Nov 24, 2017
  25. Nov 23, 2017
  26. Oct 08, 2017
  27. Aug 31, 2017
  28. 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
  29. Aug 09, 2017
  30. Aug 06, 2017
    • Rémi Denis-Courmont's avatar
      sdl: remove video output · 4b8a2755
      Rémi Denis-Courmont authored
      The SDL video output has been forcefully disabled on MacOS X for 12
      years. It has also been disabled in Windows builds for over 6 years.
      Finally, it has been broken on X11 due to lack of windowing
      integration, for several years, cannot be fixed without changes to
      the SDL API, and is completely useless.
      4b8a2755
Loading