Jan Ekström

Results 24 comments of Jan Ekström

1. Yes, unfortunately there are no async avformat, avcodec or avfilter APIs yet. 2. `AVIOInterruptCB` is the way to currently interrupt any I/O done by an AVFormatContext. This may have...

Seems like your Broadcom VC sysroot (`/opt/vc/lib/`'s EGL etc stuff) is broken, the thing defining those various symbols for the EGL driver is apparently missing. If it is still there,...

OK, so I was for a bit confused since the CI was still passing, but it seems like that related change was in this PR indeed :) . So the...

Yea, we had something very similar originally in the PR (redefinition of the utilized definitions), but unfortunately there were some conflicting reports on whether an actual Wayland compositor was available,...

@Dixeran I think you might have the best idea of what sort of embedding an API user might want. Neither me or rossy are actively working on an application requiring...

General comment about commit messages: While in general your commit messages are nice, I would try to keep commit messages' line lengths under control, especially for the summary line --...

Given that this change over at ANGLE has been done over two years ago, how much of a pain would it in your opinion be if this hwdec interop would...

> Maybe introducing a whole new symbol `MP_PL_VERSION` is a bit unnecessarily verbose (as opposed to just having the `#ifdef` check at the usage site), but I don't particularly have...

Reverted to the `#if HAVE_LIBPLACEBO` at usage site solution since people seemed to prefer it to having all the pre-processor stuff on top of the file. Just thought it made...

Hi, and thanks for the contribution. With a quick look of the code, at least the options definition seems to contain defaults, so I'd expect those be filled in when...