- Jan 19, 2022
-
-
The Close function was called with an uninitialized structure
-
- Jan 18, 2022
-
-
Now that the legacy implementation is gone.
-
-
Lousy implementation since snd_pcm doesn't provide non blocking drain API.
-
-
-
"amem-drain" is still synchronous, the drained state is reported after the call to this blocking callback.
-
-
aout_DecDrain() is now asynchronous, except for modules still implementing aout->drain (only during the transition). Add aout->drain_async(). Aout modules should implement drain_async instead of drain, and call aout_DrainedReport() to report that the stream is drained. Aout modules not implementing any drain functions will still rely on aout_TimeGet() to detect the end of the stream.
-
-
Changelog since 3.0.0: - Add support for SMB3 encryption - Add support for Anonymous NTLMSSP logins - Add support for readlink. - Add API to notify application of changes to which filehandles are used by libsmb2. - Add suppport for Big Endian DCERPC and allow it to be controlled from the URL. - Add support for 3.1.1 signing - Add support for PS2(EE) and PS3 - Fixes to UCS2 when compose characters are used. - Various MacOS fixes - Fix a few NULL dereferences All theses fixes were already included in the contrib version.
-
This stuff is removed in AVCODEC ABI 59, and it is no longer used as of VLC 4.0.
-
-
fixes abrupt playback speed when switching views
-
-
Parent Popup is not a QQuickItem, link keyboard navigation directly with source button
-
-
-
- Jan 17, 2022
-
-
-
Steve Lhomme authored
MFCreateDXGIDeviceManager is only available on Win8+ so we bring back the DLL loading.
-
Steve Lhomme authored
The decoder may need to be released with the last picture.
-
Steve Lhomme authored
In case there is more than one we should not read all of them each time. This is currently a buffer we provide so it should not happen.
-
Steve Lhomme authored
We may not really need it at all though and it's supposed to degrade quality. CODECAPI_AVLowLatencyMode is not always defined.
-
Steve Lhomme authored
This way we can always check we're in the proper state to do it.
-
Steve Lhomme authored
No functional changes.
-
Steve Lhomme authored
So we don't need to check for S_OK after. Plus hr is modified afterwards and may end up in the code that was supposed to be for this specific call.
-
Steve Lhomme authored
Requires to use decoder_sys_t as an object.
-
Steve Lhomme authored
Only works with mingw when compiled in C++
-
Steve Lhomme authored
Using COM interfaces is better in C++ anyway. It also makes it usable with the GDK (Xbox).
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
We never use it
-
- Jan 16, 2022
-
-
fix: #26470
-
fixup c4edf973
-
-
directly use ListView.count property instead
-
underlying ListView is already a FocusScope, no need to wrap it in a FocusScope
-
- Jan 15, 2022
-
-
Rémi Denis-Courmont authored
This ensures that all variables used have a sane non-empty default (only "codec" was left). Then we can assume that NULL is an error rather than an empty variable.
-
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. In this particular cases, the default is not to transcode ES in the given category. Note that this does **not** interfere with the --sout-transcode-?codec options which are handled separately. This also enables to distinguish between default and error, though this change does not actually implement this.
-
Rémi Denis-Courmont authored
This picks a default value that actually belongs in the choice list. This also potentially allows to distinguish between default and error.
-