- Apr 01, 2022
-
-
-
-
-
-
-
-
-
-
-
-
Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
-
- Mar 31, 2022
-
-
It's already included by config.h
-
GL_LUMINANCE_ALPHA textures should be sampled through r and a swizzle since it has a `(L,L,L,A)` layout. This reverts commit 05f29287. Fixes #26767 Reintroduce #26735
-
The swizzle of the texture should be different between GL_LUMINANCE_ALPHA textures and GL_RG textures. This reverts commit aa5bec3b. Refs #26767
-
-
- Mar 30, 2022
-
-
This adds an additional info line to match the IPv6 implementation.
-
-
-
-
fixup 4e2f8238
-
inconsistent with that used in `coverartarchive_make_releasegroup_arturl()`. i believe that with-dash is likely the correct form, since firstly, that function is actually used unlike this one, and this function was also fundamentally broken before the previous commit. also secondly, the info at [1] seems to indicate that with-dash is correct. [1]: https://github.com/Borewit/musicbrainz-api
-
and fix leak with the corrected logic.
-
volume is valid only if !bitexact.
-
It's really weird to call functions with a NULL pointer...
-
Relaxed because we don't need synchronisation with other variables. gain_factor and output_factor are write from different threads, so a sequentially consistent ordering won't help.
-
-
- output_factor is read from aout_volume_Amplify(), called from the input/decoder.c DecoderThread. - output_factor is written from aout_volume_SetVolume(). It is either called from the same thread via the start cb (OK in that case) or from any threads via the volume_set cb.
-
-
-
This is essentially the same as timespec_to_vlc_tick() but it does not clobber the namespace, so it can be exported.
-
- Mar 29, 2022
-
-
Hugo Beauzée-Luyssen authored
-
-
All aout users can trigger a destroy, when releasing, if the refcount reaches 0. This will allow having more than one aout users (stream from decoder.c), for gapless and later for multiple streams playback. Indeed, you prefer not to destroy the aout from one decoder, while used by another decoder.
-
It is a common design language to have the record button red. The animation provides a visual feedback when the user is currently recording.
-
-
This introduces a patch to fix compilation on AArch64 on AppleOS, which currently fails due to a compiler flag used by gnutls that is unsupported by the latest version of clang (Apple clang version 13.1.6, clang-1316.0.21.2) leading to a compiler crash if used. This resolves the upstream tickets https://gitlab.com/gnutls/gnutls/-/issues/1347 and https://gitlab.com/gnutls/gnutls/-/issues/1317 for which the same patch was already suggested.
-
having the three models always present, means that the data (at least the first chuck) is loaded 3 times, and will be reloaded 3 times every time a database event triggers a refresh of the model.
-
- Mar 28, 2022
-
-
CFLAGS is added to the linker flags and newer LLVM don't like that. CPPFLAGS is used during C compilation and C++ but not added to LDFLAGS.
-