low-batt
low-batt
Similar to many open source projects IINA is layered on top of code from many other projects. For video/audio playback IINA uses [mpv](https://mpv.io/) and [FFmpeg](https://ffmpeg.org/). This means that IINA developers...
I always dislike posting a half-done rushed analysis, but I ran out of time looking into this today. So this reply has some useful information, but more investigation is needed....
Took a while, but I was able to build mpv from master with FFmpeg built from master. Playing the ProRes video `DJI_0023.MOV` I have been using for testing: ```bash low-batt@gag...
Sorry! Been overloaded trying to keep up with the issues user have been adding. I see you cherry picked PR #3582 from qinyuhang. There are two other PR from qinyuhang...
Install button is working for me with the latest code in the branch. @svobs I think @lhc70000 already fixed it. Logging could use an introductory message like "Invoking curl:", and...
I'm totally overloaded this week. Should have more time next week. To evaluate the plugin API we definitely want to code up some fully functional plugins. I was thinking the...
In the new `JavascriptAPIEvent.on` method there is code that calls the new `EventController`: ```swift let name = EventController.Name(event) let id = player!.events.addListener(JavascriptAPIEventCallback(callback), for: name) ``` In `MPVController.handlePropertyChange` there code has...
@saagarjha Is this is what you were expecting for a lock utilitiy class? Lock Class: ```swift // // Lock.swift // iina // // Created by low-batt on 6/23/22. // Copyright...
Got back to looking into this. I promptly hit a crash due to an attempt to log after the log file was closed. The plugin system may have made this...
## Summary This is not a bug in IINA. This is how IINA informs you that **macOS power management is broken** on the Mac IINA is being run on. Please...