Skip to content

Commit

Permalink
Merge pull request #243 from Eyevinn/v0.35.0
Browse files Browse the repository at this point in the history
Version 0.35.0
  • Loading branch information
tobbee authored Apr 18, 2023
2 parents 847372b + 09f9741 commit 3213b5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

-

## [0.35.0] - 2023-04-18

### Fixed

- `stpp` box handles optional empty lists properly (a single zero byte)
- AVC slice size value

### Added

- Exported function: bits.CeilLog2
- Exported function: `bits.CeilLog2`
- PPS parsing for HEVC
- `mp4ff-pslister` now provides PPS details for HEVC
- `mp4ff-pslister` now extracts inband parameter sets in progressive mp4 files
- Complete parsing of HEVC SPS extensions
- Parsing of HEVC slice header
- `SetType` method for `mp4.AudioSampleEntryBox`

## [0.34.1] - 2023-03-09

Expand Down Expand Up @@ -382,7 +388,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- New unique repo name: `mp4ff`

[unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.34.1...HEAD
[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.35.0...HEAD
[0.35.0]: https://github.com/Eyevinn/mp4ff/compare/v0.34.1...v0.35.0
[0.34.1]: https://github.com/Eyevinn/mp4ff/compare/v0.34.0...v0.34.1
[0.34.0]: https://github.com/Eyevinn/mp4ff/compare/v0.33.2...v0.34.0
[0.33.2]: https://github.com/Eyevinn/mp4ff/compare/v0.33.1...v0.33.2
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.34.1" // May be updated using build flags
commitDate string = "1678361120" // commitDate in Epoch seconds (may be overridden using build flags)
commitVersion string = "v0.35.0" // May be updated using build flags
commitDate string = "1681806686" // 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 3213b5a

Please sign in to comment.