- 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.
-
- 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.
-
- 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.
-
- 21 Nov, 2020 1 commit
-
-
Rémi Denis-Courmont authored
(Fix assertion failures.)
-
- 10 Oct, 2020 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 20 Apr, 2020 1 commit
-
-
Rémi Denis-Courmont authored
This really does not seem to belong there. Move it in the modules directory where its two users are located.
-
- 13 Apr, 2020 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Apr, 2020 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Apr, 2020 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 Mar, 2020 1 commit
-
-
Rémi Denis-Courmont authored
This removes the "sout stream" capability, and adds two new ones instead: - "sout output" for final nodes in the sout chain, and - "sout filter" for non-final nodes in the sout chain. This is mainly to prevent impossible / non-working chain constructs. Note: In practice, only "cycle" and "stats" plugins supported both modes in any meaningful mannter. They are split into two submodules each.
-
- 03 Mar, 2020 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Feb, 2020 1 commit
-
-
- 21 Feb, 2020 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Feb, 2020 1 commit
-
-
Rémi Denis-Courmont authored
Match the syntax expected by SDPHandleUrl().
-
- 07 Oct, 2019 1 commit
-
-
strncpy inserts a last null character, which prevents from copying 8 bytes correctly. Instead, zero the integer and reproduce strncpy behaviour without the trailing \0. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 18 Sep, 2018 1 commit
-
-
Steve Lhomme authored
-
- 06 Jul, 2018 1 commit
-
-
Steve Lhomme authored
-
- 05 Jul, 2018 1 commit
-
-
Steve Lhomme authored
The default value is in vlc_tick_t but the variable uses milliseconds.
-
- 03 Jul, 2018 1 commit
-
-
Steve Lhomme authored
-
- 22 Jun, 2018 3 commits
-
-
Steve Lhomme authored
The lua "mdate" remains the same.
-
Steve Lhomme authored
The lua "mwait" remains the same.
-
Steve Lhomme authored
Keep a copy of vlc_tick_tfor backward compatibility.
-
- 14 Jun, 2018 1 commit
-
-
Steve Lhomme authored
-
- 30 Apr, 2018 2 commits
-
-
Remove the sout_stream_id_sys_t typedef in vlc_common.h (for ODR). This implies to replace sout_stream_id_sys_t* by void* in the sout_stream_t functions. See #17078 and #18033 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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>
-
- 25 Apr, 2018 1 commit
-
-
See #17078 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 Apr, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Jul, 2017 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- 07 Jul, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 May, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 Feb, 2017 1 commit
-
-
Rémi Denis-Courmont authored
This seems completely useless (at least, VLC receives ignore it). Maybe we should also remove URL and/or email.
-
- 25 Feb, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Apr, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-