Last8Exile
Last8Exile
Lastest working wersion: 0.74.1 Error introduced at version: 0.75.0 I test different versions of LAVFilters in MPC-HC by extracting into LAVFilters64 forlder. Other DirectShow players also affected. Sample video (11mb):...
**Is your feature request related to a problem? Please describe.** 1) Without LAVFilters video playback using DirectShow api is wery limited. Users need to install them as separate step. 2)...
`GameObjectExtensions.BindChildPrefabsTo()` should destroy instantiated prefabs during element removal from ReactiveCollection. But `GameObjectExtensions.onElementRemoved()` destorys transform of instantiated prefab instead of gameobject. This is not working if instance has RectTransfom. There are...
Current `Mp3FileReaderBase` create table of contents until end of stream is reached. For infinite live streams this will not work. Skipping `CreateTableOfContents();` when `mp3Stream.Lengh == 0` just works unless seeking...