- 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.
-
- 13 Oct, 2020 1 commit
-
-
Steve Lhomme authored
-
- 12 Oct, 2020 1 commit
-
-
Steve Lhomme authored
-
- 08 Oct, 2020 1 commit
-
-
Generate a simple operations structure for filters generating their own filter callback via VIDEO_FILTER_WRAPPER(). The filter chain sets a mouse handler on video filters that don't have one, just as before, by using a local version of the ops structure of the filter and adding the local mouse callback. Co-authored-by:
Steve Lhomme <robux4@ycbcr.xyz>
-
- 25 Aug, 2020 2 commits
-
-
Steve Lhomme authored
We pass the new state and we received the modified value in the same variable.
-
Steve Lhomme authored
Avoid some boiler plate copy for filters not modifying the output.
-
- 17 Jan, 2019 1 commit
-
-
Steve Lhomme authored
-
- 30 Apr, 2018 1 commit
-
-
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 Nov, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Aug, 2016 1 commit
-
-
Rémi Denis-Courmont authored
(This fixes the transcode module video filter option in preferences, as the two was forgotten.)
-
- 18 Aug, 2013 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-