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

Use mpv's new create_osd_overlay API #296

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2020

  1. Work around performance regression in mpv's osd

    In mpv-player/mpv@0728726, a strcmp on
    the previously displayed and the new text has been removed, causing
    excessive GPU usage especially on idle frames when playback was paused.
    I will submit a patch to upstream, but mpv versions 0.31 & 0.32 are
    already affected by this.
    
    See torque/mpv-progressbar#56 for a similar report to a different
    script.
    FichteFoll committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    2d6d4b4 View commit details
    Browse the repository at this point in the history
  2. Use mpv's new create_osd_overlay API

    The internal and previously used set_osd_ass API has been deprecated.
    FichteFoll committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    6319fc5 View commit details
    Browse the repository at this point in the history
  3. Misc lua code cleanups

    FichteFoll committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    352a3df View commit details
    Browse the repository at this point in the history