- 30 Apr, 2018 1 commit
-
-
Romain Vimont authored
Do not declare *_sys_t typedefs globally in vlc_common.h. Instead, declare them locally in each module that provides a definition. This paves the way to move C++ definitions into anonymous namespaces in order to respect C++ ODR. The picture_resource_t and sout_stream_id_sys_t typedefs will be handled separately, since they require specific additional changes. See #18033 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Apr, 2018 1 commit
-
-
Romain Vimont authored
See #17078 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Apr, 2018 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- 12 Apr, 2018 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
fixes regression in ts module to handle streams with proper discontinuityies
-
- 31 Mar, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Mar, 2018 1 commit
-
-
Rémi Denis-Courmont authored
A combined access-demux cannot be instantiated without an ES output. This checks that the ES output is present, avoiding crashes for instance with vlc_stream_NewURL().
-
- 26 Feb, 2018 1 commit
-
-
Rémi Denis-Courmont authored
For the time being, access_demux modules should have a higher priority than access modules, so that order is maintained if/when the two capabilities are merged. The highest access module priority is below 300 as of now.
-
- 11 Feb, 2018 1 commit
-
-
Rémi Denis-Courmont authored
This stems from the conversion of ES category to an enumerated type.
-
- 28 Jan, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Jan, 2018 1 commit
-
-
François Cartegnie authored
-
- 12 Jan, 2018 1 commit
-
-
François Cartegnie authored
-
- 25 Dec, 2017 1 commit
-
-
Konstantin Pavlov authored
-
- 19 Dec, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Dec, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 02 Dec, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 24 Nov, 2017 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 11 Nov, 2017 2 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
In order to avoid confusion with future vlc_alloc.
-
- 25 Oct, 2017 1 commit
-
-
François Cartegnie authored
-
- 28 Aug, 2017 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- 09 Jul, 2017 1 commit
-
-
Steve Lhomme authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 29 Jun, 2017 1 commit
-
-
François Cartegnie authored
-
- 19 Jun, 2017 3 commits
-
-
Tristan Matthews authored
Regression from 740dd861
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
-
- 22 May, 2017 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 28 Apr, 2017 2 commits
-
-
François Cartegnie authored
no guarantee ts will set id it to pid
-
Thomas Guillem authored
-
- 27 Apr, 2017 1 commit
-
-
François Cartegnie authored
Note: this can't prevent all other issues due to stream_demux
-
- 19 Apr, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Apr, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
It will never be NULL for access & access_demux, but can be for demux_filter. However, these modules aren't demux_filter
-
- 19 Feb, 2017 1 commit
-
-
Rémi Denis-Courmont authored
- use size_t, ssize_t, - handle const types where applicable.
-