- Jul 19, 2018
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
fixup of cfea200c The second arg of ES_OUT_SET_ES_BY_ID was ignored (and was false for input slaves).
-
- Jul 18, 2018
-
-
A widget will (per default) receive focus when it is displayed, something which is not ideal for our fullscreen controller (as it may result in VLC grabbing focus from whatever window the user is actually interested in at the time). fixes #8712 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Thomas Guillem authored
Count ESes using the foreach_es_then_es_slaves() helper and add the "Disable" track from legacy var callbacks.
-
Thomas Guillem authored
Add the EsOutGetSelectedCat() helper to replace var_GetInteger( p_input, "*-es").
-
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>
-