- 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>
-
- 24 Apr, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 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 2 commits
-
-
Rémi Denis-Courmont authored
This plugin does not need priority since no other plugins have any alias in common. However, it has also an access submodule, and we want the access_demux submodule at higher priority for the time being.
-
Rémi Denis-Courmont authored
This plugin does not need priority since no other plugins have any alias in common.
-
- 02 Dec, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 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.
-
- 07 Aug, 2017 1 commit
-
-
Marvin Scholz authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 30 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Jul, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 19 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 Dec, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 30 Dec, 2016 6 commits
-
-
Rémi Denis-Courmont authored
(Unfortunately, this does not seem to be actually called.)
-
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
-
- 11 Nov, 2016 1 commit
-
-
Rémi Denis-Courmont authored
The variable value is always zero as of bdc3ad38. Simplify accordingly.
-
- 11 Sep, 2016 1 commit
-
-
Rémi Denis-Courmont authored
This removes the fake WAVE header, and separates the whole disk "directory" CDDA sub-module from the track CDDA sub-module.
-
- 10 Sep, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Aug, 2016 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 21 Jul, 2016 4 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
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.
-
- 27 Apr, 2016 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It cannot be NULL or empty (the default is typically "file").
-
- 17 Apr, 2016 1 commit
-
-
Thomas Guillem authored
Remove "int options, const char *const *options, unsigned option_flags" arguments from every New() functions since these args are mainly unused. You now have to call input_item_AddOptions after input item creation to add options. Add input_item_net_type enum in order to avoid confusion between 2 int arguments: i_duration and i_net that could both be -1, 0 or > 0. Replace input_item_NewWithType and input_item_NewWithTypeExt with input_item_NewExt. Add input_item_NewCard, input_item_NewDisc, input_item_NewStream, input_item_NewDirectory, input_item_NewFile MACRO. These MACROS avoid to use useless arguments for an item type (for example, it's useless to specify a duration for a directory type).
-
- 14 Apr, 2016 1 commit
-
-
Thomas Guillem authored
Do not add a const qualifier for the p_parent since mutexes operations are not const. Forgot to invert one call in input_item_Copy.
-
- 13 Apr, 2016 1 commit
-
-
Rémi Denis-Courmont authored
This reverts commit 1d8338cd, which is obviously wrong.
-
- 11 Apr, 2016 1 commit
-
-
Thomas Guillem authored
Add a const qualifier for the source and make the code less angrrrrrrrry.
-
- 02 Sep, 2015 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 23 Jul, 2015 1 commit
-
-
Rémi Denis-Courmont authored
If there is a parent input, it cannot go away. There was no point in reference counting.
-
- 05 Jan, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
-