- Jul 18, 2018
-
-
Thomas Guillem authored
The variables "video", "audio", and "spu" were reset to true only when an ES was changed from "*-es" variables. To fix this issue, add a new arg to the ES_OUT_SET_ES_BY_ID control that allow to bypass initial user preferences regarding track selection.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Move these 4 variables from input_LegacyVarInit() to input_ConfigVarInit() Indeed, these variables are needed, as read-only, for input_thread or the es_out initialization.
-
Thomas Guillem authored
Since this module handle the same way "sub-fps" and "sub-original-fps" (and because fetching "sub-original-fps" from the input is a HACK).
-
Thomas Guillem authored
This commit merge "sub-original-fps" and "sub-fps" variables into one. The "sub-fps" will be always valid. It will be, by priority order, the user choice, then the master demux fps.
-
Hugo Beauzée-Luyssen authored
To a version which will link on macOS
-
Hugo Beauzée-Luyssen authored
All expected values (vlc_ml_file_type_t) are explicitely handled by the switch
-
Hugo Beauzée-Luyssen authored
Since flexible arrays are only language extensions, it's unsafe to do any assumption on what decltype(<flexible array>) will yield. This fixes the build on gcc 5 (at least)
-
Hugo Beauzée-Luyssen authored
It's been unused since b49f27fc
-
Hugo Beauzée-Luyssen authored
-
François Cartegnie authored
duplicate spu issue with demuxers not flagging discontinuity
-
- Jul 17, 2018
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
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