github xiph/rav1e v0.2.0
v0.2.0: Winter Solstice

latest releases: p20240612, p20240604, p20240528...
4 years ago

Improvements

  • Faster, overall 40%-70% faster than v0.1.0 depending on the encoding settings.
  • Optional serialization/deserialization of the encoding parameters through the feature serialize
    • Optional cli advanced commands to use it.
  • The builds are now using the dwarf debug format for the targets that support it, before it was a mixture of dwarf and stabs due to the nasm defaults.
  • Added a --benchmark hidden flag for the cli for MacOS and Linux.
  • documentation is now available on docs.rs.

Changes

  • Segmentation support is now a tunable SpeedSetting and currently it is default off since it can produce desyncs, this does cause a 3% decrease in quality.

Fixes

  • #1903 - edge-of-frame miscomputation
  • #1858 - desync on speed 0 and 1 when certain quantizers are selected

Known issues

  • #1930 - segmentation encoding may cause desync

Don't miss a new rav1e release

NewReleases is sending notifications on new releases.