- Apr 27, 2019
-
-
Felix Paul Kühne authored
-
- Apr 24, 2019
-
-
Felix Paul Kühne authored
-
- Apr 22, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Apr 21, 2019
-
-
Felix Paul Kühne authored
This custom class allows a plethora of content gravities like its UIKit equivaltent
-
Felix Paul Kühne authored
-
- Apr 20, 2019
-
-
Felix Paul Kühne authored
-
- Apr 19, 2019
-
-
Felix Paul Kühne authored
-
- Apr 15, 2019
-
-
Felix Paul Kühne authored
-
- Apr 14, 2019
-
-
Felix Paul Kühne authored
-
- Apr 13, 2019
-
-
Felix Paul Kühne authored
-
- Apr 11, 2019
-
-
Felix Paul Kühne authored
-
- Apr 10, 2019
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- Apr 04, 2019
-
-
Hugo Beauzée-Luyssen authored
It is not built by default, and there are some security concerns if it would.
-
- Apr 02, 2019
-
-
Steve Lhomme authored
The video-wallpaper/desktop mode is not supported yet.
-
- Mar 29, 2019
-
-
Steve Lhomme authored
For old windows version there's always the GDI fallback.
-
- Mar 20, 2019
-
-
1. code can be shared between access/srt.c and access_output/srt.c 2. created a URL parser for SRT parameters stored in URL Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Mar 12, 2019
-
-
Thomas Guillem authored
Since it's not used and built since a long time
-
- Mar 11, 2019
-
-
Felix Paul Kühne authored
-
- Mar 10, 2019
-
-
Felix Paul Kühne authored
-
- Mar 05, 2019
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Mar 04, 2019
-
-
Rémi Denis-Courmont authored
The fun part has been supported by the rotation filter for 7 years. The serious part should be handled by the GUI and/or the video window, under control of the operating system or windowing system.
-
- Feb 23, 2019
-
-
Rémi Denis-Courmont authored
Originally, XVideo was the HAL for video ("2D") overlay. Nowadays, XVideo is but a backward compatibility wrapper around the 3D hardware for use by legacy applications (notably GLAMOR provides XVideo using OpenGL). VLC supports OpenGL well nowadays, so there is no point in using XVideo.
-
- Feb 08, 2019
-
-
This is since some time a stream filter and not a demuxer anymore, therefore this should be named stream_filter to not cause confusion about that. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Feb 03, 2019
-
-
David authored
This orders existing files into a new directory structure, to group related elements together. The Xcode project is adapted as well and reflects the same structure under macosx. All includes include the subfolders now and are reordered and cleaned up. Existing structure and alphabetic ordering shall be kept.
-
- Feb 01, 2019
-
-
Felix Paul Kühne authored
-
- Jan 31, 2019
-
-
Felix Paul Kühne authored
-
- Jan 30, 2019
-
-
Felix Paul Kühne authored
Use C functions instead of an ObjC singleton for string operations and move all string related operators to a single header/implementation
-
Felix Paul Kühne authored
This is little more than a stub and will serve as a base for the window displaying the new library
-
- Jan 29, 2019
-
-
Felix Paul Kühne 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>
-
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 18, 2018
-
-
David authored
It has been replaced by avaudiocapture module.
-
David authored
This module is a drop-in replacement for the deprecated QTSound module. QTSound is based on QtKit framework, which is long deprecated and does not even exist anymore in current SDKs. It supports the same feature set as QTSound. closes #20883
-
- Nov 15, 2018
-
-
Thomas Guillem authored
This API will replace the usage of input_thread_t from interface modules. The player implementation continue to use input_thread_t in private. The goal is to hide the input_thread_t API when every modules are switched to the player API. TODO (all need to be fixed, for VLC 4.0): - Gapless: API is complete but not implemented (the player can play several medias in a row, but without gapless). - Position callbacks: still using the input_thread_t position that is really imprecise (notified every 250ms minimum, and sometime more, depending on pf_demux implementation). - Seek/discontinuity callbacks: when seeking, the player can still send position of the requested position, the actual position or the next position to come. This leads to UI inconsistency. - OSD messages should be display from input callbacks but it's not possible now since you can't know if the event come from the user or from the core.
-
Thomas Guillem authored
To make room for the new playlist. This playlist_legacy will be removed once all modules are using the new playlist.
-