Kacper Michajłow

Results 586 comments of Kacper Michajłow

There is not much to describe. All libplacebo does is call [vkEnumeratePhysicalDevices](https://registry.khronos.org/vulkan/specs/latest/man/html/vkEnumeratePhysicalDevices.html) twice to get list of devices. See the code [here](https://github.com/haasn/libplacebo/blob/dd16ddf66055db5608bfc8858b5dc88add73545d/src/vulkan/context.c#L981-L987): ``` c pl_clock_t start = pl_clock_now(); VkPhysicalDevice *devices...

Should be fixed now by #16512 See for more info: https://mpv.io/manual/master/#options-target-colorspace-hint https://mpv.io/manual/master/#options-target-colorspace-hint-mode

It fails earlier for hwdec ``` [ 0.505][e][ffmpeg/video] h264: decoder->cvdl->cuvidGetDecoderCaps(&caps) failed -> CUDA_ERROR_OUT_OF_MEMORY: out of memory ```

@dordle: Could you confirm that `mpv --vo=gpu-next --gpu-api=vulkan --hwdec=vulkan` works for you too?

Just to confirm `mpv --vo=gpu-next --gpu-api=vulkan --hwdec=vulkan` works for you fine? And the `mpv --vo=gpu-next --gpu-api=opengl --hwdec=auto` should work fine too?

This is expected, you can expand HDR to higher nits, same as SDR, there is not difference really.

I think it is just an example. generally there is no difference in HDR and SDR processing. Both can be represented in PQ and both can be scaled according to...

What's missing * require all the checks that we run. There is no reason to cherry-pick some * don't forget about https://github.com/mpv-player/mpv/blob/f94b44c8e5d4d15a5b102b13adba4ed25fb14128/.github/workflows/fuzz.yml * set merge queue to 2h, because if...

> Adding so much delay is not acceptable. Care to explain why? This feature is precisely designed, so you don't have to wait/look at the paint dry and just click...

@kleisauke: your issue is during linking. With lto and especially with full lto there is a lot of memory needed. Reduce concurrent linking jobs to fix this. I see libvips...