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: shaka-project/shaka-player
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.15.17
Choose a base ref
...
head repository: shaka-project/shaka-player
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.15.18
Choose a head ref
  • 11 commits
  • 14 files changed
  • 3 contributors

Commits on Oct 15, 2025

  1. chore: Update python runtime in appengine (#9224)

    Python 3.9 is EOL in app engine.
    
    This should fix future deployments by moving to Python 3.13.
    
    v4.15.17 and v4.16.5 have been deployed manually to compensate for these failed release workflows:
    
    - https://github.com/shaka-project/shaka-player/actions/runs/18526707807/job/52833355559
    - https://github.com/shaka-project/shaka-player/actions/runs/18526952863/job/52833356575
    joeyparrish committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    0a9122a View commit details
    Browse the repository at this point in the history
  2. fix(build): Fix build compat with mac homebrew java (#9225)

    Homebrew builds of openjdk include a version like "25" instead of
    "25.0.0". This fixes the parser that extracts this version number in our
    build scripts.
    joeyparrish committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    ce44ed8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    7d5c8b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9030283 View commit details
    Browse the repository at this point in the history
  3. fix(Queue): Fix start time when go to previous item (#9222)

    In this case we do not want to save the original position
    avelad committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    d8539f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d895e0c View commit details
    Browse the repository at this point in the history
  5. fix(HLS): Fix bandwidth detection (#9230)

    Previously, AVERAGE-BANDWIDTH was prioritized over BANDWIDTH, but this
    produces undesirable results when peaks are reproduced and the ABR is
    unable to act.
    avelad committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    c2f57c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f401663 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a701e3 View commit details
    Browse the repository at this point in the history
  8. fix: Don't cancel trick play on VOD end (#9239)

    Currently, when trick play is performed and the content ends, if the
    user presses play again, the trick play has been canceled. This is not
    desired.
    avelad committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    d61cc38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5f8cf4 View commit details
    Browse the repository at this point in the history
Loading