- Jun 13, 2016
-
-
Thomas Guillem authored
For now, there is no leaks since reduced controls don't have anything to release.
-
François Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
This doesn't test network services anymore.
-
- Jun 11, 2016
-
-
François Cartegnie authored
-
François Cartegnie authored
-
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
-