der richter
der richter
> We could let libmpv be probed on macos but not any other OS. if this isn't a too big change it is probably worthwhile, since it might keep a...
thanks, now this part of the code makes a lot more sense to me. i guarded the the check behind HAVE_MACOS_COCOA_CB, since it's only really relevant when mpv is built...
again like the other issue, this is a useless log file because you are not logging with the problem you have. you need to reproduce the issue when logging. this...
> this is a know limitation of the bundling script and is on my todo. to quote myself. dunno why i have to repeat myself and why i am just...
i can reproduce this, though no idea what exactly happens there. just to make things clear, it only happens with `--target-colorspace-hint=yes`. [edit] used this as test file https://4kmedia.org/lg-new-york-hdr-uhd-4k-demo/
the minimum settings to reproduce this `mpv --no-config --vo=gpu-next --target-colorspace-hint`. crash report: [crash.txt](https://github.com/mpv-player/mpv/files/14406500/crash.txt) log: [log.log](https://github.com/mpv-player/mpv/files/14406496/log.log) terminal also outputs a `zsh: bus error` ``` akemi@Mac-Studio mpv % build/mpv --no-config --vo=gpu-next --target-colorspace-hint...
coming from this call in mpv https://github.com/mpv-player/mpv/blob/6ecdedabe5cff2c3ec58354e4e999d2f3b3f3827/video/out/vo_gpu_next.c#L980 in libplacebo https://github.com/haasn/libplacebo/blob/e987124b516507f4eb71a29b53e288d3c590aa75/src/swapchain.c#L65-L67 some problem with the pointer to pl_color_space and inappropriate freeing?
after trying to fix a problem with rendering on the main queue (https://github.com/Akemi/mpv/commits/mac_vulkan_main/) the crash persists but already crashs when trying to load an HDR file. [crash.txt](https://github.com/mpv-player/mpv/files/14439405/crash.txt) ``` V: 00:00:00...
i generalised the vulkan loader processing and got rid of a whole lot of duplicate code. now any generic loader can be copied to the bundle. the layer processing is...
i can reproduce this. also seeking backwards a few times. [](https://github.com/mpv-player/mpv/assets/680386/478540cc-f898-4860-8285-4847eb93e817)