Dirk Farin

Results 455 comments of Dirk Farin

Let's try to switch to the target syntax and see whether it breaks anywhere...

Thanks. Yes, I'm aware that it's the same configuration in libde265. I just wanted to wait whether anyone has build problems with the new syntax, and then copying it over...

@kmilos Thanks. That should then be safe. Let's just wait a week to let this settle and then I'll copy it over to libde265.

You can simply process 16bit monochrome by using `heif_chroma_monochrome` and adding a single `heif_channel_Y` with 10-16 bits. The plane then points to `uint16_t`. It works out of the box with...

Here is the relevant code: https://github.com/strukturag/libheif/blob/a5c6d3a972e5a43eeb2c0a971911fd69885eec62/libheif/image-items/unc_image.cc#L254-L259 It simply does not seem to consider bytes per pixel and only works with 8 bit. Looks like the same problem is also in...

Ok, let's wait for that being resolved.

I tried to add it (edcb909c796a9ef8c7c1a572f72cb84e8340f68b), but it seems that `avif=true` is currently not working: https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/2245 I also get the error ```` Svt[error]: Error: A picture has already been sent....

There was an iOS bug that generated broken images. Maybe you have some of those? https://github.com/strukturag/libheif/issues/1448 You can attach one of the images and I'll have a look.

I've tried your image with `heif-dec` and `heif-thumbnailer` with v1.19.0, v1.20.0, v1.20.2, and current master and it decodes fine on all those versions. I've not tried the Ubuntu packages, but...

@fancycode Can you take over with the PPA-related things?