Skip to content

v0.12.0

Compare
Choose a tag to compare
@cchampet cchampet released this 29 Jul 15:51
· 530 commits to develop since this release

Features

  • sam tools are now in python.
  • rawreader plugin: add OFX parameters to decode raw data with camera parameters.

Fixes

  • NLMDenoiser plugin: fix process which never ended.
  • Text plugin: fix computation when no font were found.
  • Log were printed twice (when debugging).

Enhancements

  • All writer plugins does not copy their input buffer to their output clip by default (new common parameter 'copyToOutput'): around 10% faster depending on your graph.
  • Continuous Integration includes tests after each build.
  • Doxygen documentation is up to date and available online

Deploy

  • Add TUTTLE_EXPERIMENTAL build option to build plugins with major version 0.
  • Add TUTTLE_DEPLOY_DEPENDENCIES build option to install dependencies with tuttle when deploy.
  • Deploy python scripts in "bin/python" instead of "share/python".
  • Deploy python libs in "lib/python2.7" instead of "lib/python2.7.x".
  • Remove TUTTLE_PRODUCTION build option.

For more details, see github milestone.