- 18 May, 2022 1 commit
-
-
Steve Lhomme authored
-
- 27 Apr, 2022 1 commit
-
-
Steve Lhomme authored
It is not used in POSIX systems. On other system it probably don't make a difference anymore, only Windows has actual useful values for VLC_THREAD_PRIORITY_XXX. The synchronization is more important than having some threads called more often than others.
-
- 13 Jan, 2022 1 commit
-
-
a followup to !1044.
-
- 08 Jan, 2022 1 commit
-
-
Typos found and reworked from codespell.
-
- 20 Dec, 2021 1 commit
-
-
see e967f81f. note, this does **not** affect cat-based module selection items (of which there are just three in use by the core), since that mechanism uses subcats not cats.
-
- 19 Aug, 2021 1 commit
-
-
This makes it consistent with all the other uses of such defines in the source code, which are tested for their existence rather than the actual value.
-
- 11 Jun, 2021 1 commit
-
-
Co-authored-by:
Zhao Zhili <zhilizhao@tencent.com>
-
- 06 Jun, 2021 1 commit
-
-
The config "advanced" flag was unused and has been removed by 6a7a137f. It has been removed from many add_*() macros, but not all. Remove it from the remaining macros.
-
- 29 Jan, 2021 1 commit
-
-
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- 30 Nov, 2020 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Nov, 2020 26 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If we don't use stdout, we should not reconfigure it.
-
Rémi Denis-Courmont authored
This allows the interface to process commands both from the standard input and from incoming Unix socket clients. This also fixes a bug where socket mode would only start if the standard input was a TTY or --rc-fake-tty was passed.
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This adds support for multiple concurrent client, albeit only on the same listener.
-
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
This moves the output lock, output file descriptor and input stream to the client structure.
-
Rémi Denis-Courmont authored
No functional changes.
-
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
-
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
-
- 21 Nov, 2020 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Oct, 2020 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Oct, 2020 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes the (mostly harmless but nevertheless undefined behaviour) data race on the output file descriptor.
-