- Jun 20, 2019
-
-
Thomas Guillem authored
-
- Jun 19, 2019
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...as is VLC core convention.
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Marvin Scholz authored
-
Marvin Scholz authored
The EXTRA_* flags are already added to CFLAGS and CXXFLAGS before, so adding them again here would cause duplicated flags.
-
Marvin Scholz authored
-
Marvin Scholz authored
This would cause the flags to be duplicated as later CFLAGS are set to $(CFLAGS) $(EXTRA_CFLAGS).
-
Steve Lhomme authored
-
- Jun 18, 2019
-
-
Fix possible segfault, when receiving the preparsed event after the libvlc_media_t instance was deleted. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Regression from 43bb71af Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
The resulting contrib can be used via --with-contrib in the configure script. The local Makefile to build contribs is now specific to the build folder.
-
Populate the player controlbar with the new model Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add the volume widget for the player controlbar Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add the model to contain the player controlbar buttons Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Expose the isRecording property to QML Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add icon stacking support to IconToolButton Also add changes color when icon is checked Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add the foreground and background icons for the AB loop button Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
glyph weren't rendered when the drawing is only in (horizontal) negative space Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add the model for the player control bar This model has the config of the buttons and their positions on the player controlbar Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
In case it's the same folder we don't want to remove it after unpacking.
-
Thomas Guillem authored
3a8379b9 was incomplete.
-
- Jun 17, 2019
-
-
Thomas Guillem authored
Should not have been committed, it was personal...
-
Thomas Guillem authored
-
This will be the last time a change to this signature is needed, since we just switched to using a params struct rather than updating the signature constantly. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
API version 12 removes the old style of peak detection, and API version 13 adds a new algorithm to replace it. These were annoyingly not done as a single commit, so we need to guard them separately to prevent any failures to compile when e.g. bisecting. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
This was introduced in API version 10, and refactors the tone mapping desaturation curve into a new, more tunable algorithm that has some different behavior. In particular, it allows us to simulate exactly the "hollywood" style of tone mapping, so we document those special values specifically. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Petri Hintukainen authored
Pointer to es_out_t callback struct was partially overwritten when registering overlay. Caused by changing vararg function parameter from int * to size_t * in 9d592a58.
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
otherwise no item has the focus and the widget can't be accessed using keyboard Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-