- 06 Aug, 2016 21 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is the bulldozer approach to precompiling Lua to different architectures.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is not even close to essential, and it fails.
-
Rémi Denis-Courmont authored
Fixes #16387
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* Mark GCRYPT_CFLAGS and GCRYPT_LIBS as precious. * Actually use GCRYPT_CFLAGS during compilation test. * Use newer AC_COMPILE_IFELSE. * Use caching. * Provide sane default for GCRYPT_LIBS. * Do not invoke broken NIH libgcrypt-config script.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
VPX used to be an indirect dependency only. Now VLC has a codec plugin though.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also don´t clean.
-
Rémi Denis-Courmont authored
If the search path is $PATH, then there is no point expanding the executable to an absolute path. This is also contrary to normal autoconf/automake use.
-
Rémi Denis-Courmont authored
In general, this contains cross-compiled executables.
-
- 05 Aug, 2016 19 commits
-
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
-
Filip Roséen authored
Prior to this patch the while-loop in src/misc/threads.c:mwait would keep on spinning until the deadline has been reached, no matter if vlc_addr_timedwait woke up due to the thread being canceled. This commit makes sure that we check whether or not the thread has been canceled, through vlc_testcancel, when vlc_addr_timedwait returns (in order to also take spurious wake-ups into account). Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
David authored
-
David authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
av_free() assumes the memory was allocated with av_alloc(). It will assert if CONFIG_MEMALIGN_HACK is enabled. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
François Cartegnie authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
It happens when we STOP the previous file that was in BUFFERING state, the next LOAD command always gets canceled. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-