- Dec 28, 2020
-
-
François Cartegnie authored
-
- Dec 21, 2020
-
-
Thomas Guillem authored
And not when it is created.
-
Thomas Guillem authored
Calling vout functions that need to Hold the vout_control will deadlock if the vout is not yet started.
-
Thomas Guillem authored
If the pool allocation fails or if the vout fails to start (via input_resource_RequestVout()), an error is returned from decoder_UpdateVideoFormat(). The next call to decoder_UpdateVideoFormat() will return a success because the vctx will be the same since only this variable is checked to detect a vout change. To fix this issue, clean the owner->fmt and release the vctx when returning an error.
-
- Dec 19, 2020
-
-
Rémi Denis-Courmont authored
The condition variable was shared across all variables of a given object to save space, but it ends up waking up the wrong waiting threads. vlc_cond_t is not as large as it used to be. In fact, it could be as small as a single pointer: if we required holding the mutex during signal/broadcast. The nested mutex is only there to handle unprotected signalling.
-
- Dec 18, 2020
-
-
Hugo Beauzée-Luyssen authored
The content is always owned by the called, and since the ArtCacheCreateDir doesn't change the string content, we can simply use the string passed in parameter without any need for a copy
-
Hugo Beauzée-Luyssen authored
The folder is always owned by the caller, so we can modify it directly and save a copy per folder level
-
Hugo Beauzée-Luyssen authored
It's not in any other file
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Felix Paul Kühne authored
With the currently used version neither native nor cross-compilation appears to be supported.
-
- Dec 17, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
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>
-
fixes DropShadow not correctly working on this widget Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
to reuse place where wide covers are required 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>
-
this is used in another places in non Maininterface contexts, directly set MiniPlayerBottomMargin in MusicTracksDisplay Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
make the same configurable by a new property `headerTopPadding` 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>
-