- Jul 26, 2019
-
-
Rémi Denis-Courmont authored
aligned_alloc() is not portably suitable for over-alignments. posix_memalign()/memalign() are still needed. This essentially reverts commit 34cd9656.
-
Rémi Denis-Courmont authored
-
- Jul 25, 2019
-
-
François Cartegnie 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 is much simpler.
-
Rémi Denis-Courmont authored
If vd->module is NULL, then vd->close is NULL and vlc_objres_clear() is a no-op, so there are no needs to check.
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
If new callbacks are added we want to know (warning or error) if some owners don't handle the new callback.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
The filter owner sys is never used either.
-
Steve Lhomme authored
-
- Jul 24, 2019
-
-
Marvin Scholz authored
This is a mandatory module needed by libvlc.
-
Marvin Scholz authored
Shared build is not yet supported! macOS "normal" app build is not yet supported!
-
Marvin Scholz authored
This is needed for meson, which automatically sets the include path needed to find the file without relying on exact build dir layout.
-
Marvin Scholz 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
-
Steve Lhomme authored
It was empty in cross compilation and then used to set values in the crossfile.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
They are not supported by Meson but the CFLAGS but the global flags are used in some contribs to add extra local flags. We would miss these flags otherwise.
-
- Jul 23, 2019
-
-
When rtcp-mux is used, sdp_AddAttribute is called with a null format string, which means to write an SDP property attribute (without value), which is a different from an empty format string, that writes an SDP value attribute with an empty value. This fixes vsdp_AddAttribute so that it correctly writes a property attribute to the SDP description rather than incorrectly calling vsnprintf with a null format string (an undefined behaviour which segfaults on Windows) and writing a value attribute with an empty value. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
... and fix invalid pointer conversion from const void ** to void ** in xiph_PacketHeaders().
-
François Cartegnie authored
-
François Cartegnie authored
Just like zvbi, we extract page content and display it.
-
François Cartegnie authored
-
François Cartegnie authored
-