Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 16, 2022
  3. 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
  4. 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
  5. Dec 01, 2021
  6. 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
  7. Jun 18, 2021
  8. Apr 18, 2021
  9. Jan 18, 2021
  10. Oct 17, 2020
  11. Oct 09, 2020
  12. Oct 04, 2020
  13. Sep 27, 2020
  14. Jun 10, 2020
  15. Apr 28, 2020
  16. Mar 04, 2020
  17. Jan 10, 2020
  18. Dec 20, 2019
  19. Dec 09, 2019
  20. Oct 01, 2019
  21. Sep 18, 2019
  22. Jul 19, 2019
  23. Jun 28, 2019
  24. Jun 27, 2019
  25. Jun 25, 2019
  26. May 31, 2019
  27. May 15, 2019
  28. Apr 21, 2019
  29. Apr 11, 2019
  30. Feb 18, 2019
  31. Jan 10, 2019
  32. 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
  33. Nov 19, 2018
  34. Nov 18, 2018
  35. 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
  36. Sep 24, 2018
  37. Sep 14, 2018
  38. Sep 05, 2018
Loading