- 21 May, 2015 7 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
If the host accepts guests, the login will be valid but we won't be able to connect to the share.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 20 May, 2015 22 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Thomas Guillem authored
vlc smb:// to browse domains vlc smb://domain to browse servers vlc smb://server to browse shares vlc smb://server/share* to browse files
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
False by default, i.e. we don't show hidden files by default.
-
Thomas Guillem authored
Recursive parsing is not handled anymore by accesses.
-
Thomas Guillem authored
-
Thomas Guillem authored
All readdir access that are used from demux directory can now be sorted like the directory access.
-
Thomas Guillem authored
Sort all p_item children of the node recursively.
-
Thomas Guillem authored
Since items are already sorted by the server.
-
Thomas Guillem authored
It now takes two new bool* arguments. - specify if the access returns items that are already sorted. - specify if directories can loop into themselves
-
Thomas Guillem authored
The main advantage is to move the management of the input_item_node_t from all accesses to the directory demux.
-
Thomas Guillem authored
Fallback to the remote Home directory.
-
Thomas Guillem authored
The JNI module is now a submodule.
-
Thomas Guillem authored
Add the mc_api struct, used by Decoder to access a MediaCodec API.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Rename OpenMediaCodec to StartMediaCodec and CloseMediaCodec to StopMediaCodec.
-
Thomas Guillem authored
-
- 19 May, 2015 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This ensures that SIGPIPE is not emitted if the connection is closed by the other end. Using send() is fine given that all net_Write(), net_vaPrintf() and net_Printf() call sites use (only) sockets.
-
Rémi Denis-Courmont authored
If the decompression process exits unexpectedly (or otherwise closes the read end of the pipe), we want EPIPE, not SIGPIPE.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Gian Marco Sibilla authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 May, 2015 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The mutex needs to be unlocked while the thread sleeps. Otherwise, a deadlock may occur in case of contention for the mutex.
-
Rémi Denis-Courmont authored
-