Skip to content

V0.48.0 #417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 28, 2025
Merged

V0.48.0 #417

merged 2 commits into from
Mar 28, 2025

Conversation

tobbee
Copy link
Collaborator

@tobbee tobbee commented Mar 28, 2025

Changed

  • mp4.NewUUIDFromHex() changed to more general mp4.NewUUIDFromString()
  • cmd/mp4ff-decrypt -key option instead of -k. Takes hex or base64 value
  • cmd/mp4ff-encrypt -key and -kid options now take hex or base64 values
  • Replaced mp4.AlouBox and mp4.TlouBox with a common mp4.LoudnessBaseBox
  • mp4.Measurement changed to clearer mp4.LoudnessMeasurement

Added

  • mp4.SetUUID() can take base64 string as well as hex-encoded.
  • Support for weird dac3 box with initial 4 zero bytes (Issue AC3 segment parsing error #395)
  • Lots of fuzzying tests and changes to avoid panic on bad input data
  • Support for SMPTE-2086 Mastering Display Metadata Box (SmDm)
  • Support for Content Light Level Box (CoLL)
  • Better test coverage for VisualSampleEntryBox
  • IsVideoNaluType functions in both avc and hevc packages
  • Exported constants for ColrBox's ColorType
  • mp4.NewFreeBox, mp4.NewSkipBox functions
  • mp4.FreeBox.Payload method
  • mp4.SencBox methods: SetPerSampleIVSize, PerSampleIVSize, and ReadButNotParsed
  • Function mp4.CreateUnknownBox
  • Functions mp4.NewTfrfBox and mp4.NewTfxdBox
  • HEVC (hvc1) encryption
  • AppendProtectRange function is now public

Fixed

@tobbee tobbee merged commit dbf22ba into master Mar 28, 2025
9 checks passed
@tobbee tobbee deleted the v0.48.0 branch March 28, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant