- Jun 04, 2020
-
-
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit fa5e127ed4130485b781c9809aa9851c6d390316) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
This special case is now useless since p_source is always copied to p_dest, right after in the memmove loop. Furthermore, this caused an invalid payload size when the buffer was actually reallocated since the payload calculation was comparing two different buffers offset. CVE-2020-13428 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 56822f03) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
- Jun 03, 2020
-
-
CVPixelBuffer references are retained and release by cvpxpic_attach so releasing after attaching tie the buffer lifetime to the one of the picture, but failing to release afterwards meant that it wouldn't be released at all. (cherry picked from commit c010c528) Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
(cherry picked from commit 6c1786b6e0ff677ec7bff9de47f506443d889765) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
Marvin Scholz authored
Trying to draw a NSGradient into an empty NSBezierPath throws and exception, crashing the application. To prevent that we have workarounds at every place where we called drawInBezierPath:angle:, instead just use a category which makes the code cleaner and keeps the logic for the workaround in one place. (cherry picked from commit 2a5d25e0) Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- May 30, 2020
-
-
Pierre Ynard authored
(cherry picked from commit 8ed74ac7) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- May 29, 2020
-
-
Move the breakpad initialization right to the start of the program and do not initialize breakpad if the VLC_DISABLE_BREAKPAD env variable is set. (cherry picked from commit 8aadaf3d) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
- May 28, 2020
-
-
Konstantin Pavlov authored
Fixes #24657 (cherry picked from commit 092a5b4f)
-
François Cartegnie authored
(cherry picked from commit 808e9932)
-
François Cartegnie authored
(cherry picked from commit 19fc4c59)
-
They are never used as seconds (cherry picked from commit f18894b5)
-
- May 25, 2020
-
-
François Cartegnie authored
A.7 3) The absence of the sync sample table indicates that all samples are synchronization points ref VLCKit/-/issues/367 (cherry picked from commit 71262497)
-
François Cartegnie authored
(cherry picked from commit 1027e60b)
-
François Cartegnie authored
(cherry picked from commit 0cb5b91f)
-
François Cartegnie authored
(cherry picked from commit 6b2e2ee8)
-
- May 24, 2020
-
-
Thomas Guillem authored
The render host time was not updated while paused. This caused the first time_get(), after a unpause, to return a delay way too early (corresponding to the pause time). This could happen only when the ca render callback was not triggered between an unpause and a time_get. This invalid delay caused the insertion of a long silence, that was not interruptible, hence the impression of a deadlock. Fixes #24668 (cherry picked from commit f9fce135) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
- May 22, 2020
-
-
Konstantin Pavlov authored
(cherry picked from commit aecd2122)
-
- May 19, 2020
-
-
François Cartegnie authored
fixes start case when min buffering < playlist duration refs VLCKit/-/issues/374 (cherry picked from commit 75c2df6c)
-
François Cartegnie authored
(cherry picked from commit a59a0690)
-
- May 17, 2020
-
-
100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
-
100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
94% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
64% 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>
-
100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
28% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
87% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
100% translated Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
-
- May 16, 2020
-
-
David authored
-
David authored
libstdc++ is not available anymore in modern sdks. (cherry picked from commit a7dd702b) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
The autoconf endianness check does not compile with a C++ compiler due to bogus casts, therefore it is needed to use the C compiler to check for the host endianness. This fixes the libmodplug contrib build for Android. (cherry picked from commit 903c2509) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-