- Feb 10, 2021
-
-
Romain Vimont authored
The medialib does not properly support multiple simultaneous clients, so running two VLC with medialib enabled would cause issues. If the medialibrary is already in use, behave as if --no-media-library was passed.
-
- Feb 09, 2021
-
-
François Cartegnie authored
and avoid negative offsets
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- Feb 08, 2021
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The vout_UpdateSourceCrop() function uses the crop borders as both inputs and outputs. There does not seem to be any good reason to overwrite the values though. Within vout_UpdateSourceCrop(), the value should actually not change (much like the aspect ratio numerator and denominator in the previous patchset), except for rounding errors and out-of-bound results. The values are used in only one other function, vout_SetDisplayCrop(). There, old and new values are compared to avoid needlessly resetting the display. Those comparisons actually work correctly only if the values are *not* modified by vout_UpdateSourceCrop().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...and simplify accordingly.
-
Rémi Denis-Courmont authored
No functional changes.
-
Rémi Denis-Courmont authored
...into a single function using struct vout_crop. Note that the negative guards are removed as the values are unsigned. No function changes.
-
Rémi Denis-Courmont authored
...into a single function using struct vout_crop. This also fixes setting the "crop" variable to the empty string to actually undo the crop settings. It was incorrectly ignored.
-
Rémi Denis-Courmont authored
This changes the parser function to output into a single structure rather than half a dozen different variables. No functional changes.
-
Rémi Denis-Courmont authored
This creates a separate structure type for the crop configuration. No functional changes.
-
Rémi Denis-Courmont authored
Contrary to claims in the commit message, it introduces an extra memory copy of all audio samples for no apparent reasons. This reverts commit 0bdc7268.
-
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>
-
provide direct properties to change Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
use focusbackground.foregroundColor property for foreground color since it's animated based on the background color 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>
-
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>
-
use gaussian blur and overlay blending with darker colors in Player background's cover 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>
-
also use correct type for text Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-