- Jun 09, 2016
-
-
Rémi Denis-Courmont authored
-
Having written too much C++ in my days, I wrongfully assumed that it was legal to have a return-statement with an expression in a function returning void, as long as the expression would yield void, in C (as it is in C++). However, according to the C99 ISO Standard (section 6.8.6.4p1) this is not the case. > [ :: 6.8.6.4p1 :: ] > > A return statement with an expression shall not appear in a function > whose return type is void. A return statement without an expression > shall only appear in a function whose return type is void. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Thomas Guillem authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- Jun 08, 2016
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
François Cartegnie authored
As it was always seeking disabled streams, init chunk was read on seek, queuing possible es changes which are uncommited due to absence of sample data. following dac320e3 the fakeesout was always in restarting state then, causing an always failing setposition which now checks the restarting state.
-
Thomas Guillem authored
Add missing samples/slaves to EXTRA_DIST
-
only demux.c code and the demuxer itself should access these data directly Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Reactivate the support of projectM and 3dspectrum visualization modules on Windows. fix #13650 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jun 07, 2016
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
The last boolean argument is used to force the selection of a slave.
-
Thomas Guillem authored
-
Thomas Guillem authored
Keep the same subtitles order than before slaves commits (in order to don't disturb the user).
-
Thomas Guillem authored
input_SlaveSourceAdd is now used to create and add SPU and AUDIO sources. It returns now an error.
-
Thomas Guillem authored
And remove qsort that was added twice...
-
Thomas Guillem authored
-
Thomas Guillem authored
For next commit.
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
This may need a test finally...
-
Thomas Guillem authored
This flag will be used to notify the demux module that we are preparsing. Fixes #17024
-
- Jun 06, 2016
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
- Jun 05, 2016
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
This restore an historical behavior that was removed with input slaves patches.
-