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
- Demuxer: Fixes a null reference issue with custom IOStreams when used with the new Config.Demuxer.FormatOptToUnderlying
- Plugins.SubtitlesConverter: Increases buffer length for char detector
- VideoDecoder: Introduces (Config.Video.) MaxOutputFps which limits the processed frames for rendering (mainly on increased speed)
- Demuxer: Introduces (Config.Demuxer.) DefaultHTTPQueryToUnderlying and ExtraHTTPQueryParamsToUnderlying to pass HTTP query parameters to the underlying contexts
22
-
- Player: Fixes possible infinite sleep
23
-
- Renderer: Fixes the old (Config.Video.) ClearScreenOnOpen which has been now renamed to ClearScreen to work properly (when false will keep the last rendered frame after stop/close/open)
24
-
25
-
[Breaking Changes]
26
-
- Config.Video.ClearScreenOnOpen renamed to ClearScreen
27
-
- Disables http_persistent for DASH/HLS by default in the Config.Demuxer Format Options
20
+
- Demuxer: Fixes a null reference issue with custom IOStreams when used with the new Config.Demuxer.FormatOptToUnderlying
21
+
- Plugins.SubtitlesConverter: Increases buffer length for char detector
22
+
- VideoDecoder: Introduces (Config.Video.) MaxOutputFps which limits the processed frames for rendering (mainly on increased speed)
0 commit comments