Releases: Eyevinn/mp4ff
Releases · Eyevinn/mp4ff
v0.18.0
- New tool
mp4ff-wvttlister
lists details of wvtt (WebVTT in ISOBMFF) samples - More functions and methods for HEVC video handling
v0.17.1
- Fixed bugs in encoding/decoding hvcC box and HEVCDecoderConfigurationRecord.
v0.17.0
- Support for HEVC/H.265 video parsing and encoding of boxes.
- mp4ff-nallister is new tool to list nal units inside video samples in MP4 files.
- Support for multi-track fragmented files including new example
- mp4ff-pslister updated to support HEVC and reading parameter sets from byte streams and hex strings
- Support for some new boxes: meta, udta, pasp, clap
- Improvements to Info output from mp4ff-info
v0.16.2
- Fix and clarify sample number starting at one
v0.16.1
- Fix isNonSync flag definition
- Use sdtp entries and transfer to sample flags in segmenter example
v0.16.0
- New mp4ff-info tool to print details of a hierarchy of boxes. Has configurable levels of details
- Much more detailed box info via recursive Info method
- Many new boxes: saio, saiz, enca, encv, frma, schm, schi, sinf, tenc, sbgp, sgpd, sdtp
- Support for writing largesize mdat box, even for smaller sizes
- Better tests vs golden files that can be updated with -update flag
- Added support for adts encode and decode
- More error robustness in aac reading with new AccErrReader
- Replaced some panic calls with return of errors
v0.15.0
- New API allowing for multiple SPS.
- Some more NALU types identified.
- Bug fixes.