Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[video_player_web] Add an alternate mode that renders images directly into the canvas #6286

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    11e88cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e7c2e9 View commit details
    Browse the repository at this point in the history
  3. update changelog

    jezell committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a988220 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4897da7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    460eddc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. add support for firefox

    jezell committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    7f2fb7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b313a41 View commit details
    Browse the repository at this point in the history
  3. fix dart analyze, optimize capture to skip RAF frames when not playin…

    …g, capture bitmap at optimum width / height of video
    jezell committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    acca14d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. add auto mode to video renderer to dynamically choose appropriate ren…

    …dering mode at runtime, allow manual configuration of rendering strategy
    jezell committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fbbcb1f View commit details
    Browse the repository at this point in the history
  2. remove unsafe hasProperty

    jezell committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d91aa8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfdbf0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    718ea8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ae7eb View commit details
    Browse the repository at this point in the history
  6. fix dart analyze

    jezell committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4ebf0df View commit details
    Browse the repository at this point in the history