Use Render time replace overlay time.#31
Merged
Merged
Conversation
thor2002ro
pushed a commit
to thor2002ro/libass-android
that referenced
this pull request
Jul 24, 2026
Use render time replace overlay time.
thor2002ro
added a commit
to thor2002ro/libass-android
that referenced
this pull request
Jul 24, 2026
Process the local patch set for this fork and keep the build on local project modules instead of Maven-published artifacts. Add batched libass atlas output, atlas GL rendering, coalesced render scheduling, presentation-time throttling, and tests for atlas frame data, render clock behavior, scheduler behavior, performance stats, and atlas vertex generation. Set the fork version to 0.5.0-beta01-thor, remove Maven publishing/POM-only metadata from the modules, and wire lib_ass, lib_ass_kt, and lib_ass_media through local project dependencies. Fix integration issues found during audit: avoid the native clear-events infinite loop with this libass version, restore native error logging, preserve performance stats only on opt-in handler paths, clear stale metrics/results safely, remove deprecated videoFramePeriod compatibility, and avoid duplicate atlas/statistics execution paths. Update libass-cmake to local commit afbc808, which points src/ass at local libass commit a2c17fb. That libass commit is based on upstream master and includes selected requested PRs #940, #856, #772, #731, #666, and #874. PR #749 was skipped as duplicate of the newer bitmap-shift path; PRs #793, #702, #506, and peerless2012#31 remain separate high-risk WIP ports. Validation: lib_ass_kt and lib_ass_media unit tests pass, lib_ass_media assembleDebug passes, JNI/header syntax check passes, and diff checks pass. lib_ass_kt assembleDebug is still blocked before libass compilation by missing generated configure scripts in libass-cmake third-party submodules.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should fix #22 .