Lukas Fellechner

Results 111 comments of Lukas Fellechner

I don't think that WSL will help here. Then problem is the autoconfig build system that just does not support MSVC toolchain at all. There is a PR open to...

Libass is not required for FFmpeg and we currently do not include it in out builds. We can render subtitles without it. It is just that we do not support...

I am by no means a compiler expert. I only read multiple times that it is not recommended to mix different compiler outputs. It could be wrong. But what I...

@brabebhin and me have a C++/WinRT component library that works with both UWP and WinUI. DesktopCompatible is set. For UWP, out library can be used directly, no need for CsWinRT....

Yeah it's a 1337 one indeeed :D Yes, getting WinUI 3.0 out has highest priority now, I agree with that approach.

The documentation of x:Uid explicitly states that for UWP XAML, uniqueness is not required. So we wouldn't break any functionality there. But I am open for adding a new attribute...

I had this idea before, but I dumped it for the following reasons: - Although media has stopped, one might still want to access the FFmpegMediaSource (and check streams, etc)....

> > We would have to handle multiple Close() calls correctly without crashing. Currently, there can only be one. > > Really? That's not good, we should probably fix that...

I just read this about MediaStreamSource.Closed event: > Upon receiving this event, the application should remove all of its event handlers from the [MediaStreamSource](https://learn.microsoft.com/en-us/uwp/api/windows.media.core.mediastreamsource?view=winrt-22621) object, and refrain from further use...

> Speaking of which, I'm planning of open sourcing my apps (both windows and android), if you're interested in joining efforts. That sounds interesting. Not sure if I have the...