- Aug 31, 2022
-
-
Audio latency callback is using the fifo lock, which cannot be released until the audio output is destroyed. In general, outputs can use the fifo, and we need to release/detach them from the input decoder before freeing the lock.
-
- Aug 30, 2022
-
-
1111 becomes 1111000064 due to imprecision
-
Steve Lhomme authored
PathIsNetworkPathW() is a basic function that only checks for \\ and [a-zA-Z]:\\ pathes [1]. It's also not available on UWP apps. We can do the same by checking the UTF-8 string directly without even a conversion to wide char string. [1] https://docs.microsoft.com/en-us/windows/win32/api/shlwapi/nf-shlwapi-pathisnetworkpathw
-
-
Steve Lhomme authored
The 4x 12 bits packing is making the bitfield packing messy and incompatible with (non)MS packing in dvdnav. In the end the structures are not read as packed structures so we don't need to keep them packed. Upstream patch proposed at libdvdread!42
-
-
-
-
-
-
-
-
-
-
Now that Q_DECL_OVERRIDE is gone, update HACKING for the usage of override.
-
-
-
-
-
-
-
It's available starting with xdg-toplevel version 5, and we use xdg-wm-base version 1 or the version adding configure_bounds which is version 4, so we don't need to set a handler for now.
-
Fixes a missing initializer warning for axis_value120. We currently enforce version = 5 for the wl_seat version, and it's available starting with wl_pointer version 8, which means that we don't need to set a function handler for now.
-
When sout_StreamDelete is called from sout_StreamNew, p_stream->psz_name is set to NULL, so don't pass it to msg_Dbg.
-
- Aug 29, 2022
-
-
global drop events are already handled on qml side no need to handle it twice ref #27190
-
-
-
-
-
-
otherwise the interface never receives global drop events ref #27190
-
- Aug 28, 2022
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Aug 27, 2022
-
-
Use the existing pkg-config file to detect presence of libgme. This file is already shipped on all known libgme versions (checked back until 0.6.0, which is from 2015). This fixes build with recent libgme versions, which added even more dependencies which were missing in the old check. Fixes #27262
-
-
-
macosx: Improve library supplementary detail view backgrounds, indicate which item the detail view is supplementing Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-