- Apr 13, 2021
-
-
Pierre Ynard authored
-
- Apr 06, 2021
-
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
This patch brings a QML dialog to replace the removed dialog. It should also fix the dialog looking weird issue #25575 / #25575 Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
WindowDialog is a wrapper of QtQuick.Window which provides a simple base for qml based dialogs. It is intended to be an alternative to Qt.labs.platform Dialog and Qt Quick Controls 2 Dialog. Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
the hybrid (native dialog + qml context) toolbar editor dialog has a lot of drawbacks and causes many problems. A proper QML dialog for the toolbar editor is going to replace the hybrid (old) one. Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
- Mar 15, 2021
-
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
- Feb 23, 2021
-
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
- Jan 29, 2021
-
-
Alexandre Janniaux authored
Now that the Core Animation layer baked EAGL implementation is available as an usual vlc_gl_t opengl es2 provider, and that the UI interaction with the UIView has been moved to a specific vout window module, we don't need a specific display code for OpenGL on iOS and can rely on the usual linux/android module.
-
- Jan 25, 2021
-
-
The header is called medialibrary.h. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Jan 18, 2021
-
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Jan 12, 2021
-
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
This makes Playlist directory naming more consistent. It also prevents confusion with the PlaylistItem class in backend. Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
- Jan 04, 2021
-
-
"Continue watching" section with list of videos the user started playing added at the top of the "Video" section. Scrolling the "Video" page is performed on all area vertically. Scrolling the "Continue watching" section is horizontal. In order to preserve loading items on scrolling the content the Continue watching video section inserted at the top as header of grid view and of list view. Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
- Dec 18, 2020
-
-
Pierre Lamot authored
-
- Oct 28, 2020
-
-
Pierre Lamot authored
Recent medias are now stored in the medialibrary.
-
- Oct 17, 2020
-
-
Tristan Matthews authored
-
- Oct 16, 2020
-
-
Rémi Denis-Courmont authored
(no functional changes)
-
- Oct 15, 2020
-
-
Pierre Lamot authored
it is no longer dependant of the medialibrary
-
- Oct 12, 2020
-
-
Pierre Lamot authored
-
- Oct 09, 2020
-
-
Marvin Scholz authored
Most of the codecs that are supported by this module are already supported by FFmpeg anyway and its quite heavy dependency-wise (needing SDL and SDL_image). Instead, rely on avcodec and remove this module.
-
- Oct 04, 2020
-
-
Rémi Denis-Courmont authored
-
- Sep 28, 2020
-
-
Rémi Denis-Courmont authored
We are "AWARE that this currently doesn't do anything. It just reads the file and prints the values to debug." Derk-Jan was to "see if [he] can get a stream running" on 1 Sep 2005. I guess he couldn't.
-
- Sep 27, 2020
-
-
Rémi Denis-Courmont authored
This passes every HTTP(S) URL through YoutubeDL to extract playlists or media.
-
- Aug 14, 2020
-
-
Marvin Scholz authored
-
- Jul 17, 2020
-
-
Steve Lhomme authored
The internal call definitions using vout_thread_private_t are moved to vout_private.h as well. The object and storage structure are now separated for these calls.
-
- Jun 03, 2020
-
-
Pierre Lamot authored
-
- May 18, 2020
-
-
Steve Lhomme authored
-
- May 11, 2020
-
-
Steve Lhomme authored
No functional changes.
-
- May 07, 2020
-
-
David authored
The mentioned security setting is relevant for accessing external media like RAW block devices (/dev/xxx), which is one of the main use cases for this module (modern Macs do not have internal optical drives anymore). Probe for this case explicitly to inform the user how to get access. This is only relevant starting with macOS Catalina.
-