Mattias Wadman
Mattias Wadman
Hey, yeap! i also managed to reproduce it myself now on my old intel macbook and it only seem to happen when linking with both rav1e and librsvg. The stacktrace...
Update: i tried to recreate the two staticlib rust crates that uses rayon with same dependencies and a c program that static-pie links them but no crash on both arm64...
> In the end, I used a different image with a non-static ffmpeg that works for me. 👍 > I tried to recompile rav1e with rayon 1.0, it works, but...
Fails with: ``` 2024-06-24T16:53:50.7951260Z 215.6 libavcodec/libxeve.c:199:27: error: incompatible types when assigning to type 'XEVE_RATIONAL' {aka 'struct _XEVE_RATIONAL'} from type 'long int' 2024-06-24T16:53:50.7952898Z 215.6 199 | cdsc->param.fps = lrintf(av_q2d(avctx->framerate)); 2024-06-24T16:53:50.7953594Z 215.6...
https://github.com/mpeg5/xeve/issues/120
Replaced by #537
Hi, any chance you could look into adding it our CI setup? i don't think any of the current maintainers, including me, are windows devs/users. My experience in helping getting...
Hello, have to think about it more but i fear that changing `scan`:s behaviour would break a bit too many existing scripts. But if think about the idea of doing...
How does other jq implementations perform on the same input file? also i think it will be hard to help without you sharing `large_file.json` or some similar file that behave...
Hey, huh nice find! i guess at the time i assumed it would be feature detected. I see in build log that some other libs and ffmpeg do detect and...