Skip to content
Snippets Groups Projects
  1. Mar 27, 2023
    • nurupo's avatar
      plugin: add HTML help · faf8b85a
      nurupo authored and Steve Lhomme's avatar Steve Lhomme committed
      HTML help that is shown instead of the plain help text where appropriate
      and supported by the interface. The command-line help output and the Qt
      GUI plugin tooltips show the plain help text, while the Qt GUI plugin
      preferences page displays the HTML help, if available, falling back to
      displaying the plain help otherwise.
      
      Allows to present the help text in a more structured and expressive way.
      Also useful for out-of-tree plugins, in case they want to link to
      plugin's home page, bug tracker, donation page, etc.
      
      For the supported HTML subset, see
      https://doc.qt.io/qt-6/richtext-html-subset.html
      
      Fixes #27798
      faf8b85a
  2. Sep 23, 2022
    • Rémi Denis-Courmont's avatar
      vdpau: remove display plugin · aafc91c5
      Rémi Denis-Courmont authored
      There were two purposes to this as a better alternative to XVideo:
       - video surfaces pass-through in GPU in case of hardware decoding,
       - scaled SPU blending in both software and hardware decoding cases.
      
      Both functions are now supported with higher priority by the OpenGL
      video output. Also the software case no longer works at all anyway.
      aafc91c5
  3. Sep 16, 2022
  4. Jun 03, 2022
    • Sean McGovern's avatar
      fb: remove support · 2999e6a0
      Sean McGovern authored and Steve Lhomme's avatar Steve Lhomme committed
      The Linux fbdev subsystem has been deprecated for more than a decade as there are better options available now.
      2999e6a0
  5. Mar 05, 2022
    • Steve Lhomme's avatar
      libvlc: disable OSD by default · 4efd9096
      Steve Lhomme authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      Most libvlc usage means displaying the video in their own UI with their own
      style. We should not push our OSD style by default. It can still be added
      back with an "osd" parameter when calling libvlc_new().
      
      Keep the OSD on Desktop builds, although with the Qt integration it may be
      better to do it in the UI layer as well.
      4efd9096
  6. Dec 01, 2021
  7. Oct 21, 2021
    • Romain Vimont's avatar
      video_filter: add formatcrop filter · 22775b88
      Romain Vimont authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      This filter crops the input pictures by adjusting the format (offsets
      and size), without any copy (contrary to croppadd).
      
      This is especially useful to receive pictures with arbitrary visible
      area (smaller than the full size), to debug vouts or filters.
      22775b88
  8. Jun 18, 2021
  9. Apr 18, 2021
  10. Jan 18, 2021
  11. Oct 17, 2020
  12. Oct 09, 2020
  13. Oct 04, 2020
  14. Sep 27, 2020
  15. Jun 10, 2020
  16. Apr 28, 2020
  17. Mar 04, 2020
  18. Jan 10, 2020
  19. Dec 20, 2019
  20. Dec 09, 2019
  21. Oct 01, 2019
  22. Sep 18, 2019
  23. Jul 19, 2019
  24. Jun 28, 2019
  25. Jun 27, 2019
  26. Jun 25, 2019
  27. May 31, 2019
  28. May 15, 2019
  29. Apr 21, 2019
  30. Apr 11, 2019
  31. Feb 18, 2019
  32. Jan 10, 2019
  33. Dec 19, 2018
    • Rémi Denis-Courmont's avatar
      xcb/render: X11 RENDER display plugin · 19c8c3a7
      Rémi Denis-Courmont authored
      This brings the modern (well, at least current) X11 rendering protocol
      for video output (refs #12348).
      
      Compared to plain X11, it can handle scaling and orientation.
      Compared to XVideo, it can handle orientation, and can crop correctly
      (without bleeding), but it expects packed RGB rather than YCbCr.
      
      Also RENDER would be able to handle SPU blending (and SPU scaling),
      though this is left for future work, which neither X11 nor XVideo can.
      19c8c3a7
  34. Nov 19, 2018
  35. Nov 18, 2018
  36. Nov 05, 2018
    • Sergio Ammirata's avatar
      access_out: add RIST module · b504fabc
      Sergio Ammirata authored and Thomas Guillem's avatar Thomas Guillem committed
      
      RIST for Reliable Internet Stream Transport (RIST) 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>
      b504fabc
    • 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
  37. Sep 24, 2018
  38. Sep 14, 2018
Loading