- Dec 15, 2020
-
-
Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
73% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
50% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
72% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
87% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
78% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
63% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
56% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 16504feb) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Which would in turn cause a size verification failure, leading to a buffer overflow Reported by: Zhen Zhou, NSFOCUS Security Team (cherry picked from commit a4b1de184faf86617b4432954c1984e0027fb246) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Reported by: Zhen Zhou, NSFOCUS Security (cherry picked from commit 89093b8c) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
the stored track index might not match the one at parsing time Reported by: Zhen Zhou, NSFOCUS Security Team Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 41541125de479fdff0ed0dcd73a6bbc64e598727) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Reported by: Zhen Zhou, NSFOCUS Security Team Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 072c3bf621f34efbc81048bd5db585f554b9d1b0) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
The function vlc_tls_GetLine() forgot to truncate the string if a line sent by the server did not end with `\r\n`. As a consequence, it returned a non-NUL-terminated string. (cherry picked from commit 746bdbb1) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Pierre Ynard authored
-
Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- Dec 14, 2020
-
-
-
-
-
-
-
-
-
-
David authored
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
InfoPlist.strings: 100% translated Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David authored
Check whether vlc-cache-gen can actually be executed, to detect whether it is available for the right architecture. If it is not available, support the possibility to not sign the plugins.dat cache file. Also support the case the cache file is not there from the beginning. (manual bp of 18271e16)
-
David authored
Calling on the symlink replaces that symlink with the real file with latest versions of that tool. This invalidated the framework structure of the Sparkle.framework. (cherry picked from commit 80d4dd91) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Hugo Beauzée-Luyssen authored
-
François Cartegnie authored
(cherry picked from commit a0d053d4)
-
François Cartegnie authored
mishandled in lookups. should be enforced in parsing. refs VLCKit/-/issues/382 (cherry picked from commit 39c471fa) (cherry picked from commit 444c839b)
-
François Cartegnie authored
regression by 15f5497b (cherry picked from commit 694c5b02)
-
François Cartegnie authored
regression from 467c01b3 (cherry picked from commit 752a6c48)
-
François Cartegnie authored
(cherry picked from commit 467c01b3)
-
François Cartegnie authored
(cherry picked from commit eb1e8a60)
-
François Cartegnie authored
on seek or activation, the seek reference point is inside a segment and if that segment is longer than buffering duration, it could never start. (segment start + buffering amount < deadline) (cherry picked from commit 15f5497b)
-
Add input rotation for mouse events in the rotate video filter. Previously the rotate video filter would not rotate mouse events, which would cause confusion if another video filter taking mouse input was chained before rotate (e.g. zoom, puzzle, etc), and clicks headed for those in-filter actions would have to go to their pre-rotated positions in order for VLC to accept them. Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 74c2a6e22988b48fef7cc0bfd15bfd23e2b888a1) (edited) edited: - the filter doesn't have a vlc_filter_operations in this branch Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-