- Jul 01, 2018
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Jun 29, 2018
-
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
It's only installed when cross compiling
-
Steve Lhomme authored
it collides with the int64_t variant on some platform
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Such values currently have a better resolution than vlc_tick_t Also provide conversion macros/functions to/from vlc_tick_t
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
François Cartegnie authored
b09ab2cf regression
-
François Cartegnie authored
fixes use after free since vlc_list cb09ab2cf7cf762cd20436be73b74495407de2450 change. Can't work with list iterator since the current es will modify the es slaves list.
-
François Cartegnie authored
causes vout deletion between video es b09ab2cf regression
-
Thomas Guillem authored
In order to set i_bytes_per_frame and i_frame_length. Fixes #20753
-
Hugo Beauzée-Luyssen authored
-
Some set top boxes are recording videos with first a .mts then .mts$ID filenames. Bind the pattern to concat access module. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
1. Function definition doesn't match prototype 2. It made an underlying assumption that CLOCK_FREQ is equal to AV_TIME_BASE Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Move out UpnpInstanceWrapper into its own file since it no longer has any dependencies on existing modules and allow other modules to get references to it. Move as well as the various helper functions that are directly required by the UpnpInstanceWrapper class and inline them for a small performance gain. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Introduce a Listener interface to UpnpInstanceWrapper that can be used by modules to get UpnpEvent callbacks from libupnp decoupling UpnpInstanceWrapper from any specific module or its members. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Signed-off-by:
Tristan Matthews <tmatth@videolan.org>
-
Signed-off-by:
Tristan Matthews <tmatth@videolan.org>
-
Tristan Matthews authored
Cherry-picked from 93a3f58b
-
Tristan Matthews authored
Cherry-picked from 043cde8a
-
Tristan Matthews authored
Cherry-picked from commits: 5bf3ee01 8bb28646
-
Tristan Matthews authored
Cherry-picked from 7d69fdb7
-
- Jun 28, 2018
-
-
Martin Storsjö authored
-
François Cartegnie authored
This reverts commit e51f96aa.
-
François Cartegnie authored
-
- Jun 27, 2018
-
-
Felix Paul Kühne authored
This fixes a regression introduced in a6e1e1b0
-