- 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
-
Rémi Denis-Courmont authored
This keeps track of the underlying memory allocation, and makes room for non-anonymous memory allocation.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Oct 27, 2018
-
-
Thomas Guillem authored
p_sys will be used for software pictures too.
-
Thomas Guillem authored
MODULE_NAME is only used for static builds: Here is an example: for codec/liba52_plugin_la-a52.lo MODULE_STRING=a52 MODULE_NAME=codec_a52 for packetizer/a52.lo MODULE_STRING=a52 MODULE_NAME=packetizer_a52 This patch will fix conflicts with the 2 vlc_entry__a52 symbols (that will now be vlc_entry__codec_a52 and vlc_entry__packetize_a52). On Android, we used objcopy to rename these symbols, but this tool is not availaible on iOS toolchain.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
David authored
An event must be queued into the event loop so that the stop flag can be executed and the main loop can be actually stopped. If we we would have called the super implementation of this method this would be not needed. But due to our custom deinit code in Close, we do not call super, but instead do manual cleanup there. closes #21369
-
Steve Lhomme authored
-
Steve Lhomme authored
It's never used, even the picture is rarely used.
-
For asynchronous displays it may be better to schedule the display in Prepare() and nothing is done in Display().
-