- 29 Mar, 2017 26 commits
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
Thomas Guillem authored
Restart and try to decode the same block again.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
This avoid to loose some frames when SPS/PPS change.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Starting Android 4.4, devices can have the "adaptive-playback" capability. If a device have such capability, we don't have to use hxxx_helper to detect SPS/PPS change since the device is capable of handling it. It can also handle a video size change.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
hxxx_helper is a H264/HEVC helper used by mediacodec and videtoolbox. For mediacodec, it's used to convert (and validate) xvcC to AnnexB or used to detect SPS/PPS change when decoding AnnexB. For videotoolbox, it's used to validate avcC or to convert AnnexB to avcC (and detect SPS/PPS change) when decoding AnnexB.
-
Thomas Guillem authored
Merge StartVideoToolbox with StartVideoToolboxSession, and merge StopVideoToolbox with StopVideoToolboxSession.
-
Thomas Guillem authored
Split decoder extra configuration from StartVideoToolbox.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
François Cartegnie authored
-
Hugo Beauzée-Luyssen authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix CID #1403397 #1403398
-
Hugo Beauzée-Luyssen authored
Fix CID #1403399
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Mar, 2017 12 commits
-
-
Implement a sigwait dummy for NaCl, which relies on: - NaCl does never send SIGPIPE to to apps (see https://codereview.chromium.org/288063004/ ) - VLC uses sigwait exclusively to wait for SIGPIPE If sigwait is asked to wait for anything else than SIGPIPE it will run into an assertion failure, so that breakage would not be silent. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
netinet/tcp.h is broken in NaCl/Newlib. Define TCP_NODELAY for it. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
The nacl c++ toolchain comes with it's own dummy implementation of extended locale functions, which are not implemented in newlib. Thus do not use the vlc_fixups ones in C++ code on Native Client builds, because the dummy implementations will conflict. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add system type for Google Native Client. Signed-off-by:
Julian Scheel <julian@jusst.de> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
_ONLN is the currently online number of processors, while _CONF is the number of configured processors, some of which can be disabled.
-
Thomas Guillem authored
This reverts commit 3add8370. This commit was incomplete (missing audio/spu support) and is now done in vlc core. See 8bc1b9ff8747be1b87730bea14a1b3778aed0bd6.
-
Thomas Guillem authored
This commit allows video/audio/spu tracks to be selected even if the media was started without video/audio/spu. (--no-{video/audio/spu} option).
-
Thomas Guillem authored
This refactor improves visibility and is useful for the next commit in order to avoid an other strcmp.
-
Thomas Guillem authored
This commit avoids to return a (valid) track of 0 when the track is disabled.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #14062
-
- 27 Mar, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It´s shipped a .pc file for about 15 years.
-