- 19 Mar, 2018 33 commits
-
-
Martin Storsjö authored
This fixes compilation with clang, which previously errored out with this message: error: address argument to atomic operation must be a pointer to non-const _Atomic type ('const atomic_int *' (aka 'const _Atomic(int) *') invalid) int level = atomic_load(&p_level->level); ^ ~~~~~~~~~~~~~~~ (cherry picked from commit c5161337)
-
Steve Lhomme authored
Lower the log level (cherry picked from commit ce9cc6ba)
-
Adrien Maglo authored
Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> (cherry picked from commit 6d57f6cc)
-
Steve Lhomme authored
(cherry picked from commit 13a5ca47)
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e397f097)
-
Steve Lhomme authored
The doc says to return 0 (VLC_TS_INVALID) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e37f42f4)
-
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 b0e17694) 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 6 commits
-
-
Martin Storsjö authored
(cherry picked from commit 51bf2b1a) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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>
-
Marvin Scholz authored
This is already landed upstream but we need a new release, so for now keep this local patch. When a release is done and the contrib is updated, this should be removed. Fix #19702 (cherry picked from commit 77401995) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
David 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 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>
-
Matthew Whitworth authored
Fixes #19808. The array of child pointers in the message structure is dynamically allocated, so this needs to be free'd when we destroy show2 after reparenting its children Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit e23256db) Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 17 Mar, 2018 1 commit
-
-
Jean-Baptiste Kempf authored
-