Skip to content

Releases: shaka-project/shaka-packager

v3.2.0

12 May 06:18
53b8668
Compare
Choose a tag to compare

3.2.0 (2024-05-11)

Features

  • support Dolby Vision profile 8.x (HEVC) and 10.x (AV1) in HLS and DASH (#1396) (a99cfe0)

Bug Fixes

v3.1.0

04 May 00:32
52647b9
Compare
Choose a tag to compare

3.1.0 (2024-05-03)

Features

  • add missing DASH roles from ISO/IEC 23009-1 section 5.8.5.5 (#1390) (fe885b3)
  • get start number from muxer and specify initial sequence number (#879) (bb104fe)
  • teletext formatting (#1384) (4b5e80d)

v3.0.4

27 Mar 20:39
ceeb378
Compare
Choose a tag to compare

3.0.4 (2024-03-27)

Bug Fixes

v3.0.3

12 Mar 20:22
a87a0e0
Compare
Choose a tag to compare

3.0.3 (2024-03-12)

Bug Fixes

v3.0.2

11 Mar 14:59
5ee2b7f
Compare
Choose a tag to compare

3.0.2 (2024-03-07)

Bug Fixes

  • duplicate representation id for TTML when forced ordering is on (#1364) (0fd815a), closes #1362

v3.0.1

05 Mar 18:24
6bff14f
Compare
Choose a tag to compare

3.0.1 (2024-03-05)

Bug Fixes

  • CI: Add Mac-arm64 to build matrix (#1359) (c456ad6)
  • CI: Add missing Linux arm64 builds to release (9c033b9)

v3.0.0

04 Mar 17:14
34dcf3b
Compare
Choose a tag to compare

3.0.0 (2024-02-28)

⚠ 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 input support for EBU Teletext in MPEG-TS (#1344) (71c175d)
  • Add install target to build system (3e71302)
  • Add PlayReady support in HLS. (#1011) (96efc5a)
  • add startwithSAP/subsegmentstartswithSAP for audio tracks (#1346) (d23cce8)
  • Add support for ALAC codec (#1299) (b68ec87)
  • Add support for single file TS for HLS (#934) (4aa4b4b)
  • Add support for the EXT-X-START tag (#973) (76eb2c1)
  • Add xHE-AAC support (#1092) (5d998fc)
  • Allow LIVE UDP WebVTT input (#1349) (89376d3)
  • DASH: Add Label element. (#1175) (b1c5a74)
  • DASH: Add video transfer characteristics. (#1210) (8465f5f)
  • default text zero bias (#1330) (2ba67bc)
  • Drop Python 2 support in all scripts (3e71302)
  • Generate the entire AV1 codec string when the colr atom is present (#1205) (cc9a691), closes #1007
  • HLS / DASH support forced subtitle (#1020) (f73ad0d)
  • Move all third-party deps into git submodules (#1083) (3e71302)
  • order streams in manifest based on command-line order (#1329) (aad2a12)
  • Parse MPEG-TS PMT ES language and maximum bitrate descriptors (#369) (#1311) (c09eb83)
  • Portable, fully-static release executables on Linux (#1351) (9be7c2b)
  • Replace glog with absl::log, tweak log output and flags (3e71302)
  • Replace gyp build system with CMake (3e71302), closes #1047
  • Respect the file mode for HttpFiles (#1081) (3e71302)
  • This patch adds support for DTS:X Profile 2 audio in MP4 files. (#1303) (07f780d)
  • Update all dependencies (3e71302)
  • Write colr atom to muxed mp4 (#1261) (f264bef), closes #1202

Bug Fixes

Read more

v2.6.1

14 Oct 20:30
Compare
Choose a tag to compare

Fixed

  • Fix crash in static-linked linux builds (#996)
  • Update outdated Dockerfiles

v2.6.0

07 Sep 22:15
Compare
Choose a tag to compare

Added

  • Low latency DASH support (#979)
  • Added MPEG-H support (mha1, mhm1) (#930, #952)

Fixed

  • Workaround warning spam using http_file (#948)
  • Fixed various python2/3 issues in the build
  • Fixed builds with CC=clang CXX=clang++

Changed

  • Added arm64 to the build matrix
  • Make release binary names more consistent
  • Produce static release executables on Linux (#978, #965)
  • Stop using hermetic clang, libc++, etc
    • "gclient sync" now runs 20-30% faster
    • "ninja -C out/Release" now runs 5-13% faster
    • No longer required:
      • DEPOT_TOOLS_WIN_TOOLCHAIN environment variable
      • MACOSX_DEPLOYMENT_TARGET environment variable
      • clang=0 gyp variable
      • host_clang=0 gyp variable
      • clang_xcode=1 gyp variable
      • use_allocator=none gyp variable
      • use_experimental_allocator_shim=0 gyp variable

v2.5.1

22 Jun 00:15
Compare
Choose a tag to compare

Added

  • Add support for MSVS 2017 and 2019 (#867, #955)

Fixed

  • Fix position of LA_URL in PlayReady headers (#961)
  • Fix broken Dockerfile due to depot_tools update
  • Fix shared_library builds on Windows (#318, #956, #957, #958)

Changed

  • CI overhaul based on GitHub Actions (#336, #959)
    • Migrated Appveyor and Travis integrations to GitHub Actions
    • Added significant new release automation to build, test, and release on
      GitHub, NPM, and Docker Hub

Doc

  • Fix doc formatting for dash_only and hls_only (#954)