- Oct 28, 2018
-
-
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().
-
-
Steve Lhomme authored
All the modules have to do this boilerplate code, some potentially not releasing the subpicture. Only VDPAU and MMAL hold a reference on the picture after Display is called.
-
- Oct 26, 2018
-
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Oct 25, 2018
-
-
This doesn't break anything since the typo was reproduced everywhere it's used, but it's still worth fixing.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Steve Lhomme authored
or if a metadata update is found
-
Steve Lhomme authored
It doesn't export anything that is usable by modules.
-
Steve Lhomme authored
As specified in the other controls
-
Steve Lhomme authored
Not the actual primaries/luminance corresponding to the colorspace/transfer in use.
-
Thomas Guillem authored
-
- Oct 24, 2018
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-