Skip to content

Releases: xiph/rav1e

Weekly pre-release

21 Sep 21:28
a82c2cd

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

Full Changelog: p20210914...p20210921

v0.5.0-beta.2

14 Sep 19:30

Choose a tag to compare

Changes

  • New scenechange detection

Fixes

  • Set the monochrome bit correctly in the exported extradata

Weekly pre-release

14 Sep 21:29

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: p20210907...p20210914

Weekly pre-release

07 Sep 21:28
c6a52d2

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

  • Remove scale factor parameter for medium scenecut detection. by @tdaede in #2787
  • Don't print the Error twice in the CLI. by @tdaede in #2790
  • Add a configuration attribute to use nightly features by @lu-zero in #2779
  • Histogram fixup by @lu-zero in #2792
  • CI: Update libdav1d to 0.9.2-dmo1 by @barrbrain in #2795
  • Remove unused clone of score_deque in adaptive_scenecut by @redzic in #2796
  • Simplify adaptive_scenecut by not collecting into a Vec for `*_over… by @redzic in #2797

Full Changelog: p20210831...p20210907

Weekly pre-release

31 Aug 21:34

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: p20210824...p20210831

Weekly pre-release

24 Aug 21:29

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

No changes since p20210817.

Weekly pre-release

17 Aug 21:28

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

No changes since p20210810.

Weekly pre-release

10 Aug 23:32

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

Full Changelog: p20210803...p20210810

v0.5.0-beta

09 Aug 13:03

Choose a tag to compare

Changes

  • Speed levels had been retuned
  • RDO-Lookahead is now speed-level dependent by default
  • --help now shows colors
  • Unify spatial and temporal adaptive quantization
    • The encoding time is reduced by 52.61% at speed level 0.
    • General 3~6% improvement in BD-Rate
  • The encoders would use the global threadpool unless configured otherwise
    • Allows to use rayon if wasm is built with atomics support
  • Scene-change logic improvement, now it faster and better.
    • Overall 1~2% faster
    • Around 1% improvement in BD-Rate
  • Import ASM from dav1d 0.8.1, 0.8.2, 0.9.0, 0.9.1 for AVX2, SSE2, SSE3, NEON.
    • More than 50% improved encoding times for 10bit files.

Fixes

  • Initialize residual when less than the transform width is visible.
    • This fixes the squared artifacts and incorrectly encoded edge of a frame, this was particularly evident for still images.
  • Correctly align the memory when using AVX512.

New features

  • by-gop parallel encoding is available as part of the channel-api
  • no-scene-detection encoding option
  • Make sure the dequantize tests do not use random values outside the possible range.
  • v_frame provides now a simple downscaler.

Weekly pre-release

03 Aug 21:35

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

No changes since p20210727.