What's Changed
- Fix stable clippy lints for Rust 1.57 by @shssoichiro in #2854
- Update a help message to be more relevant by @shssoichiro in #2853
- CI: Update to libaom to 3.2.0-2 by @barrbrain in #2856
- Refactor the SpeedSettings struct and impl by @shssoichiro in #2855
- Organize speed settings into sub-structs by @shssoichiro in #2860
- Do not call put/prep avx2 functions for ssse3 by @shssoichiro in #2861
- Silence repetitive warning on Rust nightly by @shssoichiro in #2863
- Change non_square_partition feature to a threshold by @shssoichiro in #2858
- Fix doc comments in speedsettings.rs by @redzic in #2865
- Improve autovectorization of
downscale_in_place
by @redzic in #2867 - Skip transform mode search based on transform size cost estimate by @shssoichiro in #2864
Full Changelog: p20211207...p20211221