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

Add support for native PGS subtitle rendering without transcoding #5688

Merged
merged 7 commits into from
Sep 20, 2024

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    e9aedc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    febc67f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a673273 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5d3b08 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    8753f84 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Removed extra line breaks and using `classList.toggle` instead of `add` and `remove` to simplify code.
    
    Co-authored-by: Bill Thornton <[email protected]>
    Arcus92 and thornbill committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    da0a255 View commit details
    Browse the repository at this point in the history
  3. Added PGS support for browsers legacy browsers without `OffscreenCanv…

    …as` or `Worker` support like webOS 1.2 by updating `libpgs`.
    Arcus92 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e560d37 View commit details
    Browse the repository at this point in the history