- Jun 04, 2021
-
-
closes #25581
-
François Cartegnie authored
-
As per the Clang documentation, some sanitizers only work with position independent executables, so it is implied already by the sanitizer flag: > Non-position-independent executables are not supported. > Therefore, the fsanitize=thread flag will cause Clang > to act as though the -fPIE flag had been supplied if > compiling without -fPIC, and as though the -pie flag > had been supplied if linking an executable. https://clang.llvm.org/docs/ThreadSanitizer.html#limitations
-
- Jun 03, 2021
-
-
This fixes building with the very latest nightly of Clang.
-
François Cartegnie authored
>= Win10 refs #25794
-
This currently deadlocks the vout and should be done in the vout window properly anyway.
-
- Jun 02, 2021
-
-
Ignore the worst standard for the worse refs #25781
-
refs #25781
-
-
-
If no bin folder existed, it would install the dump_syms binary to a binary called bin, causing all other contribs built after to fail with a rather confusing error as they are of course unable to install into an executable named bin instead of a folder.
-
Thomas Guillem authored
Don't always include media utils functions that need linkage to VLCCORE. Fixes #25777
-
- Jun 01, 2021
-
-
Thomas Guillem authored
Don't wait more than CR_MAX_GAP. The CR_MAX_GAP might be too big (60 seconds). This algorithm, like the one in input_clock.c could be improved by comparing stream and system date. This a work around buggy demuxers or corrupted samples/streams. That is the reason that the new log should draw attention to developers.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Reset main clocks before unselecting every ESes. This will speed up audio and video output termination. Indeed, they won't wait for a specific PTS conversion. This may also unblock outputs in case of a corrupted sample with a PTS very far in the future.
-
ends up reading wrong sample size/time refs #25784
-
-
- May 31, 2021
-
-
Steve Lhomme authored
Co-Authored-By:
Jean-Baptiste Kempf <jb@videolan.org>
-
-
- May 30, 2021
-
-
Fix typos, grammar in README.md. Add links too.
-
- May 29, 2021
-
-
Lyndon Brown authored
-
Lyndon Brown authored
-
Lyndon Brown authored
-
Lyndon Brown authored
the null entry should not be there. caught this with some work to be submitted later.
-
Lyndon Brown authored
these lists takes signed ints. this was caught by some later work that caused a warning here.
-
Lyndon Brown authored
-
Lyndon Brown authored
unused since 8f45b1e5
-
Lyndon Brown authored
such strings are supposed to be translated JIT for display by interfaces. this mistake causes a secondary translation to occur at an earlier and incorrect time - in execution of the plugin descriptor.
-
Lyndon Brown authored
such strings are supposed to be translated JIT for display by interfaces. this mistake causes a secondary translation to occur at an earlier and incorrect time - in execution of the plugin descriptor.
-
Lyndon Brown authored
-
Lyndon Brown authored
this is to be used exclusively by the core. mistaken use in other modules results in issues in help output, as just fixed for the mp4 module.
-
Lyndon Brown authored
'cat hints' should only be used by the core (to define a set of headings to break its large set of options up with, instead of the option tree items). incorrectly using a cat hint here instead of a section means that this "hacks" sub-heading gets printed like a module heading, which is both imperfect from a neatness point of view, but also and more importantly potentially confusing.
-
Lyndon Brown authored
cdda and vcd were the only users, both have now been switched to use `set_help()`.
-
Lyndon Brown authored
usage hint is the wrong thing to use, help text is the right thing; this mistake is the cause of confusing help output due to the fact that usage hints are printed exactly the same as a plugin/module heading.
-
-
-
-