Rafal Kolanski

Results 27 comments of Rafal Kolanski

OK, then one of my assumptions was clearly wrong, apologies. I misremembered this statement: "An int and a long are 32-bit values on 64-bit Windows operating systems", and then misapplied...

The C parser tends to stick to the C standard, historically. The C standard has this enum issue until C23 comes into effect, and the parser is still C99 I...

Can you make that calculation a flag once you figure out whether it's feasible? We are violating the standard after all.

I wonder what the other people who use AutoCorres think about this, they're not all doing kernel design. Perhaps these flags might be of relevance to other users of the...

Thumbs up from me. I remember early on I also got confused about how "untyped objects" don't really exist, and all their info is stored in the cap. As far...

On Linux, ALVR bundles ffmpeg during compilation, first downloading ffmpeg sources from the internet and applying patches found in `alvr/xtask/patches/*.patch`. To have any change you want to make to ffmpeg...

I gave this a shot, see https://github.com/Xaphiosis/ALVR/releases/tag/nightly-no_b_ref_mode It's pretty much the nightly from last night with @nowrep's patch so you two can try it out (I've tested it but can't...

Was it the appimage or the tar.gz that worked for you? Also would be good to hear from @MrBlackGoo ... the `ERROR Encoder` might be an older version of nvenc/cuda...

The tar.gz is not the source, it's supposed to be a portable archive (appimage was removed in most recent ALVR release). If you decompress it somewhere, you should see that...

Thanks @MrBlackGoo for checking that out. I wish I knew what the issues are with that x264 encoder profile setting (that's the "high" you're seeing). Could you let me know...