Dirk Farin

Results 455 comments of Dirk Farin

Thanks, @jerbob92 I have added an additional option to compile to plain JS instead of WASM.

I reorganized how the data is passed around (794a791b5048ff2bcdb6507c4413719652f568cf). Instead of using the hack with passing data through strings, it is now returning raw arrays to the source data and...

> I do notice that it only uses the `heif_channel_interleaved` now, will this always work because the selected chroma `heif_chroma_interleaved_RGBA`. Yes, all the conversion is now done inside libheif. This...

I checked this again. Seems to be fixed.

A first working version of the decoder with alpha and depth layer support can be found in the [alpha-depth](https://github.com/strukturag/libde265/tree/alpha-depth) branch. The API is not stable yet. You can check which...

This is in the encoder source. The encoder is basically dead code. Nobody is using it.

Potentially fixed by 0a62e716475ac. I don't have the POC for this one because the link is not public.

I was not able to reproduce this on Ubuntu 16.04 and 22.04. If anyone manages to reproduce this at any libde265 version, please let me know the exact setup.