- Jun 14, 2021
-
-
Thomas Guillem authored
Quoting mpg123.de website: "Fix misguided handling of part2_3_length checks in III_get_scale_factors_1() and III_get_scale_factors_2() which invalidated decoding of a mono source encoded as ms+i-stereo. This was a regression introduced with version 1.25.7." Fixes #25798 (cherry picked from commit 62bf14a8) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Jun 13, 2021
-
-
options need to be specified after the cat+subcat declarations otherwise they may be ignored when constructing the preferences tree in Qt (and possibly others). (cherry picked from commit 92654192)
-
not having a cat+subcat specified means that the options were ignored when constructing the preferences tree in Qt (and possibly others). (cherry picked from commit bc6700f7)
-
not having a cat+subcat specified means that the options were ignored when constructing the preferences tree in Qt (and possibly others). (cherry picked from commit 90e1fe40)
-
not having a cat+subcat specified means that the options were ignored when constructing the preferences tree in Qt (and possibly others). (cherry picked from commit f9b5677a)
-
fixes problem of option not being shown in GUI (cherry picked from commit 73e00de6)
-
- Jun 12, 2021
-
-
(cherry picked from commit 801dc62e)
-
- Jun 09, 2021
-
-
This fixes building with the very latest nightly of Clang. (cherry picked from commit 37cdeb67)
-
- 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 4ae85635e5998d1b386b834ad22586e807d60969)
-
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 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 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 c4cc7329) 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 32451a7a)
-
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
-