From b08b23e85e03551c7cecee66721ba6bd3a361900 Mon Sep 17 00:00:00 2001 From: KongQun Yang Date: Fri, 22 Jan 2016 13:09:38 -0800 Subject: [PATCH] Update CHANGELOG for v1.3.1 Change-Id: Iea48218c9761634dc83963a67a8ba977cdd757df --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36eb748b0d0..88de83bda43 100644 --- a/CHANGELOG.md +++ b/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. @@ -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