iso_base_media 4.0.2
iso_base_media: ^4.0.2 copied to clipboard
A dart package to parse ISO Base Media File Format (e.g. MP4, HEIC, AVIF, JXL files).
4.0.2 #
- Fix issues with uint8list sublist views.
4.0.1 #
- Add
closetoISOBox.
4.0.0 #
- Remove
ISOSourceBoxin favor ofISOBoxstatic methods. - Remove inspector methods, use
ISOBoxextension methods instead.
3.2.1 #
- Add
getDirectChildrenByAsyncFilterutil. - Add
boxesToBytesutil.
3.1.0 #
- Add
getDirectChildrenutil. - Add
toBytesmethod toISOBox.
3.0.0 #
- [Breaking] Remove
ISORootBoxin favor ofISOSourceBox. - Add
isFullBoxCallback.
2.2.0 #
- Add
seekmethod to all box types.
2.1.1 #
- Update extension methods.
2.0.0 #
- Allow customizing container boxes via ``isContainerCallback`.
- Allow early exit in
inspectISOBox.callback. - Return a map in
inspectISOBoxinstead of a list. - Add
grplto container boxes.
1.5.0 #
- Add some helper functions to work with boxes.
1.4.0 #
- Expose data offset and header offset in
ISOBox.
1.3.0 #
- Ability to start parsing from a random access file.
1.2.0 #
- Add
ISOFullBoxInfo - Rename
fullBoxDatatofullBoxInt32
1.1.0 #
- Allow extracting data from a box.
1.0.0 #
- Initial version.