Skip to content

Releases: abema/go-mp4

Release v0.10.0

22 Jan 10:36
9a64334
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

Release v0.9.0

30 Dec 06:45
b881637
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

Release v0.8.0

22 Oct 06:58
7d8e5a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.8.0

Release v0.7.2

26 Apr 01:26
d798504
Compare
Choose a tag to compare

Fix sample code

Release v0.7.1

12 Apr 12:28
3fc263d
Compare
Choose a tag to compare
  • Fix build error on Go1.18/MacOS

Release v0.7.0

09 Apr 13:51
Compare
Choose a tag to compare
  • Add new command mp4tool-extract #105
  • Update mp4tool-psshdump command #107
  • Add unit tests for CLI tools

Release v0.6.0

04 Mar 13:57
Compare
Choose a tag to compare
  • 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

04 Jan 03:23
119eb12
Compare
Choose a tag to compare
  • Explicit field order specification #70

Release v0.4.0

03 Dec 15:03
Compare
Choose a tag to compare
  • 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

01 Nov 07:05
Compare
Choose a tag to compare
  • 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