- 19 Mar, 2018 13 commits
-
-
Thomas Guillem authored
(cherry picked from commit 64abb025) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit d869a084) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 485f4173) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 41b390e2) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 52e2c531) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 215f3720) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
P010 is on MSB, and VLC_CODEC_I420_10B/VLC_CODEC_I420_10L are on LSB, so we need to shift bits by 6 when doing the conversion. VLC_CODEC_I420_10L should be used instead of VLC_CODEC_I420_10B since it's little endian. It "worked" only because the conversion was tested while downloading and uploading, so the download error was canceled by the upload error. This fixes screenshot colors. (cherry picked from commit 73e94f48) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
In order to use Uswc when copying packer pictures (RGB/YUYV). (cherry picked from commit 10de9cab) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit ae93aaa1) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
This commit improve the Y plane copy speed from GPU images. (cherry picked from commit 3a0f6003) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Rémi Denis-Courmont authored
This causes a lot of extra ifdef'ery and parameters passing. Calling vlc_CPU() is cheap anyway; it just returns a constant. (Also nowadays at least SSE2 is enabled by default.) (cherry picked from commit 16b2f3e3) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Rémi Denis-Courmont authored
(cherry picked from commit af19995e) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
(cherry picked from commit 291dcad8) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Mar, 2018 3 commits
-
-
Daksh Shah authored
Fixes #19964 Signed-off-by:
Marvin Scholz <epirat07@gmail.com> (cherry picked from commit ed832e6b) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
The previous solution caused different problems. Therefore, add this as a workaround to deinitialize InputManager, even if the object still has strong references and therefore cannot be destroyed yet. The comment explains some problems, which look like not easily fixable for the 3.0 branch. close #19704 (cherry picked from commit 2c0ea2ff) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
This caused too many unrelated crashes / problems. This partly reverts commit 5d0d2b0d. close #19983 (cherry picked from commit bbae6326) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 17 Mar, 2018 11 commits
-
-
François Cartegnie authored
(cherry picked from commit 0329f06a)
-
François Cartegnie authored
(cherry picked from commit 8a6c136e)
-
François Cartegnie authored
(cherry picked from commit 6cbbc7e5)
-
François Cartegnie authored
(cherry picked from commit adb75830)
-
François Cartegnie authored
(cherry picked from commit 8a9c9327)
-
François Cartegnie authored
can't properly handle restarts on radio streams (cherry picked from commit 249c1e41)
-
François Cartegnie authored
happens when seeking outside of stream/on new stream ahead (cherry picked from commit 1aaa17eb)
-
François Cartegnie authored
(cherry picked from commit dbc434e8)
-
François Cartegnie authored
(cherry picked from commit ab79addb)
-
François Cartegnie authored
(cherry picked from commit 910d0112)
-
François Cartegnie authored
(cherry picked from commit 9e71a998)
-
- 16 Mar, 2018 1 commit
-
-
Pierre Lamot authored
"sub-file" path expects native separator and not slashes. Closes #19976 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 67ebc093) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 14 Mar, 2018 12 commits
-
-
François Cartegnie authored
(cherry picked from commit 1bfa2c2c)
-
François Cartegnie authored
(cherry picked from commit 90b5dd9a)
-
François Cartegnie authored
(cherry picked from commit e67f4335)
-
François Cartegnie authored
Some were missing, and that's a subset of ISO/IEC 23001-8:2016 (cherry picked from commit c84e8acb)
-
François Cartegnie authored
(cherry picked from commit 8a9e2e8f)
-
François Cartegnie authored
(cherry picked from commit 4a4ecf29)
-
François Cartegnie authored
(cherry picked from commit ebfff8ab)
-
Thomas Guillem authored
This commit fixes a crash on Debian Stretch and Ubuntu 17.10 when you fallback from VDPAU (GLX forced) to SW decoding (EGL by default). Fixes #19982 (cherry picked from commit 95d43f8a) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Indeed, this variable can be "any" if it was previously reset from preference settings. (cherry picked from commit 6cc83a00) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Pierre Lamot authored
:sub-file doesn't accept URL Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 143b6e32) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Steve Lhomme authored
Do the 3 values in one pass. This allow doing tone mapping even on 9.1 compatible GPUs which have a restricted number of instructions/slots. (cherry picked from commit cc074043) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Steve Lhomme authored
(cherry picked from commit d7fb9626) Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-