- 22 Jun, 2017 1 commit
-
-
Steve Lhomme authored
On Windows if you allocate aligned memory you need to free it with an aligned version of free. This is similar to the old vlc_memalign() + vlc_free() Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 17 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Jun, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 31 Mar, 2017 1 commit
-
-
Dennis Hamester authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Mar, 2017 1 commit
-
-
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 1 commit
-
-
KO Myung-Hun authored
This fixes compilation breakage on OS/2 caused by commit 898b9dd5. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Feb, 2017 1 commit
-
-
Rémi Denis-Courmont authored
This is no longer used.
-
- 22 Dec, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Nov, 2016 1 commit
-
-
Rémi Denis-Courmont authored
This is not currently used anywhere in the code base anyway.
-
- 16 Nov, 2016 1 commit
-
-
KO Myung-Hun authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Nov, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Oct, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
Close #13071
-
- 10 Oct, 2016 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Sep, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 20 Sep, 2016 2 commits
-
-
Rémi Denis-Courmont authored
It is never defined (as of 2.2.0-git-8982-g4b1c9dcd).
-
Rémi Denis-Courmont authored
Since C++11 is now assumed, we know the type exists in C++. It is only necessary in C99.
-
- 14 Sep, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Jul, 2016 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 17 Jul, 2016 2 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
This is a very simple replacement. It probably can be better. Feel free.
-
- 06 Jul, 2016 2 commits
-
-
Jean-Baptiste Kempf authored
-
Richard Diamond authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 Apr, 2016 2 commits
-
-
Bernd Kuhls authored
Fixes compile error with gcc-4.9.3: CXX demux/mkv/libmkv_plugin_la-util.lo In file included from ../include/vlc_common.h:893:0, from demux/mkv/mkv.hpp:38, from demux/mkv/util.cpp:24: demux/mkv/util.cpp: In function 'void handle_real_audio(demux_t*, mkv_track_t*, block_t*, mtime_t)': demux/mkv/util.cpp:192:79: error: expected ')' before 'PRId64' msg_Dbg( p_demux, "discard non-key preroll block in track %d at%" PRId64, ^ Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Bernd Kuhls authored
Support for strnstr was added in http://git.videolan.org/?p=vlc.git;a=commitdiff;h=4c1238c77239cdea38a44748f2800332818b6750 but for systems lacking it, it broke the build: CC strnstr.lo In file included from ../config.h:887:0, from strnstr.c:22: ../include/vlc_fixups.h:157:45: error: unknown type name ‘size_t’ char * strnstr (const char *, const char *, size_t); This patch fixes the problem by adding strnstr to a list of other functions to get size_t defined. Bug was reported to trac: https://trac.videolan.org/vlc/ticket/16767Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 08 Feb, 2016 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 06 Feb, 2016 1 commit
-
-
Hugo Beauzée-Luyssen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Jan, 2016 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 21 Dec, 2015 1 commit
-
-
Sean McGovern authored
It was mistakenly added in 315f8e47. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 14 Dec, 2015 1 commit
-
-
Thomas Guillem authored
It was not possible to use it outside of functions. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 13 Dec, 2015 1 commit
-
-
KO Myung-Hun authored
The prototype of timegm() does not have 'const'. This fixes compilation on OS/2 which have only a declaration of timegm(). Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 10 Dec, 2015 3 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 09 Dec, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 07 Oct, 2015 1 commit
-
-
François Cartegnie authored
-