- 20 Oct, 2014 17 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
-
Francois Cartegnie authored
If we discarded an atom, the whole chain was broken.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
samples/mov/variable-fourcc/kldatei.mov
-
- 19 Oct, 2014 12 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
-
David Fuhrmann authored
Folder URLs are likely DVD or bluray folders, which cannot be resumed properly. Also fixes memleak, and unify guards. Do not save position for input items which we do not resume afterwards anyway.
-
Felix Paul Kühne authored
macosx: slightly de-uglify the VLC description in the about dialog by rendering it in the system's default font instead of Times
-
Francois Cartegnie authored
And only read it if that's a known version.
-
Francois Cartegnie authored
ilst -> metadata (indexed or not) container atoms udta -> raw atoms
-
Francois Cartegnie authored
Only ilst have metadata as data atoms
-
Rémi Denis-Courmont authored
This is copied&pasted from Wayland build rules.
-
- 18 Oct, 2014 6 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
- Remove black lines below podcast controls - fix uncentered dropzone when starting native fullscreen, by slightly increasing the min height - fix disappearing or uncentered dropzone when changing between normal and minimum view quickly - consolidate dropzone and podcast sizings in interface builder
-
David Fuhrmann authored
This image was set, but it is not overwritten by its os-dependent counterpart in code. In fact, we only have one image, so just unset the alternate image in xib.
-
Damien Erambert authored
This especially fixes the -on graphics. Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David Fuhrmann authored
Clang does not fail, but only prints a warning by default for unknown -W options.
-
- 17 Oct, 2014 5 commits
-
-
Francois Cartegnie authored
VLC supports groups where mp4 defines switch groups. As an es can't belong to multiple groups, but does in switch groups, we don't really have a way to provide the same track exclusion/alternative features without duplicating es. Priorities are then set in a way es/tracks from the same cat/switchgroup are not all selected. refs #3970
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-