- 07 Jul, 2022 5 commits
-
-
Now that the input_decoder thread has been disabled for the stream output case, forwarding PCR events to the stream output is quite straightforward as everything is now treated synchronously. Refs !1847 #26870
-
-
This is the first step for the `SetPCR` implementation in stream output. These callbacks will allow stream outputs to have precise information about the stream time advancement. This patchset only provides the basis for now, a correct implementation for all stream filters will come in a separate merge request. Refs #27050 Co-authored-by:
Alexandre Janniaux <ajanni@videolabs.io>
-
-
Thomas Guillem authored
This reverts commit 205963ad. According to git blame on libsmb2, anonymous login was always enabled with a NULL password. I don't know what happened when I tested this reverted commit, I may have mix up VLC or/and smb/smb2/dsm builds. For future reference, see libsmb2/lib/ntlmssp.c: ... encode_ntlm_auth(...) { ... if (auth_data->password == NULL) { anonymous = 1; goto encode; } ... } Fixes #27113
-
- 04 Jul, 2022 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Fixes #27115.
-
Rémi Denis-Courmont authored
No functional changes.
-
Rémi Denis-Courmont authored
No functional changes as vlc_poll_file() always returns 1 and has no side effects.
-
- 03 Jul, 2022 8 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
No function changes.
-
-
-
-
-
-
-
- 02 Jul, 2022 7 commits
-
-
-
-
-
Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- 01 Jul, 2022 16 commits
-
-
-
-
-
-
clipping is not necessary and was used as workaround
-
-
-
-
-
-
-
-
-
-
-
-