- Aug 26, 2022
-
-
-
improve batch retention when mouse is moved in the UI also eliminate repainting
-
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Aug 24, 2022
-
-
-
pl->module is only used to check whether a module has been loaded and is not even used for release afterwards.
-
-
-
Notable changes: - This release adds optimizations for Loongarch, adds support for vp8 in the real-time rate control library, upgrades GoogleTest to v1.11.0, updates libwebm to libwebm-1.0.0.28-20-g206d268, and includes numerous bug fixes. Bug fixes: - Fix to a crash related to {vp8/vp9}_set_roi_map. - Fix to compiling failure with -Wformat-nonliteral. - Fix to integer overflow with vp9 with high resolution content. - Fix to AddNoiseTest failure with ARMv7. - Fix to libvpx Null-dereference READ in vp8.
-
- Aug 23, 2022
-
-
-
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
-
- Aug 22, 2022
-
-
-
-
-
This fixes GL function loading on some platforms, since the libplacebo built-in loader is rather rudimentary.
-
-
-
width changes on user action (resize handle), having animation here makes scrubbing slugish
-
-
-
-
-
-
-
-
... Instead of validating at encoder output. With the last transcode refactors, a regression requiring encoder drain to have any output of the transcode pipeline wasn't caught by the current testing suite. [1] This allows us to validate the output of the transcode pipeline as a whole and covers more potential regressions. [1] 2c8db7d8
-
This module will be used to watch the end of the transcode pipeline.
-
-
-
Fix a regression introduced by d8c883e2 where video processing was waiting for drain input to feed the output frame chain. This goes back to the previous behaviour where transcode input also unloads the decoder output fifo and sends it.
-
Steve Lhomme authored
Submitted here videolan/libdvdread!41
-
Steve Lhomme authored
Only the base object should load all the modules descriptors.
-
Steve Lhomme authored
There's no other object that can handle the configuration loading/saving. We don't need to inherit the options, they can only be in the libvlc_int_t object. var_GetNonEmptyString() is equivalent to var_InheritString() in that case.
-
- Aug 20, 2022
-
-
After removing the WSAEWOULDBLOCK check from the Windows implementation, now that it's done in vlc_accept(). Both implementation are strictly the same.
-
It done in vlc_accept_i11e() but can be done in all cases.
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-