- 20 May, 2015 14 commits
-
-
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 10 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
-
Rémi Denis-Courmont authored
Signaling an event ensures that at least one thread wakes up, but it does not warrant that all of them do.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(No functional changes)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids SIGPIPE firing when writing to a remote-closed connection- oriented socket (it is useless for datagram sockets or on Windows though). SIGPIPE is blocked ins VLC, but not necessarily in LibVLC. The problem remains for write() on broken pipe and sockets.
-
- 16 May, 2015 8 commits
-
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
Removes singleton, fixes initialization and deletion. Renames to AddonsWindowController.
-
Christoph Miebach authored
-
Christoph Miebach authored
-
Christoph Miebach authored
-
Christoph Miebach authored
-