- Nov 14, 2024
-
-
Steve Lhomme authored
It lacks the rand_r() function.
-
Steve Lhomme authored
It lacks the rand_r() function.
-
Steve Lhomme authored
It lacks the mkdtemp() function.
-
macosx: Update artwork button enabled state when disabling video playback view mode in library window Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
- Nov 13, 2024
-
-
The video or the background should use all of the available area unless the control bar is pinned AND there is embedded video.
-
-
This happens when playing passthrough with a faulty driver, but it may happen in other cases too.
-
Will be needed by the next commit.
-
-
Some distributions allow installing both Pipewire and PulseAudio, leaving Pipewire to manage only video devices. On one hand, if we leave the Pipewire output with higher priority, then we do not get access to any audio output device in this case. On the other hand, if we simply probe the PulseAudio output first, then we will never use the native Pipewire protocol, even if the PulseAudio service is not actually running, since Pipewire emulates PulseAudio. So this checks the name of the PulseAudio daemon, and uses the PulseAudio protocol if and only if the server is not Pipewire.
-
The timing can now be sent just after pw is starting, the timing audio_ts will very likely be VLC_TICK_0 (or first_pts). This fixes video glitches on startup.
-
VLC_TICK_O to avoid a possible miss if now is few us before (unlikely).
-
-
This is mainly useful when using the input clock, when the startup date may change at the beginning.
-
And set now inside stream_update_latency() since the call must be closed to pw_stream_get_time_n().
-
-
-
-
-
-
Unexpected status codes sent to the event handler should be treated as a programming mistake and not silently ignored.
-
This is in the continuity of aad952ea. The previous commit added an internal error code for preparsing cancellation that wasn't handled in libvlc, the API stopped reporting preparsing termination, which resulted in a medialibrary regression. Previously, the cancellation was reported as a timeout event which is misleading. This patch introduces a new status code to properly match libvlc's internals.
-
Add Portuguese translator
-
These were made explicitly unfocusable due to the existence of the overlay menu. However, the overlay menu is no more, so the buttons should be able to gain focus.
-
-
QModernWindowsStyle is a replacement for QWindowsVistaStyle starting with Qt 6.7.0.
-
Steve Lhomme authored
Use the same cast as below. Co-authored-by:
Alexandre Janniaux <ajanni@videolabs.io>
-
This fixes building for aarch64 Windows with assert enabled versions of Clang. (This issue appeared recently, after updating to a newer version of libass that includes new aarch64 assembly.) The same patch has been sent upstream in https://github.com/libass/libass/pull/849.
-
Steve Lhomme authored
The headers are not the same for _WIN32 and other paltforms. We only check once, as with autotools.
-
Steve Lhomme authored
It's a field of struct sockaddr_storage, not a structure. Tie its existence to sockaddr_storage, just as in autotools.
-
Steve Lhomme authored
As in autotools. It's not added to cdata, just as with autotools.
-
Steve Lhomme authored
as with autotools
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-