Skip to content

Releases: Eyevinn/mp4ff

v0.17.1

19 Jan 11:00
6a6d6a8
Compare
Choose a tag to compare
  • Fixed bugs in encoding/decoding hvcC box and HEVCDecoderConfigurationRecord.

v0.17.0

15 Jan 15:58
7cd86bd
Compare
Choose a tag to compare
  • 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

05 Jan 17:46
1824138
Compare
Choose a tag to compare
  • Fix and clarify sample number starting at one

v0.16.1

04 Jan 09:58
3502848
Compare
Choose a tag to compare
  • Fix isNonSync flag definition
  • Use sdtp entries and transfer to sample flags in segmenter example

v0.16.0

31 Dec 13:28
10d0ea7
Compare
Choose a tag to compare
  • 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

09 Dec 17:36
446662d
Compare
Choose a tag to compare
  • New API allowing for multiple SPS.
  • Some more NALU types identified.
  • Bug fixes.

v0.14.0

24 Nov 21:46
6552dd8
Compare
Choose a tag to compare
  • AVC Byte stream (Annex B) support. GH-34

v0.13.0

18 Nov 13:15
ed549e0
Compare
Choose a tag to compare
  • Remove third-party logging package. GH-33

v0.12.0

17 Nov 13:45
9528d72
Compare
Choose a tag to compare
  • Complete parsing of AVC (H.264) SPS and PPS. GH-31