weili-jiang
weili-jiang
It would be to free up the main thread to perform other asynchronous IO. I realise that this can also be done externally by wrapping it with something like a...
Okay, I will give `a->tx->ac->crate` a try - if it fixes the issue, I will submit a PR.
This is a lot more complicated than I first thought - at the point of SDP generation, we do not have a specific audio codec to reference. The issue is...
Looks like in the early days of WebRTC, Mozilla also had this issue, and just like pjsip, this was resolved by offering multiple telephone-event `a=rtpmap` lines, one for each audio...
Perhaps I did not describe it properly. It is more like bidirectional JSON RPC, where a server and client may exist on the same transport. The basic concept is that...
@antonp92 I'm on 536.23, it doesn't seem to actually clamp in HDR mode, at least not that I can tell. To test, I have forced the clamped gamma to something...
I have created a build on my fork to suppress the error: https://github.com/weili-jiang/novideo_srgb/releases/tag/suppress-disable-error It works well enough for my purposes - SDR clamped for photo/video editing, HDR for gaming. I...
This error seem to pop up if Windows goes into HDR mode. When back in SDR mode the clamping seems to work again, at least for my Acer XV272U. I'm...
I have created a build on my fork to suppress this error: https://github.com/weili-jiang/novideo_srgb/releases/tag/suppress-disable-error
I don't think it's fixable - the API no longer works when HDR is enabled (hence the error message). The whole API is unofficial anyway so I doubt we can...