feat: android 16k supprtt - #6
Merged
Merged
Conversation
Member
|
Thanks a lot! We're really glad. |
Member
Author
|
Thank you for inviting me to the media-kit organization. Inspired by flutter/packages#5884, I’m looking into resolving thread-safety issues in media-kit on Windows and Linux. I noticed media-kit/media-kit#1274 hasn’t been reviewed—understandably so given your health situation and its relative complexity—wishing you a speedy recovery. On Linux, there’s a much simpler approach using |
user1121114685
pushed a commit
to user1121114685/libmpv-android-video-build
that referenced
this pull request
May 2, 2026
AfalpHy
pushed a commit
to AfalpHy/libmpv-android-audio-build
that referenced
this pull request
May 29, 2026
* multi-instance support * refactor: convert changes from java to kotlin * refactor: change some property names * refactor: replace NULL by nullptr * refactor(event): return nullptr in `event_thread` * refactor(property): revert some changes * refactor(render): revert some changes * fix: fix some issues * fix(property): fix `observeProperty` * fix: handle instance not created * fix: release surface when calling `destroy` * fix: store and dereference `appCtx` and fix memory leak in `nativeCommand` * fix: initialize `event_thread_id` to `0` and check when destroying * fix: make cache global and only init once --------- Co-authored-by: jarnedemeulemeester <jarnedemeulemeester@gmail.com>
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.
Part of media-kit/media-kit#1189
All CI passed and outdated native-event-loop has been removed.