- Mar 19, 2019
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
WaveOutFlush( p_aout, true ) is always called from this function.
-
Steve Lhomme authored
Since it always assumes it outputs unicode strings even though _UNICODE is not defined.
-
Steve Lhomme authored
It's already set by the PKG_PROG_PKG_CONFIG call below with a nicer order of variables and more official documentation.
-
Steve Lhomme authored
The mingw32/mingw64 pkg-config doesn't handle UNIX pathes
-
Steve Lhomme authored
The pkg-config of these shells only understands windows/hybrid pathes, not UNIX pathes. The pure Msys2 shell doesn't. And they force a PKG_CONFIG_LIBDIR unless specifically set, even exporting the variable is not sufficient.
-
Steve Lhomme authored
We may use some forbidden APIs that are actually usable via WindowsStoreCompat GetACP in the core, for example.
-
Steve Lhomme authored
Many contribs use forbidden APIs that are mapped to valid APIs in the winstorecompat. We make sure they map to these calls with the define and linking with the matching library.
-
Steve Lhomme authored
And no need to redefine snprintf for one call.
-
Thomas Guillem authored
Reported-by:
Awais Chishti <chishtiawais511@gmail.com>
-
- Mar 18, 2019
-
-
Thomas Guillem authored
-
Steve Lhomme authored
Otherwise in multithread builds it often tries to copy the file before it's even built.
-
Thomas Guillem authored
-
Steve Lhomme authored
They will be removed in the next release of libvpx: https://chromium-review.googlesource.com/c/webm/libvpx/+/1003515
-
- Mar 17, 2019
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
No functional changes.
-
Rémi Denis-Courmont authored
No functional changes.
-
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
No functional changes
-
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
-
Rémi Denis-Courmont authored
In the medium term, using C++ inheritance would probably be better.
-
Rémi Denis-Courmont authored
If the decoder is valid for holding, then it is also valid for setting a VLC object variable or adding a VLC object variable callback. Otherwise, loading the decoder pointer or accessing the decoder is undefined. Either way, holding then releasing serves no purpose. Note: input_GetEsObjects() should probably be removed in favor of the new VBI input controls; but those are not currently exposed to input managers.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Mar 16, 2019
-
-
David authored
This is now available in all supported versions (iOS 9, macOS 10.11).
-