der richter

Results 198 comments of der richter

going to close this issue, since everything has been answered so far. if anything else arrises feel free to open a new one or a discussion.

> I'm seeing the same behavior on macOS then you have a different issue. this is linux/mesa related.

screenshots of the tests on macOS: perf data 5k fullscreen with `--no-config`. ![mpv-shot0001](https://github.com/user-attachments/assets/b915411e-fb9c-4c0b-a449-5e5ca6fb0149) ![mpv-shot0001](https://github.com/user-attachments/assets/e89e4f1b-ba30-4bd2-a103-e573378fa572) perf data 5k fullscreen with with screenshots at 5k: ![watch?v=vqKY5q4z-DY_(00-01-14 333)_01](https://github.com/user-attachments/assets/86fdb464-1e86-4fec-813c-df7641605718) ![watch?v=gxWAM5mgH_o_(00-00-51 935)_01](https://github.com/user-attachments/assets/277d8d9f-49fc-46a8-a796-2cf1b2b644bc)

that's not up to us: 1. whenever ffmpeg makes a new release that includes that fix (https://github.com/FFmpeg/FFmpeg/commit/d1b96c380826c505a8c7e655b5ad4fdb0c2de167 only in master yet) 2. whenever homebrew updates their formula to that new...

on a side note. there is a difference between using `mpv.exe` and `mpv.com`. the latter (`mpv.com`) is the CLI wrapper and the former is the GUI application, i believe. so...

> ahh i see a com file is a fallback/default cli for none path application in the same folder or how does that work? as far as i know, executables...

@Dudemanguy any idea on this one. pinging you since you were the last one looking at that part of the code, i believe.

>... mpv is no longer supporting `coreaudio`. not sure where you got that info from? but i am sure we didn't drop support for coreaudio.

yeah i think the `pl_color_transfer_is_hdr()` else if case is problematic. deciding the colour depth by source isn't optimal. anyway this is also the reason why i changed the if like...

thanks @kasper93 should have done this in the first place, but for whatever reason i went with the first approach. circumventing the `else if` case of picking the dither depth...