- Nov 13, 2018
-
-
François Cartegnie authored
video stream resync/vout can't be reused fast enough. partial revert of 0160bec1
-
François Cartegnie authored
-
Martin Storsjö authored
-
Steve Lhomme authored
-
- Nov 12, 2018
-
-
Steve Lhomme authored
Code relying on AVX-2 (like dav1d) cannot work without an alignment of 32 bytes at least. Even avcodec has a requirement of 64 (likely to get at least 32 on all planes). So it's probably time to upgrade. picture_Setup ensures a horizontal alignment to 32 bytes and a vertical to 16 bytes. So for all buffers allocated by the core, we have a size multiple of 512 bytes.
-
Olivier Aubert authored
It is more consistent with the way of using/defining enums in the rest of the libvlc API.
-
Hugo Beauzée-Luyssen authored
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #17368
-
Hugo Beauzée-Luyssen authored
ref #17368
-
Hugo Beauzée-Luyssen authored
This API is mostly meant to simplify thumbnailing management, by exposing a simple picture type, that can be probed for its buffer or saved to a file
-
Steve Lhomme authored
dav1d may return the same buffer/picture_t multiple times. In that case we can't output the same picture_t pointer multiple time, so we clone it every time. Fixes decoding of https://code.videolan.org/videolan/dav1d/uploads/86ea12faad3cd7bd6ab8e6cca34a5b01/wanderers_aq_1.webm
-
Martin Storsjö authored
-
- Nov 11, 2018
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This function is only used to open TCP or DCCP passive sockets. The datagram (including multicast) code was never reached.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Be consistent in not using SOCKS across UDP and TCP sockets.
-
Rémi Denis-Courmont authored
Be consistent in not using SOCKS across UDP and TCP sockets.
-
Rémi Denis-Courmont authored
Do not block other protocols.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-