- Jan 03, 2024
-
-
till busch authored
add an option in advanced settings to switch the behaviour of media keys
-
... and use the default `z` and `opacity` value
-
-
-
-
-
Like it is already done for vout and aout. Refs #28446 Refs #28429
-
- Dec 29, 2023
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Fix crash on placeholder constraint creation for home view placeholder caused by bad variable binding dictionary Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
-
-
- Dec 27, 2023
-
-
- Dec 25, 2023
-
-
It was only used by input_item.
-
-
-
-
-
vlc_events.h will be removed. vlc_events.h, that is included by vlc_input_item.h, includes vlc_arrays.h
-
vlc_events.h will be removed. vlc_events.h, that is included by vlc_input_item.h, includes vlc_arrays.h
-
vlc_events.h will be removed. vlc_events.h, that is included by vlc_input_item.h, includes vlc_arrays.h
-
vlc_events.h will be removed. vlc_events.h, that is included by vlc_input_item.h, includes vlc_arrays.h
-
vlc_events.h will be removed. vlc_events.h, that is included by vlc_input_item.h, includes vlc_common.h indirectly.
-
Not used anymore, use vlc_player_cbs.on_length_changed or vlc_metadata_cbs.on_preparse_ended to get notified when duration changes.
-
-
-
-
From the player, listen to vlc_player_cbs.on_length_changed. From the parser, listen to vlc_metadata_cbs.on_preparse_ended. This event will be send only one time from the parser. This event can be send several time (when the demux is updating the length) from the player.
-
Not listened anymore. Use vlc_player_cbs.on_media_meta_changed or vlc_metadata_cbs.on_preparse_ended to get notified when meta changes.
-
From the player, listen to vlc_player_cbs.on_media_meta_changed. From the parser, listen to vlc_metadata_cbs.on_preparse_ended. This event will be send only one time from the parser for all meta types. This event can be send several time (when the demux is updating meta) from the player, for all meta types.
-
This is only possible when using the item event manager, but not possible with the parser and player.
-
Not listened anymore. Use vlc_player_cbs.on_media_meta_changed or vlc_metadata_cbs.on_preparse_ended to get notified when the media is parsed.
-
-
Never listened. Use vlc_metadata_cbs.on_attachments_added to get notified when new infos are updated.
-
Not used anymore.
-