Derek Buitenhuis
Derek Buitenhuis
All supported compilers (ICC/ICL, MSVC, GCC, Clang) have some sort of profile guided optimization. The important bits of mozjpeg (trellis, etc) are C-only, and can likely benefit from this. It...
Now that tile support is merged, it would be very useful for rav1e to be able to set a "good" amount of tiles for a given input resolution instead of...
In particular, the interesting ones are YCoCg-R[0] and one based on PLHaar[1]. YCoCg-R is well known, but may have not existed when FFV1 was originally written and chose JPEG2000-RCT. PLHaar...
There's already a dependency on a large part of the previous frame's decoding process for inter frames, and some very simple inter prediction would allow for good compression efficiency gains...
# Notes Currently untested - I will get to testing this tonight after dinner, and will update the PR text after. It's very likely to explode on 4:0:0. Comments welcome...
## What is the problem I am trying to address? In #1124, a GCP lock type was added as a singleflight backend. As part of this work, the GCP storage...
I'm not sure if this is out of scope for fcurl or not, but I figured it was worth asking. Is there any plan to provide an `fseek` analogue, providing...