- 19 Mar, 2018 26 commits
-
-
Steve Lhomme authored
That resulted in invalid casts in many cases. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9c87aa8e)
-
Thomas Guillem authored
The i420_nv12 module should be used instead.
-
Martin Storsjö authored
This fixes build breakage since 10de9cab. (cherry picked from commit b1183740) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit e15546b2) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit b373aea1) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 6275ef83) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 97f70192) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 258d7340) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 19f06612) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Mainly used by CVPX. (cherry picked from commit de90f7c0) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit 4e9d965d) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
Since memset is used to set back pixels. (cherry picked from commit e7040600) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
(cherry picked from commit fe785696) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
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)
-