- 04 Nov, 2014 5 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Martell Malone authored
Fixes searching for native qt5 progs on cygwin and msys2 The reason for the issue is that on windows if there is a space in the path or if the program is prepends with .exe and we specify the search PATH in AC_PATH_PROGS we must enclose them in quotes or the program will not be found. For future reference, if anyone uses AC_PATH_PROGS please enclose defined search paths (if you have any) in quotes Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This mostly reverts commit 6a6c23bf.
-
- 03 Nov, 2014 9 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
They are superseded by makeCurrent() and releaseCurrent().
-
Rémi Denis-Courmont authored
The documentation promises that the picture is unlocked before it is displayed, so actually do that.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- 02 Nov, 2014 11 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Rémi Denis-Courmont authored
Cc: Antti Ajanki <antti.ajanki@iki.fi>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
date is always >= VLC_TS_INVALID
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
Original channels is under-specified in my opinion. If you know where the design documentation is, please tell me.
-
Rémi Denis-Courmont authored
Do like the other outputs do.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 01 Nov, 2014 15 commits
-
-
Jean-Baptiste Kempf authored
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Le 28/10/2014 23:11, Frédéric Yhuel a écrit : > static int MP4_NextBox( stream_t *p_stream, MP4_Box_t *p_box ) > { > - MP4_Box_t box; > + MP4_Box_t box = {0}; > > if( !p_box ) > { > Better fail early. (untested, no sample) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Antti Ajanki authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
picture_pool_NonEmpty() still won´t work quite right when the overflow happens, but that function is a horrible dysfunctional hack anyway.
-
Jean-Baptiste Kempf authored
libgcc_s is still needed, for C++ modules Gotta love libtool Ref #12620
-
Rémi Denis-Courmont authored
-