Lukas Fellechner

Results 18 issues of Lukas Fellechner

I have been working on this for a while, and finally I think I have a good solution. This PR solves a lot of problems we had with streaming, where...

FFmpeg 5.1 is out. I tried to build it. Guess what? Getting that stupid linker bug again!! This time it happens only on x64 build, not on x86. I can...

If we want to make our new native HW acceleration the new default, we will have a problem with streaming. The problem is this: Currently, we rely on the MSS...

Adding this here as a discussion point. There are a few things that come together, leading to the very slow connection time for DASH streams. ### 1. AVFormatContext initialization: When...

I noticed a while ago that the latest Insider SDK now contains methods to create subtitle stream descriptors. Search for "TimedMetadataEncodingProperties" [here](https://blogs.windows.com/windowsdeveloper/2019/09/17/windows-10-sdk-preview-build-18980-available-now/), to see what I mean. This means that...

# Proposal: Simplify localization with x:Uid ## Summary Localization with x:Uid could be simplified if all relevant controls would have a default content property for localized text. ## Rationale Often,...

feature proposal
needs-winui-3
team-Markup

I saw memory usage skyrocketing when using loop video filter (#304): loop=loop=-1:size=1:start=0 Not sure what is going on. Buffers are allocated and freed, looks normal to me, but something is...

This is to keep track of the things that do not work 100% on WinUI. - Slight flickering on subtitles, because we cannot access WinUI dispatcher - Possible solutions: -...

When I add an OpenAPI service reference in a .NET Core project in Visual Studio via "Connected Services", NSwag is used to generate the C# client. In the Connected Services...