- 23 Oct, 2014 11 commits
-
-
Rémi Denis-Courmont authored
This makes sure that the "crop" variable always represents the current crop settings.
-
Rémi Denis-Courmont authored
The video output variables currently represent the wanted state, not the actual state. Forcefully resetting them to the actual state with a delay can create feedback loops. (Indeed some of the code paths had already been commented out for that exact reason.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This allows setting a value that is not explicitly listed a possible choice, and also fixes a small race condition between VLC_VAR_DELCHOICE and VLC_VAR_ADDCHOICE cals.
-
Rémi Denis-Courmont authored
This allows adding choices as mere suggestions rather than strict set of choices (just don´t set VLC_VAR_HASCHOICE in var_Create()).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
All entries in a single list always have the same type anyway.
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
- 22 Oct, 2014 4 commits
-
-
Damien Erambert authored
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This solves long-standing conflicts with homebrew as well as the latest Xcode releases. Additionally, in most cases, all 3 items were built anyway.
-
Felix Paul Kühne authored
-
- 21 Oct, 2014 11 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Erwan Tulou authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
slows down everything :/
-
Francois Cartegnie authored
Moov fragment has full length after fixup, but zero data. Fixes 0 position on ismv seek
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 20 Oct, 2014 14 commits
-
-
Rémi Denis-Courmont authored
...not just the visible part. So that cropping still works even though the visible part of the input and output format typically do not match.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
/samples/mov/variable-fourcc/kldatei.mov
-
Julian Scheel authored
To ease understanding of the code add some comments. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
In android-ndk10c, there is a "arm_neon.h" for all archs. The arm_neon.h for x86* contains correspondence between neon and sse. In speexdsp, There is a conflict between resample_sse.h and resample_neon.h. So disable neon if arch is known to don't have neon. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
For now, we do everything in vout display, so we don't need a window. Fix vout_display_IsWindowed returning true and breaking android vout. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-