- 21 May, 2015 18 commits
-
-
Rémi Denis-Courmont authored
-
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
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
input_Create() should be matched with input_Close(). vlc_object_release() should be used only to discard extra references to the input thread object.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
-
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
-