Releases: abema/go-mp4
Releases · abema/go-mp4
Release v0.10.0
Release v0.9.0
Release v0.8.0
What's Changed
- Complete CI migration by @sunfish-shogi in #118
- Update go version used by workflow by @sunfish-shogi in #121
- Improve compatibility of esds boxes by @aler9 in #123
- Add getters by @sunfish-shogi in #122
New Contributors
Full Changelog: v0.7.2...v0.8.0
Release v0.7.2
Fix sample code
Release v0.7.1
- Fix build error on Go1.18/MacOS
Release v0.7.0
Release v0.6.0
- Created the
Probe
function - Created the
Writer
feature - Changed the
Tkhd
struct to be reduced redundant fields - Marked the
string=c_p
tag as deprecated - some performance enhancements
- any other tiny improvements
Release v0.5.0
- Explicit field order specification #70
Release v0.4.0
- supported following box types.
- btrt
- cslg
- frma
- saio
- saiz
- schm
- tenc
- trep
- 3GPP metadatas
- metadatas under ilst
- wave
- mp4a (QuickTime)
- created Context struct.
- escape unprintable runes for string fields.
- fixed the issue where marshaller writes no bytes for 0 value of varint.
- fixed the issue with the rounding error of stringify for fixed point number.
- fixed the issue where colr box can not accept unknown colour type.
- any other tiny enhancements and fixes.
Release v0.3.0
- Support ilst, sinf, schi, co64, and sbgp
- Support fields of avcc and sgpd completely
- Support emsg version 1
- Enhancement of mp4tool-dump
- Add CompositionTimeOffset into output of ProbFra