- May 11, 2019
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- May 10, 2019
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
In order to use several different ctx from main().
-
Thomas Guillem authored
No functional changes.
-
Thomas Guillem authored
-
Thomas Guillem authored
Regression from ad183c8f
-
Steve Lhomme authored
-
Steve Lhomme authored
It would have been used as NULL otherwise
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
and better handling of leaks
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
It need to be ported to the new player, playlist and tree.
-
Thomas Guillem authored
The vout is now always present, there is no need to use the old playlist as a proxy. IMPORTANT: the video filter settings will now only change for the main vout. We need to define a way to change vout settings for other windows.
-
Thomas Guillem authored
The aout is always present, there is no need to use the old playlist as a proxy.
-
Thomas Guillem authored
Since the vout is now persistent, there is no need to store the variables on an intermediate vlc_object_t (that was wrongly set to the interface during the last UI merge). IMPORTANT: the video filter settings will now only change for the main vout. We need to define a way to change vout settings for other windows.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
No real functional changes. Changes the callback and enum names to reflect the real event: vout are now started and stopped. The same vout can be started and stopped several time.
-
Thomas Guillem authored
It must be replaced with legacy vout variables handling.
-
Thomas Guillem authored
It must be replaced with legacy vout variables handling.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Vout recycling as keeping the same "vout display" plugin and not disabling/enabling the window. Add input_resource_StopFreeVout: Used to stop the re-used vout if there is no video following the current input. The vout is now always closed or paused from input_resource_PutVout(). Only the main vout is paused, all additional vouts will be closed. The main vout will be actually closed from input_resource_StopFreeVout(), when we are sure that the next input doesn't have video.
-
Thomas Guillem authored
It was only called from ES_OUT_SET_*_BY_ID controls. The new player is calling ES_OUT_SET_* directly that was not called TerminateVout.
-