Skip to content

Commit

Permalink
Merge pull request #210 from Eyevinn/v0.33.1
Browse files Browse the repository at this point in the history
Version 0.33.1
  • Loading branch information
tobbee committed Jan 25, 2023
2 parents 0d2fcb7 + 1ae7621 commit 0ef6caf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions Versions.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Versions

| Version | Highlight |
| ------ | --------- |
| 0.33.0 | Support QuickTime meta box. New possibility to disable parsing of specific boxes.
| 0.32.0 | Repo moved to github.com/Eyevinn/mp4ff.
| 0.31.0 | Support multiple sidx. Optimize stsc lookups. New return type for NewNaluArray. Bug fixes in prft, adts and avc interlace.
| Version | Highlights |
| ------ | ---------- |
| 0.33.1 | Fix parsing of HEVC SPS scaling list data present flag |
| 0.33.0 | Support QuickTime meta box. New possibility to disable parsing of specific boxes |
| 0.32.0 | Repo moved to github.com/Eyevinn/mp4ff |
| 0.31.0 | Support multiple sidx. Optimize stsc lookups. New return type for NewNaluArray. Bug fixes in prft, adts and avc interlace |
| 0.30.1 | Fix optimized sample copying introduced in v0.30.0 |
| 0.30.0 | Full AVC slice header parsing. Enhanced SEI Messages. Optimizations in ctts and sample copying. Bug fixes in HEVC nalu, tfdt, emsg |
| 0.29.0 | Improved uuid and esds box handling. Extended decryption example with cbcs and in-place cenc decryption |
Expand Down
4 changes: 2 additions & 2 deletions mp4/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
)

var (
commitVersion string = "v0.33.0" // May be updated using build flags
commitDate string = "1674643140" // commitDate in Epoch seconds (may be overridden using build flags)
commitVersion string = "v0.33.1" // May be updated using build flags
commitDate string = "1674662982" // commitDate in Epoch seconds (may be overridden using build flags)
)

// GetVersion - get version and also commitHash and commitDate if inserted via Makefile
Expand Down

0 comments on commit 0ef6caf

Please sign in to comment.