Dirk Farin

Results 455 comments of Dirk Farin

Fixed bug in libde265: https://github.com/strukturag/libde265/commit/3c744f555fece3a89ff60b53967b42a4d27a53ec Now it decodes correctly. Thank you for this very special edge case image.

Thank you. I'm excited to see this coming.

Thank you. I have completed this and merged it into the `develop-v1.18.0` branch. Now, we just need a way to read the images that we write. Do you know any...

Yes, I know I'm the bottleneck. I'm currently completely blocked by other projects. Will have a look as soon as I can spend time on this.

No worries at all. I didn't think that for a single second. Just wanted to let you know that I'm fine, healthy and happy. Just working on something different and...

Thanks, this is great. One thing: I'm not sure if libheif should automatically scale the alpha channel. It is not clear what scaling filter should be used and whether the...

It is a bit tricky to see whether a box will be used during the decoding process. My idea would be that we maintain a flag for each box that...

@bradh Right. Now that we have `Box_other`, this could indeed be a simple check. It will not indicate an error when we can parse the box but don't use it's...

I've added the check. One undesired side-effect is that when we read such a file with an unsupported essential property, also `heif-info` does not work because it will output the...

The culprit is the `interpret_heif_file()` function which organizes the whole content when reading the file. I think this should be much more on-demand so that it will not bail out...