Results 246 comments of Andri Yngvason

These probably got deleted due to seemingly not being used. If either openssl or libgcrypt are present on the system, one those will be used and `crypto_included.c` isn't compiled.

> We try to make sure all features in noVNC work on all current browsers, so it's annoying that Firefox isn't ready yet. :/ Is the new API the only...

> The WebCodecs definitely looks like a better fit. No arguments there. But if WebCodecs isn't fully supported yet, the question is if it's possible to build a more complex...

The requested changes have been made.

I added a couple of basic tests for `H264Parser` and `H264Context`, but I intend to add more. I hope it's OK to export those. I don't see any other way...

> > VNC doesn't explicitly define color space anywhere. But given its nature, sRGB would be the base assumption. > > That is, assuming the data stream doesn't specify an...

> > I added a couple of basic tests for `H264Parser` and `H264Context`, but I intend to add more. I hope it's OK to export those. I don't see any...

> I don't think we have any plans of reusing those components elsewhere, so it's quite sufficient to test only that which we might see from an actual VNC server....

I've added some more tests and I've fixed some bugs that I found when writing them. Generating good test data was actually a bit of a headache and I was...

Thanks, the test skipping works. Now it appears that I've exposed a bug in Safari. It doesn't scale from limited range up to full range like it should when rendering...