File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
33| Version | Highlight |
44| ------ | --------- |
5+ | 0.27.0 | New more efficient SliceReader/SliceWriter based Box methods. Add AC-3 and Enhanced AC-3 support.
6+ Public trun flag bits and DecodeHeader. mp4ff-nallister now takes Annex byte stream. Bug fixes |
57| 0.26.1 | fix: don't move trak boxes to be before mvex |
68| 0.26.0 | New example code for decrypting segment. New tool for cropping mp4 file. SEI parsing for H.264. Interpret timestamps |
79| 0.25.0 | Support sample intervals. Control first sample flags. Create subtitle init segments. Minor improvements and fixes |
Original file line number Diff line number Diff line change 77)
88
99var (
10- commitVersion string = "v0.26.1 " // May be updated using build flags
10+ commitVersion string = "v0.27.0 " // May be updated using build flags
1111 commitDate string // commitDate in Epoch seconds (may be overridden using build flags)
1212)
1313
You can’t perform that action at this time.
0 commit comments