Skip to content

Commit bacfe58

Browse files
authored
Merge pull request #121 from edgeware/v0.26
Version v0.26.0
2 parents 1d36b8e + 9f336f3 commit bacfe58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Versions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
| Version | Highlight |
44
| ------ | --------- |
5+
| 0.26.0 | New example code for decrypting segment. New tool for cropping mp4 file. SEI parsing for H.264. Interpret timestamps |
56
| 0.25.0 | Support sample intervals. Control first sample flags. Create subtitle init segments. Minor improvements and fixes |
6-
| 0.24.0 | api-change: DecodeFile lazy mode. Enhanced segmenter example with lazy read/write. |
7+
| 0.24.0 | api-change: DecodeFile lazy mode. Enhanced segmenter example with lazy read/write |
78
| 0.23.1 | fix: segment encode mode without optimization
89
| 0.23.0 | api-change: encode mode and optimization options |
910
| 0.22.0 | feat: add codec string for AVC and HEVC |

mp4/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
var (
10-
commitVersion string = "v0.25.0" // May be updated using build flags
10+
commitVersion string = "v0.26.0" // May be updated using build flags
1111
commitDate string // commitDate in Epoch seconds (may be overridden using build flags)
1212
)
1313

0 commit comments

Comments
 (0)