Releases: xiph/rav1e
Releases · xiph/rav1e
Weekly pre-release
p20210316 Bump pretty_assertion
Weekly pre-release
p20210309 Add colored help to the CLI
Weekly pre-release
x86: Use 'test' instead of 'or' to compare with zero Allows for macro-op fusion.
Weekly pre-release
Per speedsetting rdo-lookahead default values Make speed settings faster with a reasonable quality trade-off. Co-authored-by: Vibhoothi <[email protected]>
Weekly pre-release
Tune flow of inline methods in symbol_with_update * Mostly avoid calling Vec::reserve() in CDFContextLogOps::push(). * Manually elide bounds checks in WriterBase::symbol() as they are not easily inferred by the compiler although statically known. * Rewrite ec::rust::update_cdf() to be panic-free and hint to the compiler not to unroll beyond the maximum CDF length.
v0.5.0-alpha
The first 0.5.0 alpha release has some solid speed improvements across both aarch64 and x86_64.
The channel-api is going to be stabilized during this release cycle, please provide feedback on its usage.
Changes
- The per-frame custom-data is now using an Opaque struct
Improvements
- Memory layout optimization for the EC checkpoint/rollback capability used in the RDO
- Additional 10bit x86_64 assembly
Weekly pre-release
p20210209 Reduce size of BlockContextCheckpoint
Weekly pre-release
p20210202 Add missing macro calls for symbol_with_update
Weekly pre-release
p20210126 CI: Update Cargo C to 0.7.1
Weekly pre-release
Fix comment speed 10 Correcting a comment about speed 10 using minimum block sizes of 64x64, which was changed to a minimum and maximum block size of 32x32 in this commit: https://github.com/xiph/rav1e/commit/8d3affb Update speedsettings.rs