Skip to content

Conversation

@dependabot-preview
Copy link

Bumps hls.js from 0.13.2 to 0.14.13.

Release notes

Sourced from hls.js's releases.

v0.14.13

Bugfixes

  • Fix remuxing of AVC with bad PTS #3049

Misc

  • Added saucelab-connect test fixes and updates to patch/v0.14.x branch

Summary video-dev/hls.js@v0.14.12...v0.14.13

v0.14.12

Bugfixes

  • Allow mp3 data that does not contain ID3. Fixes #3037

Summary video-dev/hls.js@v0.14.11...v0.14.12

v0.14.11

Bugfixes

  • Fix handling of NULL delimiter when parsing ID3 WXXX tags #3006

Summary video-dev/hls.js@v0.14.10...v0.14.11

v0.14.10

Bugfixes

  • Fix mp4-remuxer CHUNK_DEMUXER_ERROR_APPEND_FAILED in Chrome 74 and lower, as well as Chromium based browsers like Opera 58. Reduces composition time of initial video samples in older browsers so that moof base decode time starts at 0 or higher. #2995

This patch fixes a regression introduced around v0.14.4 where negative base decode times used to remove start gaps in the video track cause append errors:

The video playback was aborted due to a corruption problem or because the video used features your browser did not support - CHUNK_DEMUXER_ERROR_APPEND_FAILED: video frame with PTS 40000us has negative DTS -40000us after applying timestampOffset, handling any discontinuity, and filtering against append window

Summary video-dev/hls.js@v0.14.9...v0.14.10

v0.14.9

Bugfixes and Improvements

  • Only apply minimum ID3 cue duration when cue does not have one. #2964 resolves #2963

This patch fixes a regression introduced in v0.14.8 where we applied a minimum duration 0.25s to all metadata cues. All cues must have a positive duration, but we shouldn't modify valid ones, since those cue ranges may be considered critical to application logic.

Summary video-dev/hls.js@v0.14.8...v0.14.9

v0.14.8

Bugfixes and Improvements

  • Fix edge-case in main audio-only with track descriptions #2943 resolves #2837
  • Fix PTS/DTS calculation on rollover #2930 resolves #1796
  • Require min cue duration of 0.25 on ID3 cues #2951 ensures that TextTrack "change" events fire for all appended VTTCues
  • Fix audio remuxer out of sequence sample drop regression #2960 resolves #2959
Commits
  • e76a4fc Patch sauce connect test fixes
  • 9e1e3bf Improve handling of bad AVC PTS
  • 26ce694 Allow mp3 data that does not contain ID3
  • 27dbaff Fix ID3 WXXX URL parsing
  • a1c8f0e Merge pull request #2995 from video-dev/bugfix/chrome-74-negative-dts
  • 4e44c77 Fix mp4-remux CHUNK_DEMUXER_ERROR_APPEND_FAILED in Chrome 74 and lowers and C...
  • fc71d81 Merge pull request #2964 from video-dev/bugfix/min-id3-cue-duration
  • 388ecd3 Only apply minimum ID3 cue duration when cue has none
  • b1041aa Merge pull request #2960 from video-dev/bugfix/drop-bad-audio-samples
  • bf95cdd Fix regression (v0.14.1) in audio-remuxer where bad samples mid fragment were...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [hls.js](https://github.com/video-dev/hls.js) from 0.13.2 to 0.14.13.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](video-dev/hls.js@v0.13.2...v0.14.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 22, 2020
@dependabot-preview
Copy link
Author

Superseded by #63.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/v0.4.2/hls.js-0.14.13 branch October 9, 2020 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants