- Aug 28, 2019
-
-
Felix Paul Kühne authored
Closes #19838
-
Felix Paul Kühne authored
This way, you can cycle between the playback modes like with the Qt interface. Note that the key equivalent was changed to VLC's default This addresses #10897.
-
- Aug 27, 2019
-
-
François Cartegnie authored
-
François Cartegnie authored
Non iso level 1 can be forged, and dvdnav does not check
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
not thread safe on deletion
-
François Cartegnie authored
-
François Cartegnie authored
-
Thomas Guillem authored
Only used for the UI test (not run by default)
-
It fixes the following warning: ‘%4s’ directive argument is null [-Wformat-overflow=] Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Aug 26, 2019
-
-
Thomas Guillem authored
-
Thomas Guillem authored
Document that vlc_player_t functions should not be called from these callbacks. A player function could trigger an action on the vout/aout and cause a callback to be called => deadlock. Remove the vlc_player_t * argument, it was never used. Add the audio_output_t *argument for aout callbacks. It's not currently used, it is added as symmetry with vout callbacks.
-
Thomas Guillem authored
Since input_preparser_Push() is necessarilly called from vlc_MetadataRequest().
-
Thomas Guillem authored
libvlc_media_fetch_local = 0, this mean the preparser is always used, therefore meta should be only fetched from the preparser.
-
Thomas Guillem authored
Reminder of the current behavior: the meta fetcher is either always triggered after the preparser is finished or manually. This commit aims to give more controls so that the meta fetcher is not necessarily triggered after a preparsng. The current behavior of macOS/playlist/mediatree is unchanged (the components touching the preparser). Here are the API changes for libvlc_MetadataRequest(): - Can't be called without a valid META_REQUEST_OPTION_SCOPE_* flag - The flag META_REQUEST_OPTION_SCOPE_* is not fetching meta anymore. Use (META_REQUEST_OPTION_SCOPE_*|META_REQUEST_OPTION_FETCH_*) to fetch meta when the preparsing ends. libvlc_ArtRequest(): - Can't be called without a valid META_REQUEST_OPTION_FETCH_* flag. - The META_REQUEST_OPTION_FETCH_NETWORK flag will now only fetch meta via network. libvlc_media_parse_with_options(): - The flag libvlc_media_parse_* is not fetching meta anymore. Use libvlc_media_fetch_* to fetch meta when the preparsing ends. - The libvlc_media_fetch_network flag will now only fetch meta via network.
-
Thomas Guillem authored
Yes, some artists can have multiple albums with the same name, cf. https://www.discogs.com/fr/artist/700759-The-Spits?filter_anv=0&subtype=Albums&type=Releases This doesn't solve the problem if such artists produce more than one album per year.
-
Thomas Guillem authored
-
- Aug 23, 2019
-
-
Felix Paul Kühne authored
-
Leftover from fd38297c, to remove configuration parameter from vout window module activation callback. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Aug 22, 2019
-
-
Felix Paul Kühne authored
-
Steve Lhomme authored
There's only one texture create for all planes. Fixes CPU NV12 displaying.
-
Steve Lhomme authored
For those texture format that can be mapped to CPU (or UNKNOWN which we map ourselves).
-
- Aug 21, 2019
-
-
François Cartegnie authored
refs can exist without dest being metadata regression by 95c46854
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add a highlight color to easily identify which button is going to be active when you start DND. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add the miniplayer tab and toolbar to the editor Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add support to make miniplayer toolbar editable Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Switch to tab layout to support more configs in future Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add the tab button for the editor Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Separate DND view from editor into a file. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Populate miniplayer from its config Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Move player buttons layout to another qml file to use it in future by miniplayer. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-