- 08 Jan, 2016 2 commits
-
-
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 38 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.
-
Thomas Guillem authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
as in 2012 spec
-
Rémi Denis-Courmont authored
Since n2.9-dev-1400-g31741ae, the VLC avcodec plug-in will fail to initialize hwaccel. This is by FFmpeg design.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
If block comes from sys from previous read and reaches zero payload, it will be double freed. (happens when removing stream_filters between demux/access)
-