Features
- New AVX2 optimizations for intra angular predictions, faster and gets around a code generation issue with MSVC > 19.36
Fixes
- Several fixes to CMakeLists.txt
- fix unaligned access on array_checksum_generic8 c6f2ba4
- fix preset log while enable-logging to false 7424474
- Include CMakeLists.txt in dist 3b1bcb6
External contributions
- Fix typo in error message. by @fancycode in #386
- Minor cmake fixes by @lgbaldoni and @kmilos in #385
- Ignore "*get_pc_thunk.*" symbols in exported symbols test by @matoro in #392
- Fixed issue #394 - missing _mm256_storeu2_m128i macro by @supersjgk in #395
New Contributors
- @fancycode made their first contribution in #386
- @lgbaldoni made their first contribution in #385
- @supersjgk made their first contribution in #395
Performance
- With the new AVX2 intra prediction the encoder is 1-5% faster, depending on settings
Full Changelog: v2.3.0...v2.3.1