8000 Tags · namanlin/rav1e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: namanlin/rav1e

Tags

p20230117

Toggle p20230117's commit message
Optimise sad_plane_internal

This is part of a series of commits authored by @maj160 to improve performance of rav1e.

This commit results in an overall performance improvement of about 1% at speed 2 10-bit:

```
Benchmark 1: ~/Downloads/rav1e_master -s 2 --quantizer 64 ~/xiph-media-files/objective-1-fast-10bit/speed_bag_640x360_60f.y4m -y -o /dev/null
  Time (mean ± σ):     43.492 s ±  0.088 s    [User: 43.514 s, System: 0.167 s]
  Range (min … max):   43.329 s … 43.603 s    10 runs

Benchmark 2: ~/Downloads/rav1e_mod -s 2 --quantizer 64 ~/xiph-media-files/objective-1-fast-10bit/speed_bag_640x360_60f.y4m -y -o /dev/null
  Time (mean ± σ):     43.062 s ±  0.086 s    [User: 43.068 s, System: 0.173 s]
  Range (min … max):   42.947 s … 43.224 s    10 runs
```

v0.6.3

Toggle v0.6.3's commit message
Prepare for release

p20230110

Toggle p20230110's commit message
Fix header coding for level_idx < 7.

v0.6.2

Toggle v0.6.2's commit message
Prepare for release

p20221220

Toggle p20221220's commit message
Drop BUILT_TIME_UTC

to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.

p20221213

Toggle p20221213's commit message
Drop BUILT_TIME_UTC

to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.

p20221206

Toggle p20221206's commit message
Shorten progress text

v0.6.1

Toggle v0.6.1's commit message
Fix the capi deps

0