- 09 Jan, 2016 6 commits
-
-
Jean-Baptiste Kempf authored
Close #16338
-
David Fuhrmann authored
This affects main menu and playlist context menu items. Also removes dead code from the PlaylistView class.
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
close #11845
-
David Fuhrmann authored
The old VLCIntf macro is deprecated, getIntf() should be used instead.
-
David Fuhrmann authored
-
- 08 Jan, 2016 6 commits
-
-
Tristan Matthews authored
Regression from b5662ea9
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
- Create a libvlc instance, in order to init the module bank, before testing if modules exist. - Use mkstemp to create a unique temporary file used by plaintext - Don't test secret and kwallet by default in order to don't pollute developer's keystores (run this test with "-a" argv to test every keystores).
-
Steve Lhomme authored
The Chromecast protocol is not a client server, all requests don't get an answer and we can receive unexpected broadcasts. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Mariusz Wasak authored
AddPendingEvent is protected in wxWindow so orignial example code don't compile. Access to this method should be made by using wxWindow::GetEventHandler() Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Jan, 2016 28 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #16338
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Since helpers use p_intf.
-
Thomas Guillem authored
If set to true, then the user asked to store the password.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
If open fails, either the file doesn't exist or permissions are wrong. TODO: fix libdsm to return the good error code in case or bad permissions.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Deactivated by default since secret is not encrypted. To use it (for test purpose only): ./vlc --keystore=plaintext --keystore-plaintext-file=<my_file> <url>
-
Thomas Guillem authored
For future plaintext module.
-