Skip to content

Commit

Permalink
Update CHANGELOG for v1.5.1
Browse files Browse the repository at this point in the history
Change-Id: I5ea7142396ef7d9d81b2aed86b93fd26241641c4
  • Loading branch information
kqyang committed Jul 26, 2016
1 parent 01e53ee commit c540e5a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c540e5a

Please sign in to comment.