- Nov 05, 2018
-
-
Thomas Guillem authored
-
Thomas Guillem authored
Headers only projects install generally their .pc into the share directory.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Steve Lhomme authored
-
Martin Storsjö authored
On Windows, the maximum command line length is rather low; linking libqt_plugin.la will reach this limit (but this seems to currently be the only module linked which reaches the limit). In these cases, instead of passing the list of object files to link on the command line, the list is passed via a file. GCC/GNU ld supports both a response file and linker scripts, while clang/lld only supports response files. This patch reverses the priority between the two, by preferring response files. This patch is included in the libtool package in msys2, which can be considered some sort of active upstream.
-
Martin Storsjö authored
-
Steve Lhomme authored
-
Steve Lhomme authored
It's done for video just before calling input_resource_RequestVout() as well. Fixes #21356
-
- Nov 04, 2018
-
-
Add second block on recvmsg() to check if we need to adjust mtu to be higher. With this approach, we will do extra memcpy and allocation in codepaths where mtu should be increased, but not on normal codepath. Allocates the minimum sized overflow block to capture the maximum sized datagram when combined with the normal (mtu sized) block. This uses the same approach on all platforms and doesn't rely on MSG_TRUNC in linux case and something else in other cases.
-
- Nov 03, 2018
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
This avoids clashing with bpg's local libavutil.
-
- Nov 01, 2018
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Depending on pts, a late frame can still be buffered and output with data from next clip, breaking at least still frame end of stream, forced display then overlays.
-
- Oct 31, 2018
-
-
Signed-off-by:
Konstantin Pavlov <thresh@videolan.org>
-
François Cartegnie authored
-
François Cartegnie authored
-
- Oct 30, 2018
-
-
This is in preparation for a new vout based on libplacebo, for which reusing these shared helpers with OpenGL will make sense. Apart from moving stuff around, this commit only has minor changes (changed define names in some places, minor rewording of some options).
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
to differentiate optimized and debug builds Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Marvin Scholz authored
The sdtype of VLCSourceListItem was not correctly initialized to -1, which caused the macosx interface trying to load the playlist like am SD module, which does not work.
-
- Oct 29, 2018
-
-
Rémi Denis-Courmont authored
Do not use -1 as file descriptor, which overwrites errno with EBADF.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Steve Lhomme authored
-
- Oct 28, 2018
-
-
Tristan Matthews authored
Fixes #21348
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
The timescale (BMDTimeScale) and frameduration (BMDTimeValue) are typedef'd as int64_t, therefore PRId64 should be used here. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Co-authored-by:
Shaleen Jain <shaleen@jain.sh> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
UPNP SDK functions cannot be called from the registered callback so there is no point in passing an instance of upnp instance to the callback as a user data. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Header files should be self-contained and should not have to adhere to special conditions or include order to include the header. Also add a header guard Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-