- Jun 18, 2022
-
-
VLC requires a library version with custom source/destination memory addresses. Note that we cannot look for symbols as some versions define them as preprocessor macros aliasing other symbols. Fixes #27068.
-
- Jun 17, 2022
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This can now be determined unambiguously from the parsed status.
-
Rémi Denis-Courmont authored
Note that this shifts all the values by one, but binary compatibility is already broken anyway.
-
Rémi Denis-Courmont authored
No functional change.
-
Rémi Denis-Courmont authored
No functional changes.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This remove the old API for preparsed tracks.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Media parsing can occur on any instance, and in all likelihood, a freed media is not being parsed by any instance. Note: to cancel parsing, libvlc_media_parse_stop() can be used.
-
Rémi Denis-Courmont authored
The prototype has changed anyhow, and the variants without options no longer exist.
-
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
-
fix #26273
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Jun 16, 2022
-
-
-
-
-
-
-
In case it set its own thread name.
-
We might want to known if it's an audio or video decoder.
-
- Jun 15, 2022
-
-
-
-
-
-
MAX is an Foundation provided macro which is generally expansion-safe on Darwin platforms when using Clang or GCC.
-
-
-
-
-
- Jun 14, 2022
-
-
Steve Lhomme authored
It's the same value except it's more explicit.
-
Multiple OOB-read, heap buffer overflow and user after frees
-
- Jun 12, 2022
-
-
Prevents compilation failure when extending this struct in the future, a feature(tm) unique to C++.
-