- Apr 03, 2022
-
-
These functions are inline and will be removed by the compiler anyway if unused. The #if guards add unecessary compexity.
-
- Apr 02, 2022
-
-
"Release" usually imply that the object is refcounted in recents VLC naming conventions. "Delete" or "Destroy" is more common and less misleading for non-shared objects such as `vlc_fifo_t`.
-
-
The list of changes can be found at https://code.videolan.org/videolan/medialibrary/-/milestones/13
-
-
-
-
-
-
don't capture mouse clicks in hoverhandler of title col delegate fixup 10e096a3
-
don't capture mouse clicks in hoverhandler of default col delegate fixup e2440608
-
- Apr 01, 2022
-
-
-
-
-
-
-
-
-
-
-
-
Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
-
- Mar 31, 2022
-
-
It's already included by config.h
-
-
- 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.
-