Skip to content

Releases: Eyevinn/mp4ff

v0.26.0

13 Jan 15:21
bacfe58
Compare
Choose a tag to compare
  • New tool mp4ff-crop for cropping mp4 file
  • New example decrypt-cenc for decrypting segment
  • SEI parsing for H.264
  • Interpret timestamps in mvhd, tkhd, and mdhd

v0.25.0

04 Oct 14:57
1ae9a07
Compare
Choose a tag to compare
  • Size() methods added to InitSegment, Fragment and MediaSegment
  • Improvements to ctts and stts boxes
  • Slices of samples and fullsamples
  • Create init segments for wvtt and stpp
  • Changed sample slices to remove pointers
  • SampleIntervals for more efficient transformation of segments
  • Spell out compositionTimeOffset instead of cto
  • More efficient code to check for AVC and HEVC parameter sets

v0.24.0

26 Jun 14:08
0d206e8
Compare
Choose a tag to compare
  • DecodeFile API change to allow for lazy mdat decode
  • segmenter example extension with lazy mode for decode and encode
  • Support for cslg and ©too boxes
  • StssBox.IsSyncSample thread safe

v0.23.1

20 May 06:04
Compare
Choose a tag to compare
  • fix segment encode mode without optimization

v0.23.0

10 May 21:53
8fe1228
Compare
Choose a tag to compare
  • API change: Verbatim encode more flexible with FragEncMode and EncOptimize

v0.22.0

23 Apr 10:56
af142a7
Compare
Choose a tag to compare
  • Construct AVC and HEVC codec strings from SPS
  • More robust parsing of ADTS

v0.21.1

24 Mar 07:47
2253ec9
Compare
Choose a tag to compare

fix: Allow ADTS ID corresponding to MPEG-2

v0.21.0

18 Mar 20:58
c20d74c
Compare
Choose a tag to compare

Version number can be retrieved from cmd apps and from mp4 library.
Updated version is inserted as cmd apps are built using top-level Makefile.

v0.20.0

09 Mar 10:06
b56a84f
Compare
Choose a tag to compare
  • mp4ff-pslister for sps

v0.19.0

24 Mar 07:46
108d1c7
Compare
Choose a tag to compare
  • Added mfra, mfro, tfra boxes
  • Added kind, trep, skip, ilst boxes
  • Fix for double trun-optimization