From c540e5afa0a649285dc5a2c2a1ce68cc76ab1bd5 Mon Sep 17 00:00:00 2001 From: Kongqun Yang Date: Fri, 22 Jul 2016 14:47:35 -0700 Subject: [PATCH] Update CHANGELOG for v1.5.1 Change-Id: I5ea7142396ef7d9d81b2aed86b93fd26241641c4 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3a041921..cd38dabb90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.5.1] - 2016-07-25 +### Added +- Added a runtime flag to use dts in timeline for mp4: + --mp4_use_decoding_timestamp_in_timeline + +### Changed +- Remove restriction that sps:gaps_in_frame_num_value_allowed_flag should be + 0 in h264. Packager should not care about this flag (#126). +- Remove restriction that sample duration cannot be zero. A warning message + is printed instead (#127). + +### Fixed +- Fix text formats (webvtt, ttml) not recognized problem (#130). + ## [1.5.0] - 2016-07-12 ### Added - Added TS (output) and HLS (output) with SAMPLE-AES encryption support. @@ -173,6 +187,7 @@ First public release. - Added mpd_generator driver program to generate mpd file from packager generated intermediate files. +[1.5.1]: https://github.com/google/shaka-packager/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/google/shaka-packager/compare/v1.4.0...v1.5.0 [1.4.1]: https://github.com/google/shaka-packager/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/google/shaka-packager/compare/v1.3.1...v1.4.0