- 30 Apr, 2016 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
XVideo version 2 does not provide visiblity or control over the use of hardware video overlays. That is an implementation detail of the X11 driver. Thus the overlay setting did not really work as advertized. The XVideo adapter setting has to be used instead. In fact most drivers still in use today do not use overlay, but the 3D engine (either via vendor-specific support or via GLAMOR). And since the XVideo plugin got lower priority than VDPAU and OpenGL, the setting has been redundant: it only has effects if neither VDPAU nor OpenGL are supported (!), and even --no-overlay has the same results as --vout=x11.
-
Rémi Denis-Courmont authored
-
- 29 Apr, 2016 2 commits
-
-
François Cartegnie authored
Happens on stream restart
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 27 Apr, 2016 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It cannot be NULL or empty (the default is typically "file").
-
- 26 Apr, 2016 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Samuel Thibault authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
François Cartegnie authored
-
François Cartegnie authored
4 ppl in a row... Not that there's no warning
-
François Cartegnie authored
-
Hugo Beauzée-Luyssen authored
Store it internally instead. There's a 1:1 relation between the 2 instances. Fix #16866
-
Hugo Beauzée-Luyssen authored
The input_manager may want to update the RecentMRLs upon destruction, and needs a valid settings instance to do so
-
Felix Paul Kühne authored
-
- 25 Apr, 2016 15 commits
-
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
diaog -> dialog
-
François Cartegnie authored
-
François Cartegnie authored
as it contains service type
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
as it is also used for original network id value, we need to max its value to 0xFFFA
-
Thomas Guillem authored
callack -> callback
-
Petri Hintukainen authored
Limit test to MPEG, H.264 and VC-1 video. Check for video sequence end code.
-
Thomas Guillem authored
Move the only 2 remaining typedef into vlc/libvlc.h
-
Thomas Guillem authored
This commit move every deprecated functions to vlc/deprecated.h. Moved functions still belong to their original doxygen group. Except legacy logs functions that now belongs to their own deprecated group (libvlc_core libvlc_log_deprecated).
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Thomas Guillem authored
This new type of module will be used to discover renderers (chromecast, UPnP Renderer, miracast, airport, DIAL, ConeCast). These modules will send new vlc_renderer_item via an event manager callback. This new kind of item contain the necessary information to setup a new sout. Also-by:
Steve Lhomme <robux4@videolabs.io>
-
- 24 Apr, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
-