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: videojs/video.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.20.2
Choose a base ref
...
head repository: videojs/video.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.20.3
Choose a head ref
  • 8 commits
  • 11 files changed
  • 5 contributors

Commits on Aug 2, 2022

  1. refactor: fix typo in player.js (#7805)

    langauge -> language
    eltociear authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9ca2e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0211d73 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    3c70573 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

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

Commits on Sep 9, 2022

  1. fix: Use timeupdate as well as rvfc/raf for cues (#7918)

    Use the timeupdate event as well as the rvfc and raf callbacks to check cues. This is a bit overkill for "usual" playback but avoids edge cases. If the more preceise callback trigger first the cue will update but the timeupdate event should catch any that were missed, notwithstanding that timeupdate was always somewhat unpredictable.
    
    Fixes #7910 (audio in video els and Samsung being weird) and fixes #7902 (no updates off screen).
    mister-ben authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9b81afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4524e View commit details
    Browse the repository at this point in the history
  3. fix: allow for techs that init slowly in rvfc (#7864)

    Don't call tech.paused() in the requestVideoFrameCallback fallback if the tech is not ready. I've seen this is an issue in the Flash tech, as its methods are set up after the swf loads. Yes, Flash, it's 2022, but in theory another tech could be impacted if it's also async.
    mister-ben authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d736541 View commit details
    Browse the repository at this point in the history
  4. 7.20.3

    gkatsev committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4e2f8ad View commit details
    Browse the repository at this point in the history
Loading