- 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>
-
- 25 Apr, 2018 1 commit
-
-
Romain Vimont authored
See #17078 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 Apr, 2018 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Apr, 2018 1 commit
-
-
Zan Li authored
The implementation of vnc_encrypt_bytes called by vnc_connect needs to add a return value check on function gcry_cipher_open. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Feb, 2018 2 commits
-
-
Rémi Denis-Courmont authored
Font alpha is 8-bits, not 32-bits.
-
Rémi Denis-Courmont authored
-
- 20 Feb, 2018 1 commit
-
-
Steve Lhomme authored
-
- 16 Feb, 2018 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Feb, 2018 2 commits
-
-
Rémi Denis-Courmont authored
This only ever contained a single helper function.
-
Rémi Denis-Courmont authored
../../modules/spu/remoteosd.c: In function ‘vnc_connect’: ../../modules/spu/remoteosd.c:363:5: warning: ‘strncpy’ output truncated before terminating nul copying 12 bytes from a string of the same length [-Wstringop-truncation] strncpy(pv, "RFB 003.003\n", sz_rfbProtocolVersionMsg); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- 29 Nov, 2017 1 commit
-
-
Michał authored
Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Nov, 2017 1 commit
-
-
Thomas Guillem authored
-
- 20 Nov, 2017 1 commit
-
-
Alexander Lakhin authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 11 Nov, 2017 1 commit
-
-
Thomas Guillem authored
-
- 09 Aug, 2017 1 commit
-
-
Thomas Guillem authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 29 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Jun, 2017 1 commit
-
-
Victorien Le Couviour--Tuffet authored
This value is used as an unsigned in the vout and therefore causes an overflow when the alignement contains SUBPICTURE_ALIGN_LEFT, which as the result of having a text displayed at 426xxx in x. This value is supposed to be the relative position from the alignement, and should therefore be 0 (as it always is when opening the module and retrieving the alignement). Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 06 Dec, 2016 1 commit
-
-
Filip Roséen authored
The function does not open MRLs, as correctly described in its documentation, as such it is rather unfortunate that its name uses MRL instead of URL (especially given that it cannot handle MRLs). These changes are simply renaming all occurrences of the function, so that the behavior of the function is properly reflected by its name. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 25 Nov, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-