- 31 Oct, 2015 2 commits
-
-
Rémi Denis-Courmont authored
%p is only for pointers to void, not just any type of pointers. Due to variable arguments, there is no implicit conversion here.
-
Steve Lhomme authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 30 Oct, 2015 13 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
(dash monosegment was broken) need to read large chunks for parsing atoms
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
If there is no secondary surface, and we're using opaque -> no blend, and no spu
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
This resampler supports 5 quality presets: from 0 to 4, 2 is the default and correspond to "mq". It supports integer and float samples. Performances are way better when this module is used as an "audio converter" (fixed sample rate). See http://lastique.github.io/src_test/ for comparison with speexdsp. It is deactivated for now.
-
Thomas Guillem authored
-
Jean-Baptiste Kempf authored
Close #15781
-
Pierre Ynard authored
Fixes #15778
-
- 29 Oct, 2015 9 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids visual glitches when fullscreen mode is already enabled when the video window is created.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
These checked for the availability of vlc.var.inherit and preferred-resolution at the time they were introduced, for script compatibility with older VLC versions. By now it should be safe to assume it's always available.
-
Pierre Ynard authored
This can be a security leak. This works as far as vlc.access is accurate.
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 28 Oct, 2015 15 commits
-
-
Shlomi Fish authored
Close #14988 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Valter Correia authored
Hitting ENTER in addon manager search field no longer makes tab content disappear Closes #15162, #14553 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This adds a new function to create a preparsing input thread, and runs preparsing within a dedicated thread.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
std::max is only defined on same T type. Older GCC fail to promote it correctly.
-
Felix Paul Kühne authored
-
- 27 Oct, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
-