Hector Martin

Results 160 comments of Hector Martin

My suggestion is really that, for *most* people, not having a firmware update for their home AP is not cause for concern, as it is unlikely to be affected to...

Also, personally, I think "disable WiFi and only use 4G" is completely unnecessary fear mongering, especially for the vast majority of people who only use Internet applications, often on public...

This is without X, running on the text terminal? Can you check your libEGL.so.* in the library path, and that `/opt/vc/lib/libEGL.so` exists? Maybe add a `print(name)` at the top of...

Yeah, ffmpeg-mmal is a pain in the ass to build. The thing is, as far as I know you need that to get the video decode acceleration... So it's pretty...

I believe it might be possible to use BlitzLoop with the drm (fkms) codepath on rPi, and iff you can get video decode accel that would be fine probably, but...

At least it's clearly not a BlitzLoop problem... I wonder if something changed in Arch Linux ARM somewhere along the way, or something else is different about your setup...

Interesting. I'll take a look, but I'm quite busy right now and might not get to doing a full repro on a rPi in quite a while...

That might help, but I still probably won't get to it for a few weeks... I'm catching up on quick GitHub things but I'm a bit too swamped for a...

Will it, though? The point of BlitzLoop's renderer is that it pretty much precomputes the entire lyrics as GPU buffer objects, then each frame is literally one GPU draw call...

FWIW, here's an (ugly) script to convert to .ass as you describe: https://github.com/marcan/blitzloop-tools/blob/master/export_ass.py That one does `\k` so it's cheating, but you can easily make it spit out `\kf`. Then...