- 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 e94b04c8f867382ce6835254d29ee54fe855c686) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
- Jun 03, 2021
-
-
>= Win10 refs #25794 (cherry picked from commit 4f7eeafa) 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 86b1ffe50f7cb5cbe273f14e1c4e0ba2b3572f93) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit 2028c4b9cba36a56eb54264bb47819c8b2b3b797) 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 a6fb42a20a4b8e77c5cdbd83458d489fa523dc5d) 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 074b4f3c4adf21b574c4a5127bac18cf7e94d821) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 722afbfe36517581d3d4618e4296411185684519) (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 141e07e12fd73ebd957d3d1227aa9bdbe58e3ef3) (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 2550346b5f609b6c7626281a906bdaa6523ffbb7) (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 42011b9fb105b4b5de832fdafd097b86c8154eda. Fixes #25728 (cherry picked from commit 4cb73cccce3a413263b697b88acafe172978c325) (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 f166bc2a7c56646489da35af743895c8011be238) (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 f7bd45a75080b81116369b9869bdf7337b97429c)
-
- 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 68b27c23fd6f87577d2f1c49821008fc5b86f75d) 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 4f7522e6) 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 1778e11aaffc628f62cfb6e35ba9d64b1953620e) 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 f43cad13) 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>
-
- Apr 23, 2021
-
-
Marvin Scholz authored
When the macOS notifications module was disabled due to lack of Growl framework in contribs, this was not properly checked for in the package Makefile, resulting in a failure due to the missing framework.
-
Marvin Scholz authored
-
Marvin Scholz authored
Instead of doing the event parsing in VLCCoreInteraction, do it in the library. That way the VLC code does not get cluttered with details how to parse the event and everything is properly dealt with by the SPMediaKeyTap class.
-
Marvin Scholz authored
Remove unused constant and move a private method out of the public header.
-