Marvin Scholz

Results 81 comments of Marvin Scholz

Relevant trace: ``` * thread #1: tid = 0xebad06, 0x00007fff9de4d400 CoreFoundation`_CFPropertyListMissingSemicolon, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1 frame #0: 0x00007fff9de4d400 CoreFoundation`_CFPropertyListMissingSemicolon CoreFoundation`_CFPropertyListMissingSemicolon: -> 0x7fff9de4d400 : pushq %rbp 0x7fff9de4d401...

What is the state of this? I always wanted to add support for this to VLC, but it seems with the currently available APIs this is impossible.

@AdamBraden Thanks, although checking the docs it is not entirely clear to me how this API is supposed to be used. What is the `riid` I need to pass? (And...

@mveril Thanks, unfortunately that looks not trivial to use. In addition it does not seem possible to use in VLC when cross-compiling on Linux using MinGW-w64 as it seems the...

The range of issues this can cause is huge, you might want to read up on CORS and why it is important. Additionally allowing to proxy everything through someones server...

Looks like Linux CI succeeded even though it failed in contribs: ``` : error: failed to download `openssl-src v111.12.0+1.1.1h` : Caused by: : can't make HTTP request in the offline...

@Nomis101 Never seen that so far, what did you do that caused that? I guess maybe I need to override the whole target to make sure it does not add...

@Nomis101 hmm could it be your rust toolchain is very old? Can you share the output of `rustc --version`?

Thanks for the additional info. And yes, it's expected to fail without a rust toolchain.

Yeah thats the same CI fails for now, I will look into this when I have time, probably just a matter of setting the right `PKG_CONFIG_PATH` env var in ffmpeg...