Releases: xiph/rav1e
Releases · xiph/rav1e
Weekly pre-release
What's Changed
- CI: Improve Windows toolchains by @Luni-4 in #2969
- Update deploy script by @Luni-4 in #2971
- Clean up CI by @Luni-4 in #2970
- Compute segmentation offsets dynamically by @shssoichiro in #2933
Full Changelog: p20220726...p20220802
Weekly pre-release
What's Changed
- Use external crate for grain table generation and parsing by @shssoichiro in #2966
- Optimize
BlockSize::from_width_and_height_optby @redzic in #2967
Full Changelog: p20220719...p20220726
Weekly pre-release
What's Changed
- Rewrite argument parsing to use Clap's derives by @shssoichiro in #2962
- Avoid taking ownership of Arc<Frame> in scenechange API by @redzic in #2958
- Add a release-nolto profile by @lu-zero in #2963
- Use release-no-lto profile for gnu deploy on Windows by @Luni-4 in #2964
- Optimize and add test for write_uleb128 function by @shssoichiro in #2965
Full Changelog: p20220614...p20220719
Weekly pre-release
No changes since p20220607.
Weekly pre-release
What's Changed
- Reuse me stats for lookahead by @shssoichiro in #2956
- Tile rework by @lu-zero in #2959
- Reuse plane allocations in estimate_intra_costs by @redzic in #2957
Full Changelog: p20220531...p20220607
Weekly pre-release
What's Changed
- Silence unused variable warning. by @doctortheemh in #2936
- Enable source base code coverage on CI by @Luni-4 in #2935
- Remove unused lifetime. by @doctortheemh in #2938
- Do not consider some directories for coverage by @Luni-4 in #2937
- Split
write_coeffs_lv_mapinto smaller functions by @shssoichiro in #2939 - Rewrite x86 SAD row intrinsics in ASM by @redzic in #2940
- Remove explicit VEX coding from sad ASM by @redzic in #2941
- Reimplement sad_row as sad_plane by @redzic in #2943
- Ignore some directories for code coverage analysis by @Luni-4 in #2944
- v_frame: Disable missing const fn clippy lint by @barrbrain in #2947
- Replace abs() as unsigned with dedicated alternative. by @doctortheemh in #2946
- Integrate new dav1d assembly (0.9.2) by @barrbrain in #2948
- fix-up: x86: Add bpc suffix to mc functions by @barrbrain in #2952
- Integrate new dav1d assembly (1.0.0) by @barrbrain in #2949
- Bump versions of aom and dav1d in CI by @shssoichiro in #2953
- x86: Fix relocations in
sad_planeby @redzic in #2954 - Merge estimate_motion and motion_estimation into one function by @shssoichiro in #2955
Full Changelog: p20220510...p20220531
Weekly pre-release
What's Changed
Full Changelog: p20220503...p20220510
Weekly pre-release
What's Changed
- Treat IO paths as native os strings. by @doctortheemh in #2926
- Implement photon noise based grain synthesis by @shssoichiro in #2924
- Use const generics for downscaling by @redzic in #2927
- Improve codegen of copy_from_raw_u8 by @redzic in #2930
Full Changelog: p20220426...p20220503
Weekly pre-release
What's Changed
- Add a mock around rayon for disabling threading by @shssoichiro in #2914
- Break the scenechange module into smaller parts by @shssoichiro in #2916
- Remove a broken hawktracer annotation by @shssoichiro in #2910
Full Changelog: p20220419...p20220426
Weekly pre-release
No changes since p20220412.