jakob

Results 28 issues of jakob

_Unconed (Final Whack) - VJ Chmutov_ has artifacts around the edges, visible in the alpha value. The `k` value is `NaN` there. This doesn't happen in the original. Investigate what...

bug

Support an alternative file format (potentially replacing the old binary format) that's plaintext, like the one from [webvsc](https://github.com/grandchild/AVS-File-Decoder).

feature

Source available at: https://github.com/goebish/VfxAviPlayer

APE
low-priority

It'd be lovely to run AVS on a RaspberryPi with a small monitor somewhere. Realizing this would require translating all Intel-specific code to generic C or even getting into [ARM...

porting

At least the NSEEL code execution bits need 64bit assembler porting. The rest of the asm (mostly effects and `r_defs.cpp`) should preferably be translated into equally fast (or faster) C++...

porting

Windows images have a socket limitation of 64, as hinted here: https://learn.microsoft.com/en-us/archive/msdn-technet-forums/56adf991-952e-4337-8159-d632499db22b Also, non-server windows images have even lower limits (2 or 4 sockets). For all regular flavors with 64...

This is a follow-up to https://github.com/sapcc/nova/pull/449 to make the metrics visible to prometheus.

Use a new CUSTOM_HW_SAPPHIRE_RAPIDS trait to distinguish the new generation. The flavor may change in the future, or use a true automatic COMPUTE_ flavor from nova, but use a manual...