- Jun 11, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
(cherry picked from commit 3aaedbf6c1a84216503941d55ccc4629e97fe88a) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Steve Lhomme authored
Old driver versions had a revision number bigger than 1000. VLC 3.0.6 had a check on .wddm = 22, .d3d_features = 19, .revision = 162, .build = 0, (cherry picked from commit 72022d99)
-
- Jun 08, 2019
-
- Jun 07, 2019
-
-
David authored
Set HOSTVARS like with other contribs, to let the library select the correct compiler.
-
Thomas Guillem authored
(cherry picked from commit dca2bfce) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
i_format = VLC_CODEC_SPDIFB only for API 23, cf. StartPassthrough. (cherry picked from commit 88aa2e8e9d0bdc5ca708a1bde1c651970e3e82be) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Unlikely to fix anything since this code patch is disabled. DTS_HD had never been tested and enabled on API 23. It is working on API >= 24 with IEC61937 encoding. (cherry picked from commit 09e8e01e19e5f588244a9dcf183eb04d25fb9e56) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 62677756) Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
- Jun 06, 2019
-
-
Hugo Beauzée-Luyssen authored
-
- Jun 05, 2019
-
-
François Cartegnie authored
cherry-picked from a968e4f071032d089da2601e9238d8100c1fac74
-
- Jun 04, 2019
-
-
Steve Lhomme authored
This reverts commit 08b8ef7c. (cherry picked from commit 2c83dd31)
-
Steve Lhomme authored
(cherry picked from commit 16bd6f1c)
-
Steve Lhomme authored
The transfer was already set. If we don't do that it may be assumed to be 709 or 601 depending on the picture dimensions. (cherry picked from commit 3275083c)
-
Steve Lhomme authored
The transfer was already set. If we don't do that it may be assumed to be 709 or 601 depending on the picture dimensions. (cherry picked from commit bb405fd4)
-
Steve Lhomme authored
(cherry picked from commit e2fd9ede)
-
Steve Lhomme authored
(cherry picked from commit 282ae084)
-
- May 29, 2019
-
-
Steve Lhomme authored
(cherry picked from commit a8c5fc709d08c17ccdcc1867e7a7c801d3d614df)
-
Steve Lhomme authored
(cherry picked from commit 1473ad989ac8f96c51af46d3ad0e90bbb3e6f2e8)
-
Steve Lhomme authored
The conversion to Linear should end up with the max luminance, not normalized to 0..1. The conversion from linear also assumes non normalized pixel values. The luminance scale also needs to be applied when not tone mapping (SDR to PQ). (cherry picked from commit 594f02e8f6f48ce3df1e85a21baae83be1e43c50)
-
Steve Lhomme authored
(cherry picked from commit 43e5fb14483055fa47eb73f79f4810891f2722d1)
-
Steve Lhomme authored
(cherry picked from commit c42d8474)
-
Steve Lhomme authored
Probably some issues with the FLOAT in the structure. (cherry picked from commit ecbd1205a00dedd707fee4e9be91de75d366e0bc)
-
- May 27, 2019
-
-
The slowdown multiplicator started at 2^1 (2) instead of 2^0 (1). As a result, the delays were: 200ms, 400ms, 800ms, 1.6s, 3.2s, 6.4s instead of: 100ms, 200ms, 400ms, 800ms, 1.6s, 3.2s as expected and documented. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
(cherry picked from commit cfb18f369dcbe4639b1ca641e8c09ed9d1a990df)
-
Steve Lhomme authored
(cherry picked from commit 7196586c)
-
- May 24, 2019
-
-
Hugo Beauzée-Luyssen authored
-
From the release notes of 1.6.36: "Fixes some build issues, adds a couple of small optimizations (ARM png_do_expand_palette(), Intel SSE2 memcpy()), and updates the license (identical terms to the zlib license, with the old license appended in the manner of the Python Software Foundation License version 2, and the list of contributing authors moved to a separate AUTHORS file)." 1.6.37: This release fixed CVE-2019-7317, although our png module is not using this API. (cherry picked from commit a643b2fa) (cherry picked from commit 6bfeb1d8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
When repeat/loop is enabled, and items fail to play, VLC enters an infinite liveloop and floods errors. We cannot just stop on errors, because retrying indefinitely may be the expected behavior: <https://trac.videolan.org/vlc/ticket/18582#comment:3> Instead, wait some delay before starting the next item, depending on the number of consecutive errors: - 1st error: 100ms - 2nd error: 200ms - 3rd error: 400ms - 4th error: 800ms - 5th error: 1.6s - further errors: 3.2s A single successful playback resets the errors counter. Note-from-committer: -------------------- This is not a complete and correct fix, but this hides the issue for our users for the vast majority of the cases. Once a proper fix is done, please revert this. Ref #5901 Fixes #6245 #6339 #7305 #7798 #8893 #9230 #11066 #11961 #12104 #12909 #13878 #14679 #15805 #16697 #17660 #18582 #18942 #19284 #19313 #20365 #21564 #21672 #21897 #22118
-
- 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. (cherry picked from commit fdbf7317) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
https://hackerone.com/reports/513704 (cherry picked from commit c6b07d7c) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 5ef3830f385bfa6a47e9088f9a0d13062cd61c3a) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 81023659c7de5ac2637b4a879195efef50846102) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
https://hackerone.com/reports/504722 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 3d2507c632003920484098e05fb21736a4c9956d) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
https://hackerone.com/reports/504484 (cherry picked from commit de2d56055be37bf4d18ceb1623bb341f69d2d86e) 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 (cherry picked from commit 2e7d1075b715e4e7a8772039c9a74b4834e64342) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
https://hackerone.com/reports/503218 (cherry picked from commit 1c1923d8f63e6fc8d9389b16c806b6e32bcde03b) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
https://hackerone.com/reports/503218 (cherry picked from commit af75fb6f24d74e51dbddeca5c6692404e7b25307) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-