- May 15, 2023
-
-
fixes #28132
-
rename variable name to better reflect usecase
-
-
macosx: Remove use of LEFTMARGIN and RIGHTMARGIN macros in prefs_widgets in favour of use of VLCLibraryUIUnits
-
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
- May 14, 2023
-
-
macosx: When hiding unplayed indicator in VLCLibraryCollectionViewItem, also adjust trailing constraints of secondary info label Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
macosx: Add layout constraint for trailing edge of secondary label to superview edge in VLCLibraryCollectionViewItem Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
- May 13, 2023
-
-
From the Android documentation: """ if multiple buffers are sent to the Surface to be rendered at the same VSYNC, the last one will be shown, and the other ones will be dropped. if the timestamp is not "reasonably close" to the current system time, the Surface will ignore the timestamp, and display the buffer at the earliest feasible time. In this mode it will not drop frames. """ So, if the picture date is in the past, render_ts() will display it immediately (unless a future picture with the same VSYNC is pushed just after). If the picture date is more than 1 seconds in the future, render_ts() will behave like render().
-
Felix Paul Kühne authored
Use of SO_REUSEADDR leads to a busy loop within libupnp and very high battery usage. This disables the option and actually fixes its functionality by patching the library. Patch to be upstreamed. According to App Store analytics, this is the most prominent source of high CPU load and battery use, so it could explain #27036
-
-
-
-
-
No functional changes.
-
No functional changes.
-
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: Ensure play instantly button is set to system accent colour if possible in VLCLibrarySongTableCellView Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
Example: "mock://node[2]{video_track_count=1};node_count=4;length=1000000;node[1]{length=2000000}" Will create the following sub items: - input_item_New(mock://length=1000000, submock[0]); - input_item_New(mock://length=2000000, submock[1]); - input_item_New(mock://video_track_count=1, submock[2]); - input_item_New(mock://length=1000000, submock[3]); If specified with node[]{}, a sub item will use the params between "{}". If not specified, all subitems will use the same params from the url (here: "length=1000000"). This will be needed for the future and reworked media_list_player test.
-
To allow early successful return (cf. next commit).
-
- May 12, 2023
-
-
-
-
This is a RGB format with 10 bits per color.
-
We don't want to lose the extra chroma information if possible.
-
root is referenced as Button's Navigation parent but was never set
-
-
-
-
-
-
-
-