- Jul 17, 2018
-
-
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
-
-
David authored
This deletes previous output if the section is cancelled. refs #20835
-
David authored
Overly longs filenames are now handled correctly. refs #20835
-
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
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
2174cba9
-
François Cartegnie authored
-
Thomas Guillem authored
1MB is enough, this fixes test timeout happening randomly.
-
Thomas Guillem authored
This code path is way too racy (even before 2ef7696e): input_priv(p_input)->i_title is not protected and the variables were not cleaned if i_title changed from 1 to 0. This function was useless anyway since it was always called before input_Close() that destroyed the input thread object and all variables / callbacks.
-
Thomas Guillem authored
p_owner->b_draining need to be protected by the fifo lock.
-
Thomas Guillem authored
-
Thomas Guillem authored
Without the use of input variables.
-