Skip to content

Commit

Permalink
Update CHANGELOG for v1.3.1
Browse files Browse the repository at this point in the history
Change-Id: Iea48218c9761634dc83963a67a8ba977cdd757df
  • Loading branch information
kqyang committed Jan 23, 2016
1 parent 2c3aed4 commit b08b23e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
## [1.3.1] - 2016-01-22
This release fixes and improves WebM parsing and packaging.
### Added
- Added 'cenc:default_KID' attribute in ContentProtection element for non-MP4,
i.e. WebM mpd too #69.
- Added WebM content decryption support #72.

### Fixed
- Fixed decoding timestamp always being 0 when trasmuxing from WebM to MP4 #67.
- Improved sample duration computation for WebM content to get rid of possible
gaps due to accumulated errors #68.
- Fixed possible audio sample loss in WebM parser, which could happen if there
are audio blocks before the first video block #71.

## [1.3.0] - 2016-01-15
### Added
- Added support for new container format: WebM.
Expand Down Expand Up @@ -110,6 +124,7 @@ First public release.
- Added mpd_generator driver program to generate mpd file from packager generated
intermediate files.

[1.3.1]: https://github.com/google/edash-packager/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/google/edash-packager/compare/v1.2.0...v1.3.0
[1.2.1]: https://github.com/google/edash-packager/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/google/edash-packager/compare/v1.1...v1.2.0
Expand Down

0 comments on commit b08b23e

Please sign in to comment.