- 19 Apr, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 18 Apr, 2017 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 13 Apr, 2017 1 commit
-
-
Filip Roséen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Apr, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 07 Apr, 2017 2 commits
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 04 Apr, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Apr, 2017 1 commit
-
-
Marvin Scholz authored
-
- 31 Mar, 2017 2 commits
-
-
Dennis Hamester authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
As in HDR10 metadata speficied in SMPTE ST 2086 and CEA 861.3. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 29 Mar, 2017 2 commits
-
-
Thomas Guillem authored
-
KO Myung-Hun authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Mar, 2017 4 commits
-
-
Julian Scheel authored
Implement a sigwait dummy for NaCl, which relies on: - NaCl does never send SIGPIPE to to apps (see https://codereview.chromium.org/288063004/) - VLC uses sigwait exclusively to wait for SIGPIPE If sigwait is asked to wait for anything else than SIGPIPE it will run into an assertion failure, so that breakage would not be silent. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Julian Scheel authored
netinet/tcp.h is broken in NaCl/Newlib. Define TCP_NODELAY for it. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Julian Scheel authored
Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Julian Scheel authored
The nacl c++ toolchain comes with it's own dummy implementation of extended locale functions, which are not implemented in newlib. Thus do not use the vlc_fixups ones in C++ code on Native Client builds, because the dummy implementations will conflict. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Mar, 2017 3 commits
-
-
Thomas Guillem authored
Since 0 is an invalid page for the zvbi plugin. libvlc_video_get_teletext() will now return 0 if teletext is disabled. The teletext was already disabled by default, and libvlc_video_get_teletext() could be misleading since it returned 100 by default.
-
Thomas Guillem authored
-
KO Myung-Hun authored
This fixes compilation breakage on OS/2 caused by commit 898b9dd5. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Mar, 2017 1 commit
-
-
Filip Roséen authored
As there is quite common for stream-consumers to be interested in the associated mime-type, if any, of a stream; this helper function allows access to that directly (instead of consumers having to manually parse the string returned by stream_ContentType). Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 15 Mar, 2017 1 commit
-
-
Steve Lhomme authored
it is not set in other places and some compilers don't like a stray comma. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Mar, 2017 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
If the page is in the range [0; 1000[ the teletext spu will be enabled. If the page is -1, the teletext spu will be disabled. Otherwise do nothing and print an error.
-
Thomas Guillem authored
Since it's only used by lib/video.c. Ref #17761
-
- 12 Mar, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Mar, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Mar, 2017 2 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 08 Mar, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 05 Mar, 2017 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 04 Mar, 2017 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 01 Mar, 2017 3 commits
-
-
Rémi Denis-Courmont authored
(The filename is not used by any plugin at the moment.)
-
Rémi Denis-Courmont authored
-
Olivier Aubert authored
It is necessary for proper automatic generation of python bindings, and matches the rest of the include files anyway.
-
- 26 Feb, 2017 1 commit
-
-
Rémi Denis-Courmont authored
Pointed-out-by: Filip Roséen
-