krackers
krackers
I was actually meaning that since it's not valid to have a GET request with empty resource being requested, we shouldn't need to handle this case in httputil itself. As...
You may also just want to enable demux cache, since if you're going to uncap demuxer-readahead-secs you probably want the ability to seek into the readahead region as well.
@low-batt If you use vo=libmpv with mpv you need to set `cocoa-cb-output-csp` to allow the backing CALayer to support EDR I think. If you use gpu or gpu-next which use...
`mpv` render code for `vo=gpu` does not do partial draws, so it is more performant to not set `kCGLPFABackingStore`. But I actually am curious if `kCGLPFABackingStore` even does anything, CAOpenGLLayer...
Btw is it correct to always set `wantsExtendedDynamicRangeContent` even if the video does not make use of EDR headroom? Out of the things you mentioned, which one was responsible for...
>The default of CALayer.isOpaque is false Hm interesting, by default the contentView of an NSWindow does not have a `layer` property. Yet at the same time Apple documented somewhere in...
I assume you mean mapping pinch to mpv's `video-zoom` instead of `window-scale`? One difficulty is that mpv's `video-zoom` always zooms with respect to the center of the video, whereas a...
@svobs >So what are the consequences of that? Fwiw option 2 in that post is what iina does currently in the non live-resize case, while option 1 is what it...