Skip to content

Commit

Permalink
Merge pull request #121 from edgeware/v0.26
Browse files Browse the repository at this point in the history
Version v0.26.0
  • Loading branch information
tobbee authored Jan 13, 2022
2 parents 1d36b8e + 9f336f3 commit bacfe58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

| Version | Highlight |
| ------ | --------- |
| 0.26.0 | New example code for decrypting segment. New tool for cropping mp4 file. SEI parsing for H.264. Interpret timestamps |
| 0.25.0 | Support sample intervals. Control first sample flags. Create subtitle init segments. Minor improvements and fixes |
| 0.24.0 | api-change: DecodeFile lazy mode. Enhanced segmenter example with lazy read/write. |
| 0.24.0 | api-change: DecodeFile lazy mode. Enhanced segmenter example with lazy read/write |
| 0.23.1 | fix: segment encode mode without optimization
| 0.23.0 | api-change: encode mode and optimization options |
| 0.22.0 | feat: add codec string for AVC and HEVC |
Expand Down
2 changes: 1 addition & 1 deletion mp4/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
commitVersion string = "v0.25.0" // May be updated using build flags
commitVersion string = "v0.26.0" // May be updated using build flags
commitDate string // commitDate in Epoch seconds (may be overridden using build flags)
)

Expand Down

0 comments on commit bacfe58

Please sign in to comment.