- Mar 27, 2023
-
-
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
-
- Sep 23, 2022
-
-
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.
-
- Sep 16, 2022
-
-
Thomas Guillem authored
DirectSound is obsolete after Windows 7. VLC 4.0 will target Windows 7. Fixes #27321
-
- Jun 03, 2022
-
-
The Linux fbdev subsystem has been deprecated for more than a decade as there are better options available now.
-
- Mar 05, 2022
-
-
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.
-
- Dec 01, 2021
-
-
Rémi Denis-Courmont authored
-
- Oct 21, 2021
-
-
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.
-
- Jun 18, 2021
-
-
Tristan Matthews authored
-
- Apr 18, 2021
-
-
Jean-Baptiste Kempf authored
-
- Jan 18, 2021
-
-
Jean-Baptiste Kempf authored
-
- Oct 17, 2020
-
-
Tristan Matthews authored
-
- Oct 09, 2020
-
-
Marvin Scholz authored
-
- Oct 04, 2020
-
-
Rémi Denis-Courmont authored
-
- Sep 27, 2020
-
-
Rémi Denis-Courmont authored
This passes every HTTP(S) URL through YoutubeDL to extract playlists or media.
-
- Jun 10, 2020
-
-
Steve Lhomme authored
-
- Apr 28, 2020
-
-
Jean-Baptiste Kempf authored
-
- Mar 04, 2020
-
-
Steve Lhomme authored
This is Win7+ only but that's all we support in 4.0.
-
- Jan 10, 2020
-
-
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
- Dec 20, 2019
-
-
Rémi Denis-Courmont authored
-
- Dec 09, 2019
-
-
Marvin Scholz authored
-
- Oct 01, 2019
-
-
Thomas Guillem authored
-
- Sep 18, 2019
-
-
Steve Lhomme authored
-
- Jul 19, 2019
-
-
François Cartegnie authored
Potentially moving GB of data isn't a good idea on slow flash devices.
-
- Jun 28, 2019
-
-
Tristan Matthews authored
-
- Jun 27, 2019
-
-
Thomas Guillem authored
-
- Jun 25, 2019
-
-
François Cartegnie authored
-
- May 31, 2019
-
-
François Cartegnie authored
deprecates CDDB which has too low entropy for lookups
-
François Cartegnie authored
best way to kill your speakers
-
- May 15, 2019
-
-
Rémi Denis-Courmont authored
-
- Apr 21, 2019
-
-
Felix Paul Kühne authored
-
- Apr 11, 2019
-
-
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
- Feb 18, 2019
-
-
Jean-Baptiste Kempf authored
-
- Jan 10, 2019
-
-
Add support for casting to a DLNA Media Renderers implementing the AVTransport service with the initial support of the default media format. Signed-off-by: Thomas Guillem <thomas@gllm.fr> Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Dec 19, 2018
-
-
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.
-
- Nov 19, 2018
-
-
François Cartegnie authored
-
- Nov 18, 2018
-
-
David authored
-
- Nov 05, 2018
-
-
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: Thomas Guillem <thomas@gllm.fr>
-
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: Thomas Guillem <thomas@gllm.fr>
-
- Sep 24, 2018
-
-
David authored
As discussed, 10.11 is needed to use the updated collection view API for the UI overhaul.
-
- Sep 14, 2018
-
-
Felix Paul Kühne authored
-