Skip to content

Releases: xiph/rav1e

Weekly pre-release

27 Jul 21:29

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

Full Changelog: p20210720...p20210727

Weekly pre-release

20 Jul 21:31
7970d35

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

Current fast scene detection in rav1e relatively slow to compared methods of scene detection, and have proclivity to show false results or don't detect scene changes where they appear.

This PR reworks fast scene detection algorithm, making it faster, better, and more accurate.

Achieved goals are:

  • Faster decision making ( Both less and more efficient computations )
  • More accurate scene detection, by adjusting threshold based on previous frames
  • Frame downscale for faster decisions

Full Changelog: p20210713...p20210720

Weekly pre-release

13 Jul 21:33

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

  • Move #daala to Libera.Chat. by @tdaede in #2744
  • Initialise residual when less than the transform width is visible by @barrbrain in #2758
  • Fix fall-through of x86 dispatch_predict_intra for CpuFeatureLevel::RUST by @barrbrain in #2760
  • Disable HBD asm without 8-bit support for 8-in-16 and enhance fuzzing by @barrbrain in #2761

Full Changelog: p20210706...p20210713

Weekly pre-release

06 Jul 21:31

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

No changes since p20210629.

Weekly pre-release

29 Jun 21:24

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

Full Changelog: p20210622...p20210629

Weekly pre-release

22 Jun 21:29

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

No changes since p20210615.

Weekly pre-release

15 Jun 21:31

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

Full Changelog: p20210608...p20210615

Weekly pre-release

08 Jun 21:32

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release

What's Changed

Full Changelog: p20210601...p20210608

Weekly pre-release

01 Jun 22:30

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release
  • Move the cpu feature info line
  • Support more Apple aarch64 systems
  • Resolve an unnecessary clone of rec data (#2741)

Weekly pre-release

25 May 21:32

Choose a tag to compare

Weekly pre-release Pre-release
Pre-release
  • Change scene change tests naming
  • CI: Update libdav1d to 0.9.0-dmo1
  • Fix the draw-mvs.py script (#2739)
  • Point the users to the cargo-c installation instructions
  • Fix clippy warnings from Rust nightly