Skip to content

V2.3.0

Compare
Choose a tag to compare
@Jovasa Jovasa released this 17 Jan 13:30
· 67 commits to master since this release

Features

  • --(no-)enable-logging to enable/disable logging of normal encoder perfomance into stderr, errors are still outputted to stderr.
  • AVX2 optimisations for finding last non zero coefficient in RDOQ
  • Remove YASM to make compilation with visual studio easier
  • Experimental support for CMake, in the future we would like to get rid of automake and visual studio so if there are any issues with the CMakeLists.txt please report them

Fixes

  • Fix a bug when requesting encoder_headers before any frame has been pushed in aaae5b0
  • Fix a problem with win+gcc (mingw, msys, cygwin) causing some optimized functions to segfault 589ed47
  • Fix GCC detection for automake 49dc5fc 8523c96

External contributions

New Contributors

Performance

The RD performance should be exactly the same as in v2.2.0 and configurations using RDOQ should be around 1-3% faster with the AVX2 optimizations

Full Changelog: v2.2.0...v2.3.0