- 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.
-
- 19 Sep, 2017 1 commit
-
-
Thomas Guillem authored
A general error dialog is already displayed by the core in input.c (see "Your input can't be opened") in case of error.
-
- 23 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Apr, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Jul, 2016 6 commits
-
-
Rémi Denis-Courmont authored
-
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
-
- 20 Jul, 2016 1 commit
-
-
Rémi Denis-Courmont authored
This matches the stream_t.pf_read convention.
-
- 21 Apr, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Feb, 2016 1 commit
-
-
Thomas Guillem authored
-
- 29 Nov, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Nov, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 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
-
- 22 Aug, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Jul, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Jul, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Jun, 2015 2 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 06 Jun, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 May, 2015 1 commit
-
-
Thomas Guillem authored
Recursive parsing is not handled anymore by accesses.
-
- 12 May, 2015 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Feb, 2015 1 commit
-
-
Rémi Denis-Courmont authored
This might suppress some warnings (and very slightly reduce code size) when assertions are disabled. Not that I particularly like to create VLC-specific macros.
-
- 18 Aug, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Apr, 2014 1 commit
-
-
Felix Paul Kühne authored
OS X Mavericks takes read-ahead very seriously when accessing SMB drives, so it caches up to a 100 MB. However, when the end of said cache is reached, VLC will stutter because the file system needs to re-connect to the server first. Disabling read-ahead leads to a continous data flow at the media's bitrate. This solves a regression introduced in fe0a075e
-
- 29 Dec, 2013 1 commit
-
-
Rémi Denis-Courmont authored
This fixes "%m" in error dialogs on non-GNU platforms.
-
- 26 Aug, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Aug, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Jul, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Jun, 2013 1 commit
-
-
Rafaël Carré authored
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.80).aspx only mentions the _ prefixed variable. gcc will always define the _ prefixed variable, like Visual Studio. The prefixless one is defined in some language standards, e.g. gnu99 but not c99.
-
- 22 Apr, 2013 1 commit
-
-
Rafaël Carré authored
The define to set would be WINAPI_FAMILY, and it is set by default already. We should not set it though, as it would prevent us from using forbidden APIs (e.g. winsock). Close #8410
-
- 20 Apr, 2013 1 commit
-
-
Rafaël Carré authored
-
- 17 Apr, 2013 1 commit
-
-
Rémi Denis-Courmont authored
This was only used for INPUT_UPDATE_SIZE.
-