Releases: xiph/rav1e
Releases · xiph/rav1e
Weekly pre-release
What's Changed
- Strip the local symbols from the nasm objects by @lu-zero in #2762
- CI: Update to libaom to 3.1.2-dmo1 by @barrbrain in #2764
Full Changelog: p20210720...p20210727
Weekly pre-release
What's Changed
- Improved scene detection by @master-of-zen in #2710
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
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
No changes since p20210629.
Weekly pre-release
What's Changed
- CI: Update to libaom to 3.1.1-dmo0~bpo10+2 by @vibhoothi in #2755
Full Changelog: p20210622...p20210629
Weekly pre-release
No changes since p20210615.
Weekly pre-release
What's Changed
- CI: Update libaom to 3.1.1-dmo0~bpo10+1 by @vibhoothi in #2754
Full Changelog: p20210608...p20210615
Weekly pre-release
What's Changed
- Use the x86 8-bit CDEF assembly on edges by @barrbrain in #2751
Full Changelog: p20210601...p20210608
Weekly pre-release
- Move the cpu feature info line
- Support more Apple aarch64 systems
- Resolve an unnecessary clone of rec data (#2741)
Weekly 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