jazzfool

Results 20 comments of jazzfool

Documentation for `InflightContext`/`PerThreadContext` would be good.

This is because image scaling (where the transform is scaled up by the image size) is applied *after* the offset calculation (which is based on scale). Basically to bring this...

I can't seem to repro. note that the logger is spamming the terminal with info logs Meshes themselves definitely do not leak (is your GPU memory going up or your...

Can you remove the logger and see if it still happens?

Growing arena doesn't cause this issue - deleting grown buffers every frame doesn't help (e.g., for all the examples, the arena reaches a stable point after frame 1)

I just added support for streaming from live sources (1cafb91), so if you can stream the webcam over HTTP then you can then connect to that stream from this library.

Should be fixed by 22ecdca

Yes, there are many things suboptimal about this video player. It really comes down to two problems: - If software decoding is used, then it is fairly slow, but at...

From my testing, yes, the performance is a lot better since I last wrote. My earlier points still stand to squeeze out more performance but currently with hardware decoding (which...

Thanks for the detailed tests! Yes, I would expect greater CPU usage, based on my earlier points. MPV and gst-launch almost certainly skip the CPU overhead by keeping everything on...