Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 3.0.0 #13

Merged
merged 1 commit into from
Oct 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,58 @@
# Changelog


## [3.0.0](https://github.com/joeyparrish/shaka-packager/compare/v2.6.0...v3.0.0) (2023-10-21)


### ⚠ BREAKING CHANGES

* Update all dependencies
* Drop Python 2 support in all scripts
* Replace glog with absl::log, tweak log output and flags
* Replace gyp build system with CMake

### Features

* Add install target to build system ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Add xHE-AAC support ([#1092](https://github.com/joeyparrish/shaka-packager/issues/1092)) ([5d998fc](https://github.com/joeyparrish/shaka-packager/commit/5d998fca7fb1d3d9c98f5b26561f842edcb2a925))
* **DASH:** Add video transfer characteristics. ([#1210](https://github.com/joeyparrish/shaka-packager/issues/1210)) ([8465f5f](https://github.com/joeyparrish/shaka-packager/commit/8465f5f020b5c6152d24107a6d164301e05c3176))
* Drop Python 2 support in all scripts ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Generate the entire AV1 codec string when the colr atom is present ([#1205](https://github.com/joeyparrish/shaka-packager/issues/1205)) ([cc9a691](https://github.com/joeyparrish/shaka-packager/commit/cc9a691aef946dfb4d68077d3a741ef1b88d2f21)), closes [#1007](https://github.com/joeyparrish/shaka-packager/issues/1007)
* Move all third-party deps into git submodules ([#1083](https://github.com/joeyparrish/shaka-packager/issues/1083)) ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Replace glog with absl::log, tweak log output and flags ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Replace gyp build system with CMake ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Respect the file mode for HttpFiles ([#1081](https://github.com/joeyparrish/shaka-packager/issues/1081)) ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Update all dependencies ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Write colr atom to muxed mp4 ([#1261](https://github.com/joeyparrish/shaka-packager/issues/1261)) ([f264bef](https://github.com/joeyparrish/shaka-packager/commit/f264befe868a9fbf054697a6d06218cc25de055d)), closes [#1202](https://github.com/joeyparrish/shaka-packager/issues/1202)


### Bug Fixes

* Accept 100% when parsing WEBVTT regions ([#1006](https://github.com/joeyparrish/shaka-packager/issues/1006)) ([e1b0c7c](https://github.com/joeyparrish/shaka-packager/commit/e1b0c7c45431327fd3ce193514a5407d07b39b22)), closes [#1004](https://github.com/joeyparrish/shaka-packager/issues/1004)
* dash_roles add role=description for DVS audio per DASH-IF-IOP-v4.3 ([#1054](https://github.com/joeyparrish/shaka-packager/issues/1054)) ([dc03952](https://github.com/joeyparrish/shaka-packager/commit/dc0395291a090b342beaab2e89c627dc33ee89b0))
* Don't close upstream on HttpFile::Flush ([#1201](https://github.com/joeyparrish/shaka-packager/issues/1201)) ([53d91cd](https://github.com/joeyparrish/shaka-packager/commit/53d91cd0f1295a0c3456cb1a34e5235a0316c523)), closes [#1196](https://github.com/joeyparrish/shaka-packager/issues/1196)
* Fix build errors related to std::numeric_limits ([#972](https://github.com/joeyparrish/shaka-packager/issues/972)) ([9996c73](https://github.com/joeyparrish/shaka-packager/commit/9996c736aea79e0cce22bee18dc7dcabfffff47b))
* Fix build on FreeBSD ([#1287](https://github.com/joeyparrish/shaka-packager/issues/1287)) ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Fix clang build ([#1288](https://github.com/joeyparrish/shaka-packager/issues/1288)) ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Fix failure on very short WebVTT files ([#1216](https://github.com/joeyparrish/shaka-packager/issues/1216)) ([dab165d](https://github.com/joeyparrish/shaka-packager/commit/dab165d3e5d979e2e5ff783d91d948357b932078)), closes [#1217](https://github.com/joeyparrish/shaka-packager/issues/1217)
* Fix handling of non-interleaved multi track FMP4 files ([#1214](https://github.com/joeyparrish/shaka-packager/issues/1214)) ([dcf3225](https://github.com/joeyparrish/shaka-packager/commit/dcf32258ffd725bc3de06c9bceb86fc8a403ecba)), closes [#1213](https://github.com/joeyparrish/shaka-packager/issues/1213)
* Fix issues with `collections.abc` in Python 3.10+ ([#1188](https://github.com/joeyparrish/shaka-packager/issues/1188)) ([80e0240](https://github.com/joeyparrish/shaka-packager/commit/80e024013df87a4bfeb265c8ea83cfa2a0c5db0f)), closes [#1192](https://github.com/joeyparrish/shaka-packager/issues/1192)
* Fix local files with UTF8 names ([#1246](https://github.com/joeyparrish/shaka-packager/issues/1246)) ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Fix Python 3.10+ compatibility in scripts ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Fix various build issues on macOS ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* Fix various build issues on Windows ([98ae717](https://github.com/joeyparrish/shaka-packager/commit/98ae7172c0e4276f361f7a2c873dcd9b1b8a1434))
* hls, set the DEFAULT explicitly to NO. Supports native HLS players. ([#1170](https://github.com/joeyparrish/shaka-packager/issues/1170)) ([1ab6818](https://github.com/joeyparrish/shaka-packager/commit/1ab68188326685ab4e427e7a6eab0694e0b0b60a)), closes [#1169](https://github.com/joeyparrish/shaka-packager/issues/1169)
* Indexing `bytes` produces `int` on python3 for `pssh-box.py` ([#1228](https://github.com/joeyparrish/shaka-packager/issues/1228)) ([d9d3c7f](https://github.com/joeyparrish/shaka-packager/commit/d9d3c7f8be13e493a99b2ff4b72a402c441c1666)), closes [#1227](https://github.com/joeyparrish/shaka-packager/issues/1227)
* Low Latency DASH: include the "availabilityTimeComplete=false" attribute ([#1198](https://github.com/joeyparrish/shaka-packager/issues/1198)) ([d687ad1](https://github.com/joeyparrish/shaka-packager/commit/d687ad1ed00da260c4f4e5169b042ef4291052a0))
* **MP4:** Add compatible brand dby1 for Dolby content. ([#1211](https://github.com/joeyparrish/shaka-packager/issues/1211)) ([520926c](https://github.com/joeyparrish/shaka-packager/commit/520926c27ad0d183127e4548c4564af33a2ad2f3))
* Parse one frame mpeg-ts video ([#1015](https://github.com/joeyparrish/shaka-packager/issues/1015)) ([b221aa9](https://github.com/joeyparrish/shaka-packager/commit/b221aa9caf4f8357a696f3265d1e2a5bf504dbd9)), closes [#1013](https://github.com/joeyparrish/shaka-packager/issues/1013)
* Prevent crash in GetEarliestTimestamp() if periods are empty ([#1173](https://github.com/joeyparrish/shaka-packager/issues/1173)) ([d6f28d4](https://github.com/joeyparrish/shaka-packager/commit/d6f28d456c6ec5ecf39c868447d85294a698166d)), closes [#1172](https://github.com/joeyparrish/shaka-packager/issues/1172)
* PTS diverge DTS when DTS close to 2pow33 and PTS more than 0 ([#1050](https://github.com/joeyparrish/shaka-packager/issues/1050)) ([ab8ab12](https://github.com/joeyparrish/shaka-packager/commit/ab8ab12d098c352372014180bd2cb5407e018739)), closes [#1049](https://github.com/joeyparrish/shaka-packager/issues/1049)
* Roll back depot_tools, bypass vpython ([#1045](https://github.com/joeyparrish/shaka-packager/issues/1045)) ([3fd538a](https://github.com/joeyparrish/shaka-packager/commit/3fd538a587184a87e2b41a526e089247007aa526)), closes [#1023](https://github.com/joeyparrish/shaka-packager/issues/1023)
* TTML generator timestamp millisecond formatting ([#1179](https://github.com/joeyparrish/shaka-packager/issues/1179)) ([494769c](https://github.com/joeyparrish/shaka-packager/commit/494769ca864e04d582f707934a6573cad78d2e8c)), closes [#1180](https://github.com/joeyparrish/shaka-packager/issues/1180)
* Update golden files for ttml tests and failing hls unit tests. ([#1226](https://github.com/joeyparrish/shaka-packager/issues/1226)) ([ac47e52](https://github.com/joeyparrish/shaka-packager/commit/ac47e529ad7b69cc232f7f96e2a042990505776f))
* webvtt single cue do not fail on EOS ([#1061](https://github.com/joeyparrish/shaka-packager/issues/1061)) ([b9d477b](https://github.com/joeyparrish/shaka-packager/commit/b9d477b969f34124dfe184b4ac1d00ea8faf0a7d)), closes [#1018](https://github.com/joeyparrish/shaka-packager/issues/1018)

## [2.6.1] - 2021-10-14
### Fixed
- Fix crash in static-linked linux builds (#996)
Expand Down