Josh Holmer
Josh Holmer
Presently, all of the benchmark data is stored in the https://github.com/anp/lolbench-data repository. New measurements are added as new JSON files. This repository is currently over 1 GB and as such,...
Within a nightly, the anomalies currently don't appear to be sorted in any particular order. I think it would make sense to sort by number of standard deviations (most significant...
To be secure, a salt is required to be universally unique across all passwords everywhere. It is very easy for a developer to do this incorrectly, which is why password...
Received the following error while attempting to concat an encode with 1306 chunks in av1an with the mkvmerge concatenator, on the latest av1an master in Arch Linux x86_64. ``` ERROR...
If given an RGB input, av1an does not try to convert the input to the target `pix_fmt` and instead gives this error (from vspipe): ``` source pipe stderr: Deprecated option...
Reported via IRC: ``` soichiro: I just noticed that I get strange artifacts with speed 2 that don't appear with speed 3 (red flickering line on the right edge of...
AV1 supports 15 sets of pre-defined quantization weighting matrices, where the quantization step size for each individual frequency component is further scaled differently. Each frame can optionally select a quantization...
I wanted to create a meta issue to track features or changes we can implement to reach quality parity with aomenc. Right now, our speed 6 still trails aomenc's cpu-used...
This changeset adds a `--denoise` CLI option which enables denoising prior to encoding. This takes a strength value from 0-50, where 0 disables denoising. The default is 0, or half...
HBD is slow. This issue is a placeholder for implementing ASM to make it less slow.