Skip to content

Tags: nokiatech/heif

Tags

v3.7.1

Toggle v3.7.1's commit message
v3.7.1 Release

Changelog:
-Bug fixes
-Add missing limits include
-Update copyright years

v3.7.0

Toggle v3.7.0's commit message
v3.7.0 Release

Changelog:
- Move Exception to ISOBMFF namespace.
- Add support for writing track groups.
- Minor style and comment cleanups.
- Update license text and file headers.

v3.6.2

Toggle v3.6.2's commit message
v3.6.2 Release

Changelog:
- Minor bug fixes and code cleanup.
- Update Android SDK versions.

v3.6.1

Toggle v3.6.1's commit message
v3.6.1 Release

Changelog:
- Bug fixes, minor style fixes.

v3.6.0

Toggle v3.6.0's commit message
v3.6.0 Release

Changelog:
-Support new properties from HEIF DAM 2:
 -Required reference types
 -User description
 -Accessibility text
 -Image scaling
 -Creation time information
 -Modification time information
-Support for Extended type box and Type combination box.
-Support for image items with decoding dependencies.
-Support associating item properties for entity groups.
-Reader support for segmented tracks.
-Various improvements, clean-ups and minor bug-fixes.

v3.5.0

Toggle v3.5.0's commit message
v3.5.0 Release

Changelog:
-Improved support for JPEGs and edit lists.
-Bug fixes, minor improvements and code cleanup.

v3.4.0

Toggle v3.4.0's commit message
v3.4.0 Release

Changelog:
- Java API improvements and code cleanup.
- Saving to output stream using HEIF::OutputStreamInterface.
- Fix issue in ItemInfoEntry and SingleItemTypeReferenceBox parsing with certain input files.
- CPP convenience API now allows on-demand item data loading instead of keeping everything in memory.
- Writer now detects is same data is fed again and reuses existing one.
- Rawproperty fixes.
- Provide additional information about items (name, content type and content encoding).
- Update iOS cmake toolchain to newer version.
- Improve robustness of parser and fix bugs found.
- Overall cleanup of code.

v3.3.1

Toggle v3.3.1's commit message
v3.3.1 Release

- fix compilation with older gcc

v3.3.0

Toggle v3.3.0's commit message
v3.3.0 Release

Changelog:
- Java desktop build target.
- Support for video and audio tracks as well as image sequences on Java and c++ convenience API levels.
- Support for entity grouping on Java and c++ convenience API levels.
- Java input stream support for reading.
- Bug fixes and cleanup

v3.2.1

Toggle v3.2.1's commit message
v3.2.1 Release

Changelog:
- Loading of native library added to heif.java