rav1e icon indicating copy to clipboard operation
rav1e copied to clipboard

The fastest and safest AV1 encoder.

Results 160 rav1e issues
Sort by recently updated
recently updated
newest added

master-241065b9cfc840801bcfbdda10b7f1d730f0b417 -> inter_prune-2019-11-11_010825-de7dcda6 PSNR | PSNR Cb | PSNR Cr | PSNR HVS | SSIM | MS SSIM | CIEDE 2000 0.7596 | 0.9209 | 0.9398 | 0.7647 | 0.7335...

This exposes a weird issue, where `rdo_loop_decision` gets stuck in an infinite loop where it's alternating between two loop restoration filters: ``` New best_new_lrf Sgrproj 12 0 -20 New best_new_lrf...

WorkInProgress

Added support for Config::validate in capi issue: https://github.com/xiph/rav1e/issues/1659 I have a few questions as I was making this, figured I would make a PR and ask them :) 1) where...

WorkInProgress
hacktoberfest

This uses *target independent* SIMD only, which I require for something I'm working on. It adds the `packed_simd` crate and thus requires a nightly compiler to use, though I've used...

Instead of just DC, try all of them and use the minimal intra-cost. [AWCY on `--speed 2`](https://beta.arewecompressedyet.com/?job=speed2-2019-09-06_163944-f39b1d7&job=all-intra-modes-importance-speed2-f0.9-a0.8-2019-09-09_230607-e01baca) shows good PSNR improvement. Since this seems to significantly shift the importance, the...

WorkInProgress