- 10 Jun, 2018 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This removes vlc_list_release().
-
- 17 May, 2018 1 commit
-
-
Thomas Guillem authored
-
- 03 May, 2018 2 commits
-
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
So that we can use private structs to initialize the vout.
-
- 02 May, 2018 2 commits
-
-
Rémi Denis-Courmont authored
Avoid trivial functions located in separate libraries. Since the layout of date_t is public anyway, this costs nothing.
-
Rémi Denis-Courmont authored
-
- 03 Apr, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 Mar, 2018 1 commit
-
-
Rémi Denis-Courmont authored
This was required for stream filters, but not for accesses. Now that both are stream_t, this has become inconsistent. So this just makes them optional also for stream filters.
-
- 30 Mar, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Mar, 2018 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
A quick survey of used installation directories yields those: datadir, libdir, localedir, pkgdatadir, pkglibdir, pkglibexecdir. The current pair of functions is up to the requirements. This provides a more generic function prototype, similar to what is done for user directories. Refs #19748, #19894.
-
- 16 Feb, 2018 1 commit
-
-
François Cartegnie authored
-
- 11 Feb, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Dec, 2017 1 commit
-
-
Thomas Guillem authored
Refs #18991
-
- 28 Nov, 2017 1 commit
-
-
Rémi Denis-Courmont authored
Regression from cf4676c1.
-
- 11 Nov, 2017 1 commit
-
-
Thomas Guillem authored
In order to avoid confusion with future vlc_alloc.
-
- 04 Nov, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Nowadays, multiple pictures might share the same buffers. Consequently the reference count of a single picture may be one even though there are other references to the same buffers through a different picture. Luckily picture_IsReferenced() is only really used in one place in stream output, and then it was only an optimization.
-
- 24 Sep, 2017 2 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
vlc_gl_t can now be ref counted.
-
- 20 Sep, 2017 1 commit
-
-
Thomas Guillem authored
This helper can now be used by other modules like "stream directory".
-
- 19 Sep, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
refs #18605
-
- 05 Sep, 2017 2 commits
-
-
François Cartegnie authored
-
Thomas Guillem authored
-
- 09 Aug, 2017 3 commits
-
-
Thomas Guillem authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Thomas Guillem authored
Use vlc_actions_get_key_names instead Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Thomas Guillem authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 31 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
Nothing cares about the actual length if it is non-zero. Also constify.
-
- 23 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
(easier to test separately)
-
- 19 Jul, 2017 1 commit
-
-
Thomas Guillem authored
-
- 01 Jul, 2017 1 commit
-
-
Victorien Le Couviour--Tuffet authored
-
- 19 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 May, 2017 1 commit
-
-
Rémi Denis-Courmont authored
This set of "helpers" is only used by the libmpeg2 plugin, and was not exposed to out-of-tree-plugins. There is apparently no point keeping it inside the core.
-
- 16 May, 2017 3 commits
-
-
Rémi Denis-Courmont authored
Missing bits of previous changeset. Fixes Libvlc.
-
Filip Roséen authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Thomas Guillem authored
This is a fix-up of c9195902
-