- Jun 08, 2021
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Close #23602 (cherry picked from commit e411f5f9) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit 262b5460) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Jun 07, 2021
-
-
François Cartegnie authored
some transmit empty <50 bytes data object (cherry picked from commit 4ae85635)
-
Set volume/mute function pointers when handle is freed, to ensure sio_setvol() is not called on a freed handle. Fixes crashes when volume is adjusted while playback is stopped. Fixes #25796 (cherry picked from commit e94b04c8) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
- Jun 03, 2021
-
-
>= Win10 refs #25794 (cherry picked from commit 4f7eeafa6561170d838ad23be350aa59e061e592) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Jun 01, 2021
-
-
David authored
[super setDataSource] crashes on macOS 10.11 until 10.13. The code in question should not be needed (the recieving properties are weak in new macOS frameworks). Also whole deallocation of this object is not consistent. Therefore remove the code in question. Closes videolan/vlc#21267
-
Hugo Beauzée-Luyssen authored
-
ends up reading wrong sample size/time refs #25784 (cherry picked from commit 86b1ffe5) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit 2028c4b9) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Last of the 2.6.x series (cherry picked from commit c4cc73299c6531b060a758725a4668ec73aa207c) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
CVE-2020-15999 (but we shouldn't be impacted) (cherry picked from commit a6fb42a2) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Fix #25745
-
- May 26, 2021
-
-
FT_Glyph_Stroke is more tolerant of font files that do not follow contour orientation conventions, like Helvetica Neue. It also creates unfilled outline glyphs that can be more efficiently blended. Fixes #21043 (cherry picked from commit 074b4f3c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 722afbfe) (edited) edited: - 3.0 was still on 0.7.1
-
- May 25, 2021
-
-
Steve Lhomme authored
It is imprecise and on seek it may wait a lot of time as, while it's waiting, the decoder threads will flood new frames, delaying that much longer until the ID3D11DeviceContext is finished doing things. This workaround did more harm than good. Now that we have ID3D11Fence support (any recent Win10) the query based system should not be used. For older Windows using D3D11 we'll have less precise estimation of the time it took to actually render, meaning the frame drop will be less effective. (cherry picked from commit 141e07e1) (edited) edited: - the 3.0 code differed from the 4.0 one - date is not passed to Prepare()
-
Steve Lhomme authored
(cherry picked from commit 2550346b) (edited) edited: - the code unlock is only for D3D11 opaque - mtime_t instead of vlc_tick_t Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
This leaves some time for the decoder to do things. This is how it was before 42011b9f. Fixes #25728 (cherry picked from commit 4cb73ccc) (edited) edited: - the display callback is in a different location - the d3d_dev is not a pointer Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
- May 20, 2021
-
-
Steve Lhomme authored
(cherry picked from commit f166bc2a) (edited) edited: - the display_sys_t has a different layout - the original log is in a different location Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
-
Steve Lhomme authored
This is necessary to use ID3D11Fence on Windows 10.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #25746
-
François Cartegnie authored
(cherry picked from commit 32451a7ad9ab52fba7463a3ad3a00048412c288e)
-
François Cartegnie authored
(cherry picked from commit f7bd45a7)
-
- May 10, 2021
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit c15e2691) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit 68b27c23) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- May 05, 2021
-
-
Thomas Guillem authored
Fixes #25680
-
David authored
Increase to 300M to allow to build universal releases. This is the maximum size of the release image, the final file will be only at the usual compressed size. (cherry picked from commit 6a8dcbee0f3925af7ace8afb0b1a5b58c69f354f) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
- Apr 27, 2021
-
-
Move the option parsing right before the input-item slaves copy. This avoid input-slaves unnecessary duplication each time the input is reparsed as the input-item slaves copy itself avoid duplicating. Fixes #19977 (cherry picked from commit 4f7522e620be01a3662bd985aeca1a2b8c4b7ff4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 984407ba) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 1778e11a) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
could trigger -1 offset move reported by Zhen Zhou of NSFOCUS Security Team (cherry picked from commit 44200dea) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit f43cad135a6feccd6422114a00d9bc438e9d5af9) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Not doing so could end up opening a file with the default application associated with it, instead of opening a folder, leading to a potential remote code execution. Reported-by: Fabian Bräunlein <fabian@positive.security> Reported-by: Lukas Euler <lukas@positive.security> Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
palette doesn't need to be freed since it's stack allocated. Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 73f7b186190ecf5811594b16c7eac4520159ef2d) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-