Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: video-dev/hls.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.17
Choose a base ref
...
head repository: video-dev/hls.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.18
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 17, 2024

  1. Fix null XHR response handling (#6842)

    * Prevent Inivalid State exception thrown by reading xhr.responseText when xhr.response is null and responseType is not text or empty
    
    (cherry picked from commit 8593c31)
    robwalch committed Dec 17, 2024
    Copy the full SHA
    b1654ad View commit details
  2. Fix getVideoStartPts when timestamps wrap at MPEG-2 33-bit boundary

    (cherry picked from commit c31aea1)
    robwalch committed Dec 17, 2024
    Copy the full SHA
    91bb1e7 View commit details
  3. Handle ManagedMediaSource endStreaming events without aborting requests

    Fixes #6918
    
    (cherry picked from #6186 commit 6de6587)
    robwalch committed Dec 17, 2024
    Copy the full SHA
    3a509a3 View commit details
Loading