You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If keep_open property is set, state changes to State::Paused when reach EOS. Also reduce cpu load
Android:
Fix x86 relocation
Fix planar formats in OpenSL
MFT:
Support DV video codec
Continue if no attributes
OpenGL: Fix crash if failed to create a context, found in flutter android example
VAAPI: Flush before seek, fix invalid surface id and crash
VDPAU:
Interop with output surface by default if not nvidia to workaround hevc crash on amd gpus.
Prefer interop2 extension
BRAW:
Support build with sdk version 2 and 3
Fix 0-copu glitch
Dead lock before unloaded
FFmpeg:
hw decoders do not fallback to sw decoder by default, so can correctly switch to the next decoders set in setDecoders(). property sw_fallback=1 to use old behavior
Use single thread for hwdec when possible
Stop decoding ASAP if hwdec, fix multi-thread hwdec crash on unsupported GPUs, e.g. MX940
Fix 'file://' on windows
Fix frames drop in decoders
Fix loop does not work if audio duration is much smaller than video
Fix seek may fail if audio duration is much smaller than video
Fix seek callbacks not called
Fix prepare() fails if previous playback is not finished
Fix prepare callback is not called if demuxer open error