- May 28, 2019
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
As decided by the VLC TC. - 4 in favor: David, Denis, Hugo, Thomas - 1 against: Rémi cf. discussion here https://mailman.videolan.org/pipermail/vlc-devel/2019-May/124752.html This reverts commit fa0d7496. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr> Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org> Signed-off-by:
Denis Charmet <typx@videolan.org>
-
- May 27, 2019
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- May 26, 2019
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- May 24, 2019
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Only copy all properties so we can prune playlist at will
-
François Cartegnie authored
-
François Cartegnie authored
-
Felix Paul Kühne authored
-
Hugo Beauzée-Luyssen authored
-
Oops. Fixes commit 3f659b04. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
- May 23, 2019
-
-
David authored
In theory, some objects are only released during drain of the autorelease pool (i.e. at the place of the closing bracket of the @autorelease block). Some of those objects might need getInf() in their dealloc code, so this pointer should stay available at this stage. Should fix crash id 8f0bb1b4-fa5a-4d92-bcb3-9f6c0130fc86.
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
https://hackerone.com/reports/504722 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
-
Hugo Beauzée-Luyssen authored
Leading to an out of bound read https://hackerone.com/reports/501971 https://hackerone.com/reports/484398
-
-
-
https://hackerone.com/reports/504469 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
-
https://hackerone.com/reports/496376 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
The UpnpResolveURL APi is very hard to use correctly and can result in buffer overflow issues. Use the UpnpResolveURL2 API instead and fix two small buffer overflows. https://hackerone.com/reports/494841 Signed-off-by:
Will Newton <will.newton@gmail.com> Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
-
Hugo Beauzée-Luyssen authored
DoReordering is bound by frame.channels, but the source array was bound by AOUT_MAX_CHAN https://hackerone.com/reports/503208
-
-