iso_base_media 6.3.0
iso_base_media: ^6.3.0 copied to clipboard
A dart package to parse ISO Base Media File Format.
6.3.0 #
- Remove
isContainerCallback.
6.2.0 #
- Add
skipOffsettoISOBox.nextChildto skip bytes before reading the next child box.
6.1.0 #
- Support special box sizes.
6.0.0 #
- Move
RandomAccessSourceout ofISOBox. ISOBoxnow can be sent to Dart isolates.- All
ISOBoxmethods (including extension methods) have a explicitRandomAccessSourceparameter.
5.2.0 #
- Add support for Web platforms.
5.1.1 #
- Update to
random_access_source3.1.0.
5.0.0 #
- Add
resetPositiontoISOBox. - Breaking: Rename
seektoseekInData.
4.6.0 #
- Remove
RandomAccessBinaryReaderlayer.
4.4.0 #
- Prefer
RandomAccessBinaryReader.
4.3.1 #
- Fix wrong box size when box size is 0.
4.3.0 #
- Add
ispeandipmato full boxes.
4.2.0 #
- Update
random_access_source.
4.1.0 #
- Add an optional index param to
nextChild.
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.