OpenJPEG Changelog

What's new in OpenJPEG 2.0.0

Nov 23, 2012
  • New Features:
  • streaming capabilities
  • merge JP3D
  • API modifications:
  • Use a 64bits capable API
  • Misc:
  • removed autotools build system
  • folders hierarchies reorganisation
  • Huge amount of bug fixes. See CHANGES for details.

New in OpenJPEG 1.5.1 (Sep 29, 2012)

  • Security:
  • Fixes: CVE-2012-3535
  • Fixes: CVE-2012-3358
  • New Features:
  • Use a new API scheme and solve the SOVERSIONing in OpenJPEG
  • Allow better integration with multi-arch system
  • Compile & Install Java bindings (CMake)
  • Install required addXMLinJP2 (JPIP)
  • Misc:
  • fix linker error by resolving all symbols (eg. missing -lm)
  • fix some man page typos
  • Huge amount of bug fixes. See CHANGES for details.

New in OpenJPEG 1.5.0 (Feb 18, 2012)

  • New Features:
  • openjpip:
  • complete client-server architecture for remote browsing of jpeg 2000 images.
  • located in 'applications/jpip'.
  • see corresponding README for more details.
  • API modifications:
  • 'bool' type has been replaced by 'opj_bool' type. 'stdbool.h' is no more required.
  • Misc:
  • added this NEWS file.
  • improved cmake and autotools build methods.
  • removed manual makefiles, VS project files and XCode project files.
  • changed the directory hierarchy of the whole project. See README files for details.
  • OPJViewer re-activated (need wxWidgets)
  • Huge amount of bug fixes. See CHANGES for details.
  • added a 'thirdparty' directory to contain all dependencies.
  • These libraries will be build only if there are not found on the system.
  • Note that libopenjpeg itself does not have any dependency.
  • tests : a complete test suite has been setup.
  • both JPEG 2000 conformance tests and non-regressions tests are configured.
  • results are submitted to the OpenJPEG dashboard (http://my.cdash.org/index.php?project=OPENJPEG)
  • images are located in 'http://openjpeg.googlecode.com/svn/data' folder.
  • configuration files and utilities are located in 'tests' folder.