- 07 Jan, 2016 7 commits
-
-
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)
-
- 06 Jan, 2016 6 commits
-
-
Felix Paul Kühne authored
-
David Fuhrmann authored
Factor and move code entirely to VLCPlaylist. close #16303
-
David Fuhrmann authored
-
David Fuhrmann authored
Implementation is the same for both menu items. Menu validation is used to check before if an item is a local file and existing. Action is passed from main menu via responder chain to playlist.
-
Thomas Guillem authored
-
Francois Cartegnie authored
-
- 05 Jan, 2016 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
Improves even more from previous commit (by ~2x on 4K)
-
Francois Cartegnie authored
Improves startcode lookup by ~80% (statistically/zero dependent)
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
sys should always be set (but lets assert if not), buf == NULL should not be called from VLC as well. And the return value was kind of wrong.
-
Rémi Denis-Courmont authored
This implements IETF RFC7639, i.e. the ALPN HTTP header field.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 Jan, 2016 5 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
errSSLClosedGraceful does not seem to be a valid return code for this function.
-
David Fuhrmann authored
This is no warning, but normal behaviour.
-
Hugo Beauzée-Luyssen authored
GCC 5.x defaults to -std=gnu11, which changes the __inline keyword semantics, causing some iconv functions not to be inlined, but they are not declared as exported, thus causing linking to iconv to fail
-
Felix Paul Kühne authored
-
- 03 Jan, 2016 2 commits
-
-
Andreas Hartmetz authored
If an /etc/asound.conf or $HOME/.asoundrc creates devices, those do not have a description (a null pointer is returned). Relatedly, redefining the "default" device results in it being listed without a description, thus disabling the code that adds "default" WITH a description. Possibly fixes other problems where ALSA devices with a NULL description are disregarded. In Qt4 config, the NULL check is in StringListConfigControl::finish(). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 02 Jan, 2016 6 commits
-
-
David Fuhrmann authored
This is not loaded from a xib anymore, but rather manually.
-
David Fuhrmann authored
Like all other panels.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-