low-batt

Results 467 comments of low-batt

Thanks for updating the title. As we are unsure if this is the `mpv` issue identified I am going to take a closer look. I believe I have reproduced it....

I invoked `mpv` with these options for the test: ```text mpv --pause --start=1:09:52 --sub-shadow-color=#000000 --sub-shadow-offset=10 ``` And configured IINA with similar options. mpv 0.37.0: ![issue-4770-mpv](https://github.com/iina/iina/assets/86170219/eb190913-2635-4d2a-a4e6-8ac19c98ab59) IINA 1.3.4: ![issue-4770-IINA](https://github.com/iina/iina/assets/86170219/6aa6959c-321b-4c2d-895f-9c8575ef07f9) IINA with...

The [mpv](https://mpv.io/) issue had to do with [libass](https://github.com/libass/libass) issue https://github.com/libass/libass/issues/690 concerning a change made for `libass` 0.17.0. Changes have been merged and `mpv` is now compatible with `libass` 0.17.0. This...

Confirmed fixed. I patched `buffer.c` with the proposed change. Rebuilt `mpv` and tested. I tried hard, but was not able to reproduce the problem with the fix applied.

For the record, this is the up to date link to the `os_unfair_lock_lock_with_options` lock method in Apple's open source for macOS 14.4: https://github.com/apple-oss-distributions/libplatform/blob/a00a4cc36da2110578bcf3b8eeeeb93dcc7f4e11/private/os/lock_private.h#L309-L324 It is in the `private` section of...

Thanks to everyone for fixing this one. [IINA](https://github.com/iina/iina) users are very excited about the support for spatial audio that the avfoundation audio driver provides. Your work is appreciated.

As `gpu-next` does not currently support the render API (issue #10810), would prioritizing `gpu-next` for probing cause a problem for applications using the render API?