- Nov 09, 2021
-
-
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
-
this was causing wrong sizing on some plateforms
-
- Nov 07, 2021
-
-
- Nov 06, 2021
-
-
-
-
-
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also match the semantics of both functions.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
No effective functional or ABI changes.
-
Rémi Denis-Courmont authored
(No functional changes.)
-
-
The function does _not_ copy the data.
-
- Nov 05, 2021
-
-
With latest SDK, arm64 is returned as architecture name for aarch64 machine targets from Apple, which is not recognized by autoconf, and breaks compilation of multiple contribs. We still need to indicate that we want an arm64 SDK, but replace arm64 by aarch64 in build triplets until autoconf fixes this.
-
-