Skip to content

Commit

Permalink
Merge pull request #24 from Eyevinn/v0.11
Browse files Browse the repository at this point in the history
docs: v0.11.0
  • Loading branch information
tobbee authored Jan 4, 2024
2 parents 84fa8d7 + babcb74 commit 226078d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet

## [0.11.0] - 2024-01-04

### Added

- GetContentProtections, GetMimeType, GetCodecs, and GetSegmentTemplate methods for AdaptationSet and Representation
Expand Down Expand Up @@ -115,7 +119,8 @@ Lots of convenience functions to create MPDs
- Tests with well-known MPDs
- Tweaked XML library to support namespaces

[Unreleased]: https://github.com/Eyevinn/dash-mpd/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/Eyevinn/dash-mpd/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/Eyevinn/dash-mpd/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/Eyevinn/dash-mpd/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/Eyevinn/dash-mpd/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/Eyevinn/dash-mpd/compare/v0.8.0...v0.9.0
Expand Down
3 changes: 3 additions & 0 deletions mpd/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
// Package mpd implements complete MPEG-DASH 5'th gen Media Presentation Description (MPD) with DRM support.
// It has been extended with ContentProtection for PlayReady, Marlin, and DASH-IF ClearKey.
// There are various helper functions to create MPDs, Periods, AdaptationSets, Representations, and SubRepresentations,
// and extract properties from an element or its parent.
package mpd

0 comments on commit 226078d

Please sign in to comment.