Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: v0.11.0 #24

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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