- Nov 10, 2021
-
-
Redirect tar output to /dev/null as we only care about the exit code here, not what it prints to stdout.
-
- Nov 09, 2021
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(instead of copying them)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...and prepare for callback structure separation.
-
Rémi Denis-Courmont authored
This is always non-NULL.
-
Rémi Denis-Courmont authored
According to RFC 3551 §4.5, those audio encodings have variable sampling rates.
-
Rémi Denis-Courmont authored
Some payload type initialisation callbacks will be needing access to a context soon enough.
-
Rémi Denis-Courmont authored
The init callback can not be NULL. That would be completely useless.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Block flags are not meaningful on the stream/demux interface.
-
Rémi Denis-Courmont authored
The SAP plugin no longer cares about payload formats.
-
Rémi Denis-Courmont authored
Perform the misordering comparison in unsigned space.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Pointed-out-by: François Cartégnie
-
The value returned by config_GetType() is one of the VLC_VAR_*. The value of param->item.i_type is one of the CONFIG_ITEM_*. The function config_GetType() both finds the vlc_param from a name and converts the type. Since commit 82956e7b, the type is not converted anymore, so it must be compared against CONFIG_ITEM_* constants directly. In practice, an internal vflip flag was not correct, so the OpenGL filter output was vflipped: ./vlc --video-filter=opengl --opengl-filter=mock video.mp4
-
Converting 0 frames to 0 ticks is valid.
-
- Nov 08, 2021
-
-
-
-
-
-
-
system theme may implicitly define some padding to the base Control (KDE)
-
Platform qml theme (on KDE for instance) can pre-define some padding on the Contol leading to misalignment
-
Misalignment may occur if the system QQC theme defines implicit padding (KDE)
-
Misalignment may occur if the system QQC theme defines implicit padding (KDE)
-
Labels may have some custom font size defined in pointSize in the system theme (KDE), this would conflicts with our pixelSize definition and generate a warning
-