- Jul 17, 2018
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
f87c4418 + a6fde345 did not do a very good job at replacing variable names (resulting in an inability to enable MKV_DEBUG) as the variables referenced has new names. Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Prevent potential null-pointer dereferences. Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Tristan Matthews authored
-
Hugo Beauzée-Luyssen authored
They will be enabled if the dependency is there. This fixes builds with configure.sh & --disable-sout
-
Tristan Matthews authored
-
Tristan Matthews authored
Refs #20814
-
- Jul 16, 2018
-
-
-
fixes: #20196 Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
fixes: #14577 Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
A switch-case that introduces variables should be scoped, as it otherwise is ill-formed to add another case after it. Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
As KaxSimpleBlock and KaxBlock inherit from the same base we can get rid of all these nasty if-else's by creating an object that refers to the one we are interested in. Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
VLC_DEMUXER_EOF is not correct if we abort due to an error. Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- Jul 15, 2018
-
-
Rémi Denis-Courmont authored
There does not appear to be any real user. The "broadcast" functionality can be reproduced more simply with the LibVLC media player API. The "VoD" functionality does not make much sense outside of the VLC executable process.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...instead of deprecated libvlc_media_get_tracks_info().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Jul 14, 2018
-
-
François Cartegnie authored
-
- Jul 13, 2018
-
-
Tristan Matthews authored
-
Hugo Beauzée-Luyssen authored
This reverts commit eb173bb9. This doesn't work at all, and was badly tested, sorry about that.
-
Close #20823 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This allows us to have dependencies across targets, but without rebuilding them when it's unnecessary
-
Hugo Beauzée-Luyssen authored
Which is needed by libtool, and can't be disabled through configure Building automake is enough, but there are cases where we don't want to build automake but still build libtool
-
Hugo Beauzée-Luyssen authored
This reverts commit c1cdd915. Since we don't use AUTOCONF since 6c998c60, don't clobber the AUTOCONF variable, especially since we might use an `autoconf` which isn't in the tools prefix
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
And not only when a title or chapter event is sent.
-
Thomas Guillem authored
-
Thomas Guillem authored
Regression from 2ef7696e
-
- Jul 12, 2018
-
-
François Cartegnie authored
-