Skip to content

Commit

Permalink
Update CHANGELOG for v2.2.1
Browse files Browse the repository at this point in the history
Change-Id: Iedd53d423b5c71ab8aba8b671ca8fa4ad3ab933b
  • Loading branch information
kqyang committed Sep 20, 2018
1 parent 1c52bab commit 3541166
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
## [2.2.1] - 2018-09-20
### Added
- Added support for seek preroll in AAC and other audio codecs (#452). This also
addressed 'Unexpected seek preroll for codecs ...' warnings.
- Computes and sets VP9 Level in the codec config if it is not already set
(#469). This fixed VP9 in ISO-BMFF files generated by FFmpeg v4.0.2 or earlier
which does not have level set in the codec config.

### Fixed
- Added a workaround for TS contents with dts moving backwards (#451). So
instead of generating a sample with negative duration, which ExoPlayer does
not handle, use an arbitrarily short duration instead.
- Fixed pattern signaling in seig for key rotation with cbcs (#460).
- Fixed incorrect segment name with $Time$ in segment_template (#472). This
resulted in the first segment being overwritten and led to playback problems.
- Fixed TTML text input passthrough in DASH (#478). This is a regression
introduced in v2.2.0.

## [2.2.0] - 2018-08-16
### Added
- EditList support in ISO-BMFF in both input and output (#112).
Expand Down Expand Up @@ -409,6 +427,7 @@ First public release.
- Added mpd_generator driver program to generate mpd file from packager generated
intermediate files.

[2.2.1]: https://github.com/google/shaka-packager/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/google/shaka-packager/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/google/shaka-packager/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/google/shaka-packager/compare/v2.0.3...v2.1.0
Expand Down

0 comments on commit 3541166

Please sign in to comment.