- Jun 11, 2016
-
-
François Cartegnie authored
-
François Cartegnie authored
fixes and simplify interlaced pts interpolation with single field per AU but multiple AU per block/packet
-
- Jun 10, 2016
-
-
Rémi Denis-Courmont authored
This test never worked.
-
François Cartegnie authored
AbstractChunk no longer segment chunk
-
François Cartegnie authored
-
François Cartegnie authored
otherwise creates out of sync multiple streams with mp4
-
François Cartegnie authored
avoids overflows
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
These events are useless and are only triggered when calling vlc_sd_Start() and vlc_sd_Stop().
-
Thomas Guillem authored
use libvlc_media_discoverer_list_get() instead.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
send debug logs to stderr 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
-
- 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
-