Philip Deljanov

Results 69 comments of Philip Deljanov

> `chromium` package on Arch official repo is affected too? Yes, no official or AUR chromium package is built with the `use_system_freetype=true` build flag. You could always modify the PKGBUILD...

> > no official or AUR chromium package is built with the use_system_freetype=true build flag > > hey now, `ungoogled-chromium-bin` _is_ built with the `use_system_freetype=true` flag. Thanks, good to know!...

It's hard to really say what's wrong without some pretty serious debugging and trial-and-error. Assuming you had `freetype-infinality-remix`, `fontconfig-infinality-remix`, and `cairo-infinality-remix` installed: 1. I'd first try resetting the font cache:...

This is a tough question. It's also rather subjective. In my opinion, on low DPI screens, Infinality is absolutely an improvement. I wouldn't like using Linux without it. However, the...

`freetype2-infinality-remix` was for a while the only Infinality-patched version of freetype 2.10.1. Now it looks like `freetype2-infinality` and `lib32-freetype2-infinality-ultimate` from the AUR have both adopted the patch from this repo....

I've ported the patches to 2.10.4, but unfortunately it crashes at runtime. More details are in #15. If this can't be fixed relatively easily then the future of Infinality looks...

Hey all, developer of Symphonia here. I stumbled across this thanks to @aschey's recent PRs. I'm happy that Symphonia is getting some attention and thought I could address some of...

Hey @aschey, just wanted to give you a heads up that I published 0.3.0 which includes your changes. @probablykasper, for basic (non-fragmented) MP4 files, all you have to do is...

Hi @5225225, Apologies for how long it took to come around to this, but got very busy and had to put Symphonia on a bit of a hiatus. Catching up...

Hey @roderickvd, that option controls Symphonia's read-ahead/seekback buffer. The [documentation](https://docs.rs/symphonia-core/0.5.1/symphonia_core/io/struct.MediaSourceStream.html) for `MediaSourceStream` should give a decent explanation about how the buffering works since it's a bit complicated. Generally, you shouldn't...