- Jul 09, 2018
-
-
Thomas Guillem authored
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Implement an atomic refcounter with a weak but correct (1) memory order, and expose a simple API. (1) See for example "Using weakly ordered C++ atomics correctly" by Hans Boehm at CppCon 2016 (the refcounting part also applies to C11): <https://www.youtube.com/watch?v=M15UKpNlpeM&t=45m15s > Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Jul 08, 2018
-
-
Rémi Denis-Courmont authored
Only resume the playback automatically when the audio is uncorked, if playback was actually active and got paused at time of corking. This does not address all cases. If the user toggles with play/pause while already corked, then it is unclear what should happen.
-
Rémi Denis-Courmont authored
So it gets used for all block types.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also document block_Init().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Jul 07, 2018
-
-
Martin Storsjö authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Because libsmb2 doesn't have any netbios name resolver. Maybe, every VLC services discoveries should use the IP instead of the netbios name for SMB shares.
-
Thomas Guillem authored
Using libsmb2 from Ronnie Sahlberg https://github.com/sahlberg/libsmb2 This is LGPL 2.1 fully async lib for accessing SMB2 and SMB3 shares. This module use the async feature of the libsmb2 lib with the vlc interrupt mechanism, therefore every network requests are cancellable almost immediately. The 2.0.0 version is required since this version drop OpenSSL dependency and allow to use Builtin NTLMSSP authentication instead of libkrb5.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also document and avoid sign overflow (on platforms where char is unsigned).
-
Steve Lhomme authored
Instead of a hardcoded value (which is not VLC_TICK_INVALID)
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Instead of a hardcoded value
-
Steve Lhomme authored
VLC_TS_INVALID was used but in most cases the value is 0 on purpose
-
Steve Lhomme authored
Instead of a hardcoded value
-
Steve Lhomme authored
Instead of a hardcoded value
-
Steve Lhomme authored
It's likely 0 that was intented
-
- Jul 06, 2018
-
-
Rémi Denis-Courmont authored
Regression from tick rework.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-