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.9
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.11
Choose a head ref
  • 6 commits
  • 11 files changed
  • 3 contributors

Commits on May 31, 2024

  1. when this.stats is called, add optional chaining or check for exist…

    …ence (#6459)
    
    (cherry picked from commit f379442)
    xta authored and robwalch committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7fd0fe3 View commit details
    Browse the repository at this point in the history
  2. Fix TSDemuxer parsing error handling in sync path (#6469)

    * Add type safety to worker message handler and replace deprecated vendor field with empty string
    Related to #6445
    
    (cherry picked from commit 1e4e605)
    
    * Fix TSDemuxer parsing error handling
    Fixes #6445
    
    * Warn with error message when available
    robwalch authored May 31, 2024
    Configuration menu
    Copy the full SHA
    adf87aa View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    0729c34 View commit details
    Browse the repository at this point in the history
  2. Don't append over first fragment when next fragment aligns with playl…

    …ist within 1/200s tolerance (#6471)
    
    Fixes edge-case starting in v1.5 that causes #6441
    robwalch authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    e1c2904 View commit details
    Browse the repository at this point in the history
  3. Fix light ESM build (#6307)

    ESM build needs a special empty file that exports an object to prevent
    property access of "undefined"
    
    (cherry picked from commit 474a10b)
    Chocobozzz authored and robwalch committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    b3d1746 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    61dd3f5 View commit details
    Browse the repository at this point in the history
Loading