Eric
Eric
VLC added it, the patch doesn't seems to be overkill to add https://code.videolan.org/videolan/vlc/-/merge_requests/786/diffs?commit_id=744248f5ee6e2ffa205e2282036f9450025bc80f
Please don't forget iOS version for the HDR support, i think it's almost the same as MacOS
Thanks for the tip, but i don't get it to works. The pixelBuffer is always empty, i think i have a problem while binding the framebuffer and rendering from `mpv_opengl_fbo`...
Yep i'm using fbo, but i'm missing something else (is my test ok ?) Also `mpv_render_context_render` needs an OpaquePointer ```swift override func draw(_ rect: CGRect) { EAGLContext.setCurrent(self.context) var flip: CInt...
Hi @tmm1 Thanks a lot ! I have build and test it, unfortunately i just have a black screen. Watching logs, i see that: ``` [ 0.541][e][autoconvert] can't find video...
Tested with a h264 video, still failing ``` [ 0.783][e][autoconvert] can't find video conversion for yuv420p [ 0.783][f][vf] Cannot convert decoder/filter output to any format supported by the output. [...
Yes it's works with the filter. Thanks!
In my project (quite large), i have 50 `Abort trap: 6` with the same error message like: ``` Stored value type does not match pointer operand type! store %swift.bridge* %106,...
Still got crash with Xcode 15 b2 (but i now have 25 `Abort trap: 6` instead of 50 with b1)
It's ok for me since Xcode 15 b3