- 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>
-
- 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.
-
- 23 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Jul, 2016 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They have been identical for a while.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
pf_read() returns 0 to signify EOF, and -1 to signify no data. pf_block() returns NULL either way. This flag is added for the distinction.
-
- 20 Jul, 2016 1 commit
-
-
Rémi Denis-Courmont authored
This matches the stream_t.pf_read convention.
-
- 02 Sep, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 Aug, 2015 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
So far, it was returning zero on error. That prevented distinction between an empty file and a file with unknown size.
-
- 28 Jul, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 Jul, 2015 1 commit
-
-
Rémi Denis-Courmont authored
Usage: $ vlc concat:// :concat=URL1,URL2,....URLn Note: As for the existing input-slave and input-list options, URLs are assumed to not contain unencoded commas. This is usually the case but not strictly warranted as the comma is a sub-delimiter.
-