issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 261k ⌀ | issue_title stringlengths 1 925 | issue_comments_url stringlengths 56 81 | issue_comments_count int64 0 2.5k | issue_created_at stringlengths 20 20 | issue_updated_at stringlengths 20 20 | issue_html_url stringlengths 37 62 | issue_github_id int64 387k 2.46B | issue_number int64 1 127k |
|---|---|---|---|---|---|---|---|---|---|
[
"strukturag",
"libheif"
] | Newest libheif build (today, about 6 hours ago, will rebuild and update this thread)
with imagemagicks convert command (downloaded and built from https://www.imagemagick.org/download/ImageMagick.tar.gz and built with `--with-heic=yes`)
Im getting a "convert: Invalid input: No 'meta' box `index.heic' @ error/heic.... | error: `Invalid input: No 'meta' box` | https://api.github.com/repos/strukturag/libheif/issues/163/comments | 3 | 2019-10-11T14:10:29Z | 2019-10-11T20:19:00Z | https://github.com/strukturag/libheif/issues/163 | 505,876,732 | 163 |
[
"strukturag",
"libheif"
] | In main library header, we can see :
enum heif_compression_format {
heif_compression_undefined = 0,
heif_compression_HEVC = 1,
heif_compression_AVC = 2,
heif_compression_JPEG = 3
};
So HEIF container can contain a JPEG image. If libjpeg is available, it's planed to pass this library as an external ... | HEIF container and JPEG image | https://api.github.com/repos/strukturag/libheif/issues/162/comments | 2 | 2019-10-06T10:38:23Z | 2019-10-14T13:29:35Z | https://github.com/strukturag/libheif/issues/162 | 503,082,274 | 162 |
[
"strukturag",
"libheif"
] | Decoding and encoding process can take a while especially with large image.
I see in API a progress handler in decoding structure:
struct heif_decoding_options
{
uint8_t version;
// version 1 options
// Ignore geometric transformations like cropping, rotation, mirroring.
// Default: false (do not... | decoding and encoding progress report from library to client application | https://api.github.com/repos/strukturag/libheif/issues/161/comments | 1 | 2019-10-06T10:34:22Z | 2019-12-17T14:08:37Z | https://github.com/strukturag/libheif/issues/161 | 503,081,860 | 161 |
[
"strukturag",
"libheif"
] | Following spec from Nokia in "Images in HEIF Files" section, HEIF is able to store plenty of image versions.
One interesting is the Cover image which can be used to render a reduced size preview on screen.
Currently, libheif can get "Master" and "thumbnail" image. How i can get the "Cover" version ?
Best
Gi... | How to get Cover image from HEIF container. | https://api.github.com/repos/strukturag/libheif/issues/160/comments | 1 | 2019-10-06T10:28:54Z | 2019-10-07T07:30:15Z | https://github.com/strukturag/libheif/issues/160 | 503,081,337 | 160 |
[
"strukturag",
"libheif"
] | a plugin or a wrapper so that we can open images in python pillow
```
from PIL import Image
img=Image.open('file.heif')
```
for more information see https://pillow.readthedocs.io/en/latest/handbook/writing-your-own-file-decoder.html | python pillow support | https://api.github.com/repos/strukturag/libheif/issues/159/comments | 2 | 2019-09-25T15:24:16Z | 2022-05-02T23:12:11Z | https://github.com/strukturag/libheif/issues/159 | 498,358,927 | 159 |
[
"strukturag",
"libheif"
] | In function HeifContext::decode_full_grid_image and HeifContext::decode_and_paste_tile_image does not consider when original image width or height is odd number, when odd, for YUV420, one row or col UV is missing.
| decode Grid image does not consider width or height is odd number | https://api.github.com/repos/strukturag/libheif/issues/157/comments | 3 | 2019-09-18T02:01:27Z | 2019-09-23T09:56:44Z | https://github.com/strukturag/libheif/issues/157 | 494,943,770 | 157 |
[
"strukturag",
"libheif"
] | $ ./configure --enable-examples
[...]
configure: Examples: no
[...] | 1.5.1: passing --enable-examples to configure disables examples | https://api.github.com/repos/strukturag/libheif/issues/153/comments | 1 | 2019-09-03T14:00:25Z | 2019-09-23T09:31:21Z | https://github.com/strukturag/libheif/issues/153 | 488,624,288 | 153 |
[
"strukturag",
"libheif"
] | it would be so helpful and useful to access all the features of this library through C#. there is nothing out there similar to the features of this library, and the one close are extremely limited. | Please create a NuGet Packag for C# | https://api.github.com/repos/strukturag/libheif/issues/152/comments | 6 | 2019-09-02T07:21:25Z | 2023-06-10T11:25:33Z | https://github.com/strukturag/libheif/issues/152 | 488,038,378 | 152 |
[
"strukturag",
"libheif"
] | Hello, thanks again for this nice thing.
With this test PNG:

I see:
```
$ heif-enc tree.png -o tree.heif
heif-enc: malloc.c:2392: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0... | assert() fails with RGBA encode in master, 1.5.1 and 1.5.0 | https://api.github.com/repos/strukturag/libheif/issues/151/comments | 2 | 2019-09-01T16:10:06Z | 2019-09-02T08:18:15Z | https://github.com/strukturag/libheif/issues/151 | 487,902,950 | 151 |
[
"strukturag",
"libheif"
] | Please increase the `MAX_IMAGE_WIDTH` and `MAX_IMAGE_HEIGHT` limits in `heif_limits.h`. I work with high-resolution scans and libheif refuses to open such images with the message `Memory allocation error: Security limit exceeded: Image size 18000x12000 exceeds the maximum image size 16384x16384`. As a result, software ... | Increase MAX_IMAGE_WIDTH/HEIGHT limit | https://api.github.com/repos/strukturag/libheif/issues/150/comments | 4 | 2019-08-31T21:37:35Z | 2019-09-23T09:49:54Z | https://github.com/strukturag/libheif/issues/150 | 487,813,767 | 150 |
[
"strukturag",
"libheif"
] | Hi.
Is is possible to get a correct backport of the patch for CVE-2019-11471 for version 1.4.0?
I can't easily push 1.5.0 with its new lib major to a stable release distro and am not a programmer. Did try to do it, but wouldn't be sure I did it right.
Thank you so much in advance.
Cheers,
kekePower | Backport patch for CVE-2019-11471 | https://api.github.com/repos/strukturag/libheif/issues/149/comments | 5 | 2019-08-29T22:02:58Z | 2019-09-18T07:20:25Z | https://github.com/strukturag/libheif/issues/149 | 487,196,134 | 149 |
[
"strukturag",
"libheif"
] | When decoding images in a multi-threaded environment, with Colorspace and/or Chroma set to undefined, it will segfault with `malloc: pointer being freed was not allocated`
Stable reproduce "script": https://gist.github.com/duedal/fd846c0d24d0d90db60fcb1862946040
Test image; https://gist.github.com/duedal/fd846c0d... | segfault: heif.ColorspaceUndefined, heif.ChromaUndefined | https://api.github.com/repos/strukturag/libheif/issues/147/comments | 18 | 2019-08-28T12:32:28Z | 2019-08-29T13:52:44Z | https://github.com/strukturag/libheif/issues/147 | 486,353,344 | 147 |
[
"strukturag",
"libheif"
] | It seems there may have been a regression between the current version of libheif in the git repo master and in the Ubuntu repositories -- I've been having trouble extracting the depth map of some images using the Ubuntu version, and yet when I compile from tip of master, there's always a failure in color conversion (so... | Some HEIC depth channels can't be extracted | https://api.github.com/repos/strukturag/libheif/issues/145/comments | 1 | 2019-08-26T18:58:21Z | 2019-08-27T09:05:31Z | https://github.com/strukturag/libheif/issues/145 | 485,390,599 | 145 |
[
"strukturag",
"libheif"
] | JPEG format is has extension `.jpg` and `jpeg`, heif-enc support jpeg but heif-convert not.
e.g. `heif-enc input.jpeg -o output.heic` is ok, but `heif-convert output.heic output.heic.jpeg` will cause `Unknown file type in output.heic.jpeg`. | heif-convert support .jpeg extension | https://api.github.com/repos/strukturag/libheif/issues/144/comments | 1 | 2019-08-26T06:45:17Z | 2019-08-26T10:44:17Z | https://github.com/strukturag/libheif/issues/144 | 485,072,544 | 144 |
[
"strukturag",
"libheif"
] | I'm the author of [OpenImageIO](https://github.com/OpenImageIO/oiio), which uses libheif for its heic file I/O.
Ever since the 1.5.0 release was picked up by Homebrew a few days ago (on both my own mac laptop as well as the MacOSX instances on our Travis-CI tests), I have been seeing intermittent failures in some of... | Problems reading alpha since v1.5.0 | https://api.github.com/repos/strukturag/libheif/issues/143/comments | 9 | 2019-08-18T18:55:58Z | 2019-08-28T00:04:07Z | https://github.com/strukturag/libheif/issues/143 | 482,025,665 | 143 |
[
"strukturag",
"libheif"
] | ```
% gcc --version :( 1 19-08-16 - 12:59:14
gcc (Mageia 9.2.0-1.mga8) 9.2.0
Copyright... | Error while compiling pixbuf | https://api.github.com/repos/strukturag/libheif/issues/141/comments | 6 | 2019-08-16T11:00:26Z | 2019-08-16T12:48:10Z | https://github.com/strukturag/libheif/issues/141 | 481,557,723 | 141 |
[
"strukturag",
"libheif"
] | Commit https://github.com/strukturag/libheif/commit/444b24ce51b73afedd8e0d31b71867be3433d9fc fixes a memory leak caused by circular image references. While the commit fixes the error, we should probably reject such files while parsing. | Reject files with circular image references | https://api.github.com/repos/strukturag/libheif/issues/140/comments | 0 | 2019-08-02T15:31:11Z | 2019-08-02T15:31:11Z | https://github.com/strukturag/libheif/issues/140 | 476,237,931 | 140 |
[
"strukturag",
"libheif"
] | Hi,
I found a FPE bug on the latest commit fd0c01d on master.
PoC: https://github.com/strongcourage/PoCs/blob/master/libheif_fd0c01d/PoC_fpe_box.cc:62
Command: examples/heif-info $PoC
Valgrind says:
~~~
==1112== Process terminating with default action of signal 8 (SIGFPE)
==1112== Integer divide by zero at ad... | Floating point exception | https://api.github.com/repos/strukturag/libheif/issues/139/comments | 5 | 2019-07-28T10:14:30Z | 2021-07-26T15:05:00Z | https://github.com/strukturag/libheif/issues/139 | 473,728,085 | 139 |
[
"strukturag",
"libheif"
] | Hi,
I found a bug on the latest commit fd0c01d on master.
PoC: https://github.com/strongcourage/PoCs/blob/master/libheif_fd0c01d/PoC_segv_box.cc:2408
Command: examples/heif-convert $PoC /tmp/out.png
ASAN says:
~~~
==16874==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000050 (pc 0x00000048143c bp 0x7... | SEGV in box.cc:2408 | https://api.github.com/repos/strukturag/libheif/issues/138/comments | 2 | 2019-07-28T00:11:00Z | 2021-07-26T15:04:36Z | https://github.com/strukturag/libheif/issues/138 | 473,690,024 | 138 |
[
"strukturag",
"libheif"
] | I am trying to use "libheif" library in my UWP app to decode some HEIC images. In the heif.h I added the fallowing **C++ code** `extern "C" __declspec(dllexport)` to the functions I want to invoke from my C# code:
```
LIBHEIF_API
extern "C" __declspec(dllexport) struct heif_context* heif_context_alloc(void... | How can I Invoke this library? | https://api.github.com/repos/strukturag/libheif/issues/137/comments | 0 | 2019-07-11T09:29:05Z | 2019-07-11T09:29:38Z | https://github.com/strukturag/libheif/issues/137 | 466,775,353 | 137 |
[
"strukturag",
"libheif"
] | Now that [Intel' SDK][1] has a nice license, would it make sense to optionally allow libmfx (and similar libraries for nvidia/AMD) as a h265 en-/decoder backend? This might allow people to use libheif without having to worry about MPEG patents as it should be covered by the hardware vendor.
[1]: https://github.com/I... | libmfx and friends as decoder | https://api.github.com/repos/strukturag/libheif/issues/136/comments | 4 | 2019-07-04T15:24:54Z | 2019-10-24T21:35:27Z | https://github.com/strukturag/libheif/issues/136 | 464,319,725 | 136 |
[
"strukturag",
"libheif"
] | Hi!
I realize that libheif has support for 16-bit HEIF files since 1.4.0 so I wanted to add the support in the HEIF plug-in in GIMP (which you initially wrote).
Unfortunately the plug-in crashes when I actually try to export a 16-bit image. I built the last `master` code of libheif, and the crash happens when I c... | Crash when creating 16-bit HEIF image | https://api.github.com/repos/strukturag/libheif/issues/135/comments | 26 | 2019-07-02T11:45:10Z | 2019-11-18T13:09:30Z | https://github.com/strukturag/libheif/issues/135 | 463,181,864 | 135 |
[
"strukturag",
"libheif"
] | Hi,
on Debian 9, with every necessary tools & libs installed, here's the ouput of ./autogen.sh :
```
Installing pre-commit hook ...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configur... | Problem compiling libheif | https://api.github.com/repos/strukturag/libheif/issues/134/comments | 4 | 2019-06-27T10:26:21Z | 2019-10-14T13:31:22Z | https://github.com/strukturag/libheif/issues/134 | 461,448,385 | 134 |
[
"strukturag",
"libheif"
] | use `heif_decode_image` to decode a 1.7M image. It take 6 seconds on iPhone 7P. It too slow to decode. Can I make it fast ? | too slow with 1M image | https://api.github.com/repos/strukturag/libheif/issues/133/comments | 0 | 2019-06-05T05:59:30Z | 2019-06-05T05:59:30Z | https://github.com/strukturag/libheif/issues/133 | 452,327,161 | 133 |
[
"strukturag",
"libheif"
] | I'm trying to get a depth channel from .heic file taken by recent iPhone.
When I try converting it by `heif-convert`, the following error happened. It seems something is wrong when the program tries to process the depth channel (because the RGB image is written [here](https://github.com/strukturag/libheif/blob/master... | Assertion `sps->SubWidthC == SubWidthC' failed. | https://api.github.com/repos/strukturag/libheif/issues/132/comments | 6 | 2019-05-29T18:39:02Z | 2019-12-18T11:45:21Z | https://github.com/strukturag/libheif/issues/132 | 449,961,353 | 132 |
[
"strukturag",
"libheif"
] | Can I use this library in a C# app to extract an Image Collection contained in this [HEIC Sample](https://github.com/strukturag/libheif/files/3232354/HEIC.Sample.zip) ?
How can I do it? How can add the library to my project ?
| Add and Use this Library in a C# project. | https://api.github.com/repos/strukturag/libheif/issues/131/comments | 4 | 2019-05-29T12:15:07Z | 2019-06-03T15:44:38Z | https://github.com/strukturag/libheif/issues/131 | 449,772,339 | 131 |
[
"strukturag",
"libheif"
] | Hello, I've noticed some problems with small images (less than 128 x 128 pixels).
For example, this seems fine:
```shell
john@yingna ~/pics $ vips crop k2.png x.png 0 0 128 128
john@yingna ~/pics $ heif-enc x.png -o x.heic
john@yingna ~/pics $ heif-info x.heic
image: 128x128 (id=1), primary
color profile:... | errors with small images | https://api.github.com/repos/strukturag/libheif/issues/130/comments | 6 | 2019-05-22T14:49:17Z | 2020-07-29T15:39:42Z | https://github.com/strukturag/libheif/issues/130 | 447,182,266 | 130 |
[
"strukturag",
"libheif"
] | Hello, I thought you might be interested in the new libvips 8.8 release. It has fairly complete HEIC support via libheif, including support for XMP and EXIF metadata, colour profiles, animated and many-page images, heif thumbnails and lossy and lossless compression.
libvips is widely used on the web as an image resi... | libvips 8.8 now has heic support via libheif | https://api.github.com/repos/strukturag/libheif/issues/129/comments | 3 | 2019-05-16T10:51:04Z | 2019-05-22T14:45:20Z | https://github.com/strukturag/libheif/issues/129 | 444,886,922 | 129 |
[
"strukturag",
"libheif"
] | Hello, as part of an Ubuntu review of libheif we've run libheif through Coverity.
I haven't taken the time to do a detailed investigation of the findings yet, but the handful I looked at did look like they may be real issues.
I've stripped out examples and the fuzzer from this list. (It might be worth fixing issu... | coverity results | https://api.github.com/repos/strukturag/libheif/issues/128/comments | 4 | 2019-05-08T01:28:22Z | 2019-10-25T01:05:11Z | https://github.com/strukturag/libheif/issues/128 | 441,510,478 | 128 |
[
"strukturag",
"libheif"
] | Something similar to commands exiftool, exiv2 and jhead.
So I can change image time and date, set image title, description and other metadata.
Exiftool is already capable of READING HEIF metadata, but not write.
Thank you in advance | Please provide command line tool to write EXIF/XMP metadata to HEIF files | https://api.github.com/repos/strukturag/libheif/issues/127/comments | 7 | 2019-05-06T09:21:11Z | 2020-08-06T17:31:14Z | https://github.com/strukturag/libheif/issues/127 | 440,611,094 | 127 |
[
"strukturag",
"libheif"
] | How to convert lossless raw photos (DNG, CR2) to lossless HEIC with the command line ?
Complete, copying tags and all.
HEIC lossless compression yields to ~70% compression (HEIC size is 70% of the original file size) when compared to DNG and ~30% (HEIC size is 30% of the original file size) when compared to Canon r... | Please provide receipt to convert raw DNG and CR2 to lossless HEIC | https://api.github.com/repos/strukturag/libheif/issues/126/comments | 3 | 2019-05-06T09:17:10Z | 2021-06-18T13:49:31Z | https://github.com/strukturag/libheif/issues/126 | 440,609,689 | 126 |
[
"strukturag",
"libheif"
] | As of 995a428, `heif-convert $FILE /tmp/test.png` may report a heap-buffer-overflow at heif_context.h:126 when libheif is compiled with AddressSanitizer.
```
=================================================================
==20622==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6030000004e8 at pc 0x7f... | AddressSanitizer: heap-buffer-overflow at heif_context.h:126 | https://api.github.com/repos/strukturag/libheif/issues/125/comments | 1 | 2019-04-16T09:37:01Z | 2019-04-16T13:41:22Z | https://github.com/strukturag/libheif/issues/125 | 433,679,616 | 125 |
[
"strukturag",
"libheif"
] | I saw heif_context_add_exif_metadata and heif_context_add_XMP_metadata but nothing about IPTC.
I know its replaced by XMP but there is still pictures with this metadata inside.
heif_image_handle_get_metadata_content_type gives "application/rdf+xml"
How can i add this xml ?
see : http://metadatadeluxe.pbwork... | Iptc metadata | https://api.github.com/repos/strukturag/libheif/issues/124/comments | 33 | 2019-04-14T19:50:31Z | 2022-02-09T05:57:10Z | https://github.com/strukturag/libheif/issues/124 | 433,025,287 | 124 |
[
"strukturag",
"libheif"
] | As of dcbfa77, `./heif-convert $FILE /tmp/test.png` may report a heap-use-after-free error when libheif is compiled with AddressSanitizer.
```
==16294==ERROR: AddressSanitizer: heap-use-after-free on address 0x6030000004a0 at pc 0x7ffff78fe3f6 bp 0x7fffffff89a0 sp 0x7fffffff8998
WRITE of size 8 at 0x6030000004a0 t... | AddressSanitizer: heap-use-after-free at heif_context.h:117 | https://api.github.com/repos/strukturag/libheif/issues/123/comments | 2 | 2019-04-14T12:30:34Z | 2019-04-28T12:52:59Z | https://github.com/strukturag/libheif/issues/123 | 432,969,471 | 123 |
[
"strukturag",
"libheif"
] | Hello,
Loading and writing an image with heif_encoder_set_lossless(encoder, 1); then loading it give differents pixels.
Simplified code :
`heif_context_read_from_file ( https://github.com/nokiatech/heif_conformance/blob/master/conformance_files/C004.heic )
heif_context_get_primary_image_handle
heif_image_h... | Loading, writing an image then loading it give differents pixels randomly | https://api.github.com/repos/strukturag/libheif/issues/122/comments | 4 | 2019-04-12T14:11:04Z | 2019-04-12T15:39:45Z | https://github.com/strukturag/libheif/issues/122 | 432,586,269 | 122 |
[
"strukturag",
"libheif"
] | Your example :
// decode the image and convert colorspace to RGB, saved as 24bit interleaved
heif_image* img;
heif_decode_image(handle, &img, heif_colorspace_RGB, heif_chroma_interleaved_24bit, nullptr);
failed
Even after being fixed :
// decode the image and convert colorspace to RGB, saved as 24bit i... | Api example failed | https://api.github.com/repos/strukturag/libheif/issues/121/comments | 2 | 2019-04-10T12:57:56Z | 2019-04-11T07:42:19Z | https://github.com/strukturag/libheif/issues/121 | 431,488,929 | 121 |
[
"strukturag",
"libheif"
] | ## Env:
OS: macOS 10.14
Version: Using branch `avif` (cid: 0edf8a3), with the both aom v1.0.0 and aom v1.0.0-errata1
## Usage
Using a simple image viewer app, which based on libheif and can sucessfuly decoding all HEIC images.
Trying to switch to `avif` branch, set the `USE_AOM` and build libheif to support AVIF... | AVIF experimental branch `avif` seems not working, the image color turned green and cropped | https://api.github.com/repos/strukturag/libheif/issues/120/comments | 1 | 2019-04-05T18:53:46Z | 2019-04-14T12:39:04Z | https://github.com/strukturag/libheif/issues/120 | 429,890,910 | 120 |
[
"strukturag",
"libheif"
] | Hi!
I just implemented color profile saving/loading for HEIF in the GIMP plug-in with your new API on libheif 1.4.0 (on master branch only), but I have a question:
the `heif_color_profile_type` has a `heif_color_profile_type_rICC` and a `heif_color_profile_type_prof`. What is the difference? Looking how you use t... | Question about color profile support | https://api.github.com/repos/strukturag/libheif/issues/119/comments | 6 | 2019-04-01T14:56:20Z | 2020-09-12T08:37:25Z | https://github.com/strukturag/libheif/issues/119 | 427,753,370 | 119 |
[
"strukturag",
"libheif"
] | I found some input causing leak memory. This is crash information.
```
INFO: Seed: 3904123746
INFO: Loaded 1 modules (50397 inline 8-bit counters): 50397 [0x1267560, 0x1273a3d),
INFO: Loaded 1 PC tables (50397 PCs): 50397 [0x1273a40,0x1338810),
./encoder-fuzzer: Running 1 inputs 1 time(s) each.
Running: leak-03... | Leak memory | https://api.github.com/repos/strukturag/libheif/issues/118/comments | 2 | 2019-03-14T13:36:32Z | 2019-03-14T13:43:24Z | https://github.com/strukturag/libheif/issues/118 | 421,022,267 | 118 |
[
"strukturag",
"libheif"
] | Hello, thank you for this nice library! I've used it to [add heic support to libvips](https://github.com/libvips/libvips/issues/671).
I've been having problems trying to disable the autorotate feature. libheif does not seem to report the width and height of transformed images consistently.
For example, with this ... | possible bug: inconsistent reporting of width/height of rotated images | https://api.github.com/repos/strukturag/libheif/issues/117/comments | 4 | 2019-03-06T15:36:53Z | 2019-03-06T17:19:31Z | https://github.com/strukturag/libheif/issues/117 | 417,868,503 | 117 |
[
"strukturag",
"libheif"
] | Issue in Cent OS 6, autoconf (GNU Autoconf) 2.69
warning: macro `AM_EXTRA_RECURSIVE_TARGETS' not found in library
Log:
[root@ctpf01 libheif-1.4.0]# ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
configure.ac:47: warning... | warning: macro `AM_EXTRA_RECURSIVE_TARGETS' not found in library | https://api.github.com/repos/strukturag/libheif/issues/116/comments | 1 | 2019-03-05T12:33:32Z | 2019-03-05T12:41:34Z | https://github.com/strukturag/libheif/issues/116 | 417,276,327 | 116 |
[
"strukturag",
"libheif"
] | Hi
In your build script you're relying exclusively on a PPA, here https://github.com/strukturag/libheif/blob/master/scripts/install-ci-linux.sh#L53
Is it possible to have the same as the previous lib, a non-PPA alternative, for debian packaging ? I'm trying to get libheif for imagemagick on our debian stretch ser... | Build without PPA ? | https://api.github.com/repos/strukturag/libheif/issues/115/comments | 3 | 2019-03-05T09:07:39Z | 2019-03-05T09:49:38Z | https://github.com/strukturag/libheif/issues/115 | 417,189,837 | 115 |
[
"strukturag",
"libheif"
] | I am trying to build libheif.
Setup:
CentOS release 6.10 (Final)
Steps to reproduce:
1. Cloned libde265
2. Compiling libde265
$ ./autogen.sh
```configure.ac:4: error: Autoconf version 2.68 or higher is required```
Fixed by getting autconf2.69 from http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
3. Confi... | Cannot compile libheif | https://api.github.com/repos/strukturag/libheif/issues/114/comments | 2 | 2019-03-01T18:18:54Z | 2019-03-04T15:09:41Z | https://github.com/strukturag/libheif/issues/114 | 416,222,665 | 114 |
[
"strukturag",
"libheif"
] | Any reason why the js or enscriptem build doesn't include the encoder? | Javascript Encoder | https://api.github.com/repos/strukturag/libheif/issues/113/comments | 3 | 2019-02-19T16:52:50Z | 2019-04-25T17:25:29Z | https://github.com/strukturag/libheif/issues/113 | 412,024,201 | 113 |
[
"strukturag",
"libheif"
] | I am trying to run the `heif-enc` script.
I have installed `libde265` and `x265` library through `brew`.
After running a command like this
```
./heif-enc test/dp_0.JPG test/dp_1.JPG test/dp_3.JPG
```
I am getting this error
```
No HEVC encoder available.
```
What am I missing?
Please help m... | No HEVC encoder available. | https://api.github.com/repos/strukturag/libheif/issues/112/comments | 1 | 2019-02-15T17:51:59Z | 2019-02-19T18:33:50Z | https://github.com/strukturag/libheif/issues/112 | 410,878,543 | 112 |
[
"strukturag",
"libheif"
] | This [file](http://bitwombat.com.au/IMG_3630.HEIC) causes heif-convert to report:
Input file is not an HEIF file
The file was generated by the camera on iOS 12.
| heif-convert reports "Input file is not an HEIF file" on iOS-generated file | https://api.github.com/repos/strukturag/libheif/issues/111/comments | 3 | 2019-02-05T00:50:10Z | 2019-02-05T10:05:39Z | https://github.com/strukturag/libheif/issues/111 | 406,585,072 | 111 |
[
"strukturag",
"libheif"
] | Running heif-convert:
$ ./heif-convert IMG_3660.HEIC IMG_3660.jpg
File contains 1 images
lt-heif-convert: heif_file.cc:369: int heif::HeifFile::get_luma_bits_per_pixel_from_configuration(heif_item_id) const: Assertion `false' failed.
Aborted
Here's the relevant source code:
int HeifF... | heif-convert runtime errror: Assertion `false' failed | https://api.github.com/repos/strukturag/libheif/issues/110/comments | 3 | 2019-02-04T23:14:10Z | 2019-02-05T00:07:58Z | https://github.com/strukturag/libheif/issues/110 | 406,562,378 | 110 |
[
"strukturag",
"libheif"
] | libde265 is on my Ubuntu 16.04 system, but ./configure wasn't detecting it (and, for some reason pkg-config isn't either), so I thought I'd compile it from scratch. I want to compile it, and libheif, locally.
$ git clone libde265
$ ./configure --prefix=/tmp/root
$ make -j8 && make install
Happy outp... | Newbie help compiling with local libde265 | https://api.github.com/repos/strukturag/libheif/issues/109/comments | 3 | 2019-02-04T03:23:18Z | 2019-02-04T23:07:32Z | https://github.com/strukturag/libheif/issues/109 | 406,169,478 | 109 |
[
"strukturag",
"libheif"
] | Why does the HDR function not allow you to import PNG files? | libheif don't import files PNG {libpng 1.6.37} | https://api.github.com/repos/strukturag/libheif/issues/108/comments | 4 | 2019-02-02T07:17:12Z | 2019-02-26T15:06:01Z | https://github.com/strukturag/libheif/issues/108 | 405,957,341 | 108 |
[
"strukturag",
"libheif"
] | Functions heif_image_handle_get_width() and heif_image_handle_get_height() provide the width and height of the image without having to decode the compressed data. However, the width and height provided reflect the transformations specified in the image file.
If one disables transformations (using heif_decoding_opti... | Provide method to obtain width/height of image without transforms. | https://api.github.com/repos/strukturag/libheif/issues/106/comments | 5 | 2019-01-22T21:58:33Z | 2019-02-26T15:06:22Z | https://github.com/strukturag/libheif/issues/106 | 401,972,422 | 106 |
[
"strukturag",
"libheif"
] | Hi,
Trying to get some basic functionality going on for heif in --> heif out.
target file gets created with small size and no image data
the original heif is apple created ( grid image )
Is this type of implementation supposed to work ?
heif_context * hc = heif_context_alloc();
heif_context_read_... | Basic reading and writing of heif files | https://api.github.com/repos/strukturag/libheif/issues/105/comments | 10 | 2019-01-22T11:15:16Z | 2024-06-20T12:36:54Z | https://github.com/strukturag/libheif/issues/105 | 401,715,418 | 105 |
[
"strukturag",
"libheif"
] | Trying to build all static so i can port it easily to the runtime environment, but it fails to link:
```
go build -ldflags '-extldflags "-Wl,-Bstatic -L/usr/local/lib -lde265 -lheif -lMagickCore-7.Q16HDRI -lMagickWand-7.Q16HDRI -Wl,-Bdynamic"' main.go
# command-line-arguments
/usr/lib/golang/pkg/tool/linux_amd6... | fails to link | https://api.github.com/repos/strukturag/libheif/issues/104/comments | 1 | 2019-01-18T16:58:59Z | 2019-01-20T11:09:03Z | https://github.com/strukturag/libheif/issues/104 | 400,809,218 | 104 |
[
"strukturag",
"libheif"
] | CMakeLists has a PACKAGE_VERSION of 1.0.0 and similar NUMERIC_VERSION, while autoconf is on 1.4.0. Easy to fix. | CMakeLists.txt build reports different version than autoconf build | https://api.github.com/repos/strukturag/libheif/issues/102/comments | 1 | 2019-01-09T21:47:40Z | 2019-02-01T13:53:31Z | https://github.com/strukturag/libheif/issues/102 | 397,576,021 | 102 |
[
"strukturag",
"libheif"
] | Trying to build GO with static libraries so it would run on AWS Lambda.
Using Apline with the `musl` static `libc` libraries
```/go/libheif/examples # go version
go version go1.9.2 linux/amd64
```
```
/go/libheif/examples # cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.6.2
PRETTY_NAME="Al... | cannot build GO example with static libraries | https://api.github.com/repos/strukturag/libheif/issues/101/comments | 2 | 2019-01-07T19:00:34Z | 2019-01-07T21:55:46Z | https://github.com/strukturag/libheif/issues/101 | 396,608,829 | 101 |
[
"strukturag",
"libheif"
] | on aws ec2 (amazon linux version2) with golang 1.9.4, `make` fails building the GO example:
```
GOPATH=/home/ec2-user/libheif/examples PKG_CONFIG_PATH=/home/ec2-user/libheif CGO_CFLAGS="-I/home/ec2-user/libheif" CGO_LDFLAGS="-L/home/ec2-user/libheif/libheif/.libs" LD_LIBRARY_PATH=/home/ec2-user/libheif/libheif/.lib... | cannot build GO example with static libraries | https://api.github.com/repos/strukturag/libheif/issues/100/comments | 1 | 2019-01-07T17:10:27Z | 2024-07-08T11:53:22Z | https://github.com/strukturag/libheif/issues/100 | 396,572,467 | 100 |
[
"strukturag",
"libheif"
] | Attempting to use the Golang part of this project.
Wether using make or the different go commands my colleague and I are getting the same error has shown below. He's tried it in Amazon Linux, I've tried on my local Mac. Also tried go versions 1.9.7 and 1.11.4.
src/github.com/strukturag/libheif/go/heif/heif.go:219:... | Go doesn't make or go build. heif_suberror_Unknown_color_profile_type | https://api.github.com/repos/strukturag/libheif/issues/98/comments | 3 | 2018-12-19T01:28:12Z | 2019-02-09T03:49:50Z | https://github.com/strukturag/libheif/issues/98 | 392,404,056 | 98 |
[
"strukturag",
"libheif"
] | Per the title, please comment out the extraneous call to printf() that prints out the number of channels. Looks like leftover diagnostic output. | Extraneous printf() in libheif/box.cc, function Box_pixi::parse(). | https://api.github.com/repos/strukturag/libheif/issues/97/comments | 1 | 2018-12-13T19:16:37Z | 2018-12-14T07:55:45Z | https://github.com/strukturag/libheif/issues/97 | 390,820,941 | 97 |
[
"strukturag",
"libheif"
] | Dav1d is a better decoder for AV1 video stream than compared to libaom. Their goal is to release their first version which fully supports all AV1 specs by the end of 2018. Yesterday they published a commit with heading - "on road to 0.1.0" They have completed all the milestones for their first released. The release may... | Use dav1d instead of libaom for AVIF support | https://api.github.com/repos/strukturag/libheif/issues/96/comments | 5 | 2018-12-11T12:12:21Z | 2021-03-17T07:58:59Z | https://github.com/strukturag/libheif/issues/96 | 389,735,556 | 96 |
[
"strukturag",
"libheif"
] | I've tried to use libheif to encode pictures to heif. But I found that when I open the encoded pictures in Preview.app, the color becomes unexpected, which looks like the contrast is wrong.

(left: origin, right: encoded with libheif)
I t... | Strange color in Preview.app on macOS | https://api.github.com/repos/strukturag/libheif/issues/95/comments | 5 | 2018-11-28T18:57:29Z | 2019-08-02T15:59:07Z | https://github.com/strukturag/libheif/issues/95 | 385,411,067 | 95 |
[
"strukturag",
"libheif"
] | Hi, thanks so much for your great work on this, it's really useful!
I have a question, I see that in the compiling guide for this project it recommends the frame-parallel branch of libde265, but I see that branch is now somewhat older than master.
Is it still recommended to use the frame-parallel branch or should we ... | QUESTION: is frame-parallel branch of libdbe265 still preferred? | https://api.github.com/repos/strukturag/libheif/issues/94/comments | 2 | 2018-11-18T11:25:57Z | 2018-11-22T15:03:47Z | https://github.com/strukturag/libheif/issues/94 | 381,951,236 | 94 |
[
"strukturag",
"libheif"
] | see code below:
```cpp
struct heif_error heif_context_assign_thumbnail(struct heif_context* ctx,
const struct heif_image_handle* thumbnail_image,
const struct heif_image_handle* master_image)
{
Error error = ctx->c... | BUG: heif_context_assign_thumbnail pass wrong thumbnail image and master image | https://api.github.com/repos/strukturag/libheif/issues/93/comments | 1 | 2018-10-31T07:48:05Z | 2018-11-21T16:05:17Z | https://github.com/strukturag/libheif/issues/93 | 375,837,496 | 93 |
[
"strukturag",
"libheif"
] | Hello, I wanna to write depth data to heic file. but I cannot find the proper API. I find that this labrary only have two APIs to encode and write primary image ( heif_context_encode_image() ) and thumbnail image ( heif_context_encode_thumbnail() ) .So, if I use the former API to encode and write depth data to heic ... | encode and write depth data to heic file | https://api.github.com/repos/strukturag/libheif/issues/91/comments | 15 | 2018-10-23T08:07:26Z | 2023-02-04T17:00:19Z | https://github.com/strukturag/libheif/issues/91 | 372,862,137 | 91 |
[
"strukturag",
"libheif"
] | Hello,
I've managed to successfully compile libde265 and libheif however every HEIC photo I throw at the library I get the error `Unsupported feature: Unsupported codec`.
The following Docker script will compile libde265 and libheif under Debian and then run the example `heif-convert` from this repository but fai... | Unsupported feature: Unsupported codec | https://api.github.com/repos/strukturag/libheif/issues/90/comments | 6 | 2018-10-12T12:19:36Z | 2021-09-11T02:13:45Z | https://github.com/strukturag/libheif/issues/90 | 369,527,507 | 90 |
[
"strukturag",
"libheif"
] | Apologies if this is not the right place to request a new release, but it would be great to have one that includes fixes related to ImageMagick. For example:
- https://github.com/strukturag/libheif/issues/47
- https://github.com/strukturag/libheif/issues/48
- https://github.com/strukturag/libheif/issues/49
- http... | New Release Request | https://api.github.com/repos/strukturag/libheif/issues/88/comments | 8 | 2018-10-09T17:59:35Z | 2019-04-04T10:03:32Z | https://github.com/strukturag/libheif/issues/88 | 368,328,344 | 88 |
[
"strukturag",
"libheif"
] | I find it a bit unusual that the libraryitself is released under LGPL, while the sample code is under GPL. Usually, projects have the same license for the sample code as they have for the library itself, if not something more permissive.
The fact that the samples are under GPL puts users in the weird situation where... | Licensing paradox | https://api.github.com/repos/strukturag/libheif/issues/87/comments | 5 | 2018-10-06T14:55:57Z | 2018-10-15T16:08:47Z | https://github.com/strukturag/libheif/issues/87 | 367,464,340 | 87 |
[
"strukturag",
"libheif"
] | The README sort of implies that heif-convert can convert to PNG or JPG right out of the box but I'm finding that isn't the case. Is there something that needs to be enabled when running the configure script so JPEG support is added? I have jpeg-9c built and installed but the libheif build doesn't see it (configure: J... | Adding support for HEIC to JPG conversion ? | https://api.github.com/repos/strukturag/libheif/issues/84/comments | 3 | 2018-09-17T15:09:54Z | 2018-09-20T00:22:11Z | https://github.com/strukturag/libheif/issues/84 | 360,914,960 | 84 |
[
"strukturag",
"libheif"
] | Hi!
At GIMP's we had a report about a file wrongly interpreted as HEIC because of the wrong extension. Normally we are able to avoid this kind of error if we add magic number detection.
I couldn't get clear details about what can be considered as HEIC/HEIF magic number. Looking at a few sample images, I found tha... | What is HEIF/HEIC magic number? | https://api.github.com/repos/strukturag/libheif/issues/83/comments | 10 | 2018-09-14T15:55:29Z | 2018-11-21T16:33:55Z | https://github.com/strukturag/libheif/issues/83 | 360,361,857 | 83 |
[
"strukturag",
"libheif"
] | If I understood https://golang.org/pkg/runtime/#SetFinalizer correctly, we don't need to clear the finalizers manually: `This makes obj reachable again, but now without an associated finalizer.`
`SetFinalizer(obj, nil)` <- [such function calls](https://github.com/strukturag/libheif/blob/41ec47d12fce7d785ca56c4de95b7... | go: No need to manually clear finalizers | https://api.github.com/repos/strukturag/libheif/issues/78/comments | 0 | 2018-09-10T11:58:15Z | 2018-09-21T22:26:29Z | https://github.com/strukturag/libheif/issues/78 | 358,590,618 | 78 |
[
"strukturag",
"libheif"
] | The function `HeifContext::is_grid_item` is checking twice for `!m_is_primary`:
https://github.com/strukturag/libheif/blob/3245495dba683bea92451d8c118a3f1322fcf21d/libheif/heif_context.h#L161
Can the duplicated check simply be removed, or should it check for something else?
This was found by Coverity Scan. | Duplicate condition | https://api.github.com/repos/strukturag/libheif/issues/77/comments | 1 | 2018-09-05T12:21:07Z | 2018-09-05T12:53:13Z | https://github.com/strukturag/libheif/issues/77 | 357,203,075 | 77 |
[
"strukturag",
"libheif"
] | When extracting multiple images from a HEIC file the code that creates the output filename is using find() to search out the period in the file extension from the path (see heif-convert.cc). This is a problem if the path itself has a period somewhere in it prior to the actual file,
ie; /users/username/somedirname.ve... | Parsing file path to create output filename might be problematic | https://api.github.com/repos/strukturag/libheif/issues/76/comments | 1 | 2018-09-03T12:30:56Z | 2018-10-15T12:05:55Z | https://github.com/strukturag/libheif/issues/76 | 356,487,217 | 76 |
[
"strukturag",
"libheif"
] | Hello,
I have another one of those cursed autoconfig error messages:
```
$ pkg-config --version
0.29.2
$ git pull
$ ./autogen.sh
hook ...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf... | autoconfig with undefined macro: AC_CHECK_HEADER_STDBOOL | https://api.github.com/repos/strukturag/libheif/issues/75/comments | 3 | 2018-09-03T10:56:34Z | 2018-09-03T14:20:33Z | https://github.com/strukturag/libheif/issues/75 | 356,456,832 | 75 |
[
"strukturag",
"libheif"
] | In #64 the CI fuzzer found two potential errors:
https://travis-ci.org/strukturag/libheif/jobs/418152399
https://travis-ci.org/strukturag/libheif/jobs/418152401
Please investigate if this is still an error or was already fixed in master. | Investigate fuzzing errors from #64 | https://api.github.com/repos/strukturag/libheif/issues/72/comments | 4 | 2018-08-31T12:03:16Z | 2018-08-31T13:12:46Z | https://github.com/strukturag/libheif/issues/72 | 355,953,532 | 72 |
[
"strukturag",
"libheif"
] | The attached file (and others) convert fine using the sample heif-convert program (to png) on macOS (10.12.6
[IMG_4453.HEIC.zip](https://github.com/strukturag/libheif/files/2324200/IMG_4453.HEIC.zip)), but give "Could not read HEIF file: Invalid input: No 'meta' box" on Windows (7 and 10). I can clearly see the "meta... | heif-convert Windows versus maOS | https://api.github.com/repos/strukturag/libheif/issues/71/comments | 8 | 2018-08-27T14:22:21Z | 2018-09-03T06:43:43Z | https://github.com/strukturag/libheif/issues/71 | 354,340,311 | 71 |
[
"strukturag",
"libheif"
] | After upgrading from libjpeg-turbo 1.5.3 to 2.0.0 from https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.0, libheif fails to build:
```
(min) hmage@min:~/norm.x86_64-pc-linux-gnu.2.24.haswell.min/tmp/compile/libheif/libheif_libheif-1.3.2.tar.gz$ make
make all-recursive
make[1]: Entering directory '... | Build failure when compiling against libjpeg-turbo 2.0 | https://api.github.com/repos/strukturag/libheif/issues/70/comments | 3 | 2018-08-25T10:30:15Z | 2018-11-21T15:38:19Z | https://github.com/strukturag/libheif/issues/70 | 354,002,257 | 70 |
[
"strukturag",
"libheif"
] | Revision 943361a456fcb8a609deddf06dbea8b7294b704b breaks automatic color profile determination:
```sh
./examples/heif-enc ~/Desktop/rndimg.png
Assertion failed: (m_color_profile), function write, file box.cc, line 1693.
Abort trap: 6
```
Conversion works fine without the patch. | Automatic color profile determination is broken | https://api.github.com/repos/strukturag/libheif/issues/66/comments | 1 | 2018-08-20T15:34:57Z | 2018-08-20T16:03:07Z | https://github.com/strukturag/libheif/issues/66 | 352,188,544 | 66 |
[
"strukturag",
"libheif"
] | I built the heif_covert sample code and ran a simple test to convert an heif file to jpeg, there was no error AND no file. I had forgotten to download and install a jpeg conversion DLL.
I recommend adding the following to help others that might forget to include the conversion DLLs
file: heif_convert.cc ... | handle missing image conversion DLL's | https://api.github.com/repos/strukturag/libheif/issues/65/comments | 3 | 2018-08-20T15:26:43Z | 2018-08-31T12:43:48Z | https://github.com/strukturag/libheif/issues/65 | 352,185,237 | 65 |
[
"strukturag",
"libheif"
] | I used `heif-enc` to convert a png "losslessly" then converted it back to png with `heif-convert` and the results where not lossless. I attached the original png bellow as well as the difference between them (levels increased dramatically).
```
heif-enc -L tree.png
heif-convert tree.heic tree.png
```
![ash_tree_-_... | Saving in RGB colorspace (was: "heif-enc lossless isn't lossless") | https://api.github.com/repos/strukturag/libheif/issues/62/comments | 40 | 2018-08-15T09:29:46Z | 2024-06-27T14:12:06Z | https://github.com/strukturag/libheif/issues/62 | 350,744,299 | 62 |
[
"strukturag",
"libheif"
] | Hello all,
Will libheif support heif sequence file?
I downloaded samples from https://github.com/nokiatech/heif and tried to display the heif sequence file( bird_burst.heic in image_sequences folder).
From the heif-info program, it shows up 4 still images but no burst images.
I dug the libheif and... | heif sequence file type support? | https://api.github.com/repos/strukturag/libheif/issues/57/comments | 0 | 2018-08-02T09:23:11Z | 2018-08-02T09:23:42Z | https://github.com/strukturag/libheif/issues/57 | 346,929,530 | 57 |
[
"strukturag",
"libheif"
] | We have address fault error on openning alpha item. And test on gimp and error appears on gimp too.
Steps:
1. Open png image on mac Preview
2. Save as Heic with alpha
3. Open image with gimp
Plug-in crashed: "file-heif"
(/Applications/Gimp-2.10.app/Contents/Resources/lib/gimp/2.0/plug-ins/file-heif)
The d... | Cant open images saved with alpha on Mac | https://api.github.com/repos/strukturag/libheif/issues/56/comments | 9 | 2018-07-31T11:45:55Z | 2018-12-29T22:13:07Z | https://github.com/strukturag/libheif/issues/56 | 346,151,978 | 56 |
[
"strukturag",
"libheif"
] | ImageMagick has used libheif to support HEVC format. Note that it sets hevc encoder is thread support, but decoder is not. I’m here to confirm whether this assumption is correct. Libheif doc does’t mention anything about it. | Thread safe in decoding hevc image | https://api.github.com/repos/strukturag/libheif/issues/55/comments | 2 | 2018-07-30T10:06:17Z | 2018-09-03T08:08:38Z | https://github.com/strukturag/libheif/issues/55 | 345,692,886 | 55 |
[
"strukturag",
"libheif"
] | CentOS Linux release 7.5.1804 (Core)
yum list installed | grep libde
libde265.x86_64 0.8-1.el7.nux @nux-dextop
libde265-debuginfo.x86_64 0.8-1.el7.nux @nux-dextop
libde265-devel.x86_64 0.8-1.el7.nux @nux-dextop
l... | ../libheif/.libs/libheif.so: undefined reference to `de265_get_bits_per_pixel' | https://api.github.com/repos/strukturag/libheif/issues/54/comments | 1 | 2018-07-21T13:08:36Z | 2024-06-27T14:11:03Z | https://github.com/strukturag/libheif/issues/54 | 343,325,433 | 54 |
[
"strukturag",
"libheif"
] | With gcc 7.3 compiling libheif1.3.2 fails with:
```
make all-recursive
make[1]: Entering directory '/src/gnome/gimp/libheif-1.3.2'
Making all in libheif
make[2]: Entering directory '/src/gnome/gimp/libheif-1.3.2/libheif'
CXX encoder_fuzzer.o
encoder_fuzzer.cc: In function ‘heif_error writer_write(heif_co... | -Werror failures | https://api.github.com/repos/strukturag/libheif/issues/52/comments | 0 | 2018-07-19T15:42:48Z | 2018-07-20T09:02:51Z | https://github.com/strukturag/libheif/issues/52 | 342,784,851 | 52 |
[
"strukturag",
"libheif"
] | Thanks to @dlemstra we have a couple of fuzzing result files that triggered crashes / undefined behaviour in the past (e.g. #48). We should add them to the repository and run our tests against them from CI to prevent future regressions. | CI: Run tests against fuzzer crash files. | https://api.github.com/repos/strukturag/libheif/issues/51/comments | 0 | 2018-07-16T09:24:35Z | 2018-07-23T15:00:43Z | https://github.com/strukturag/libheif/issues/51 | 341,445,445 | 51 |
[
"strukturag",
"libheif"
] | The @ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue and we think this is an issue that should be resolved in the library that we use. This issue is posted under the url https://bugs.chromium.org/p/oss-fuzz/issues/de... | Use-of-uninitialized-value (9231) | https://api.github.com/repos/strukturag/libheif/issues/50/comments | 1 | 2018-07-14T08:43:30Z | 2018-07-16T11:12:36Z | https://github.com/strukturag/libheif/issues/50 | 341,220,956 | 50 |
[
"strukturag",
"libheif"
] | The @ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue and we think this is an issue that should be resolved in the library that we use. This issue is posted under the url https://bugs.chromium.org/p/oss-fuzz/issues/de... | Integer-overflow (9244) | https://api.github.com/repos/strukturag/libheif/issues/49/comments | 1 | 2018-07-14T08:40:58Z | 2018-07-16T09:19:51Z | https://github.com/strukturag/libheif/issues/49 | 341,220,818 | 49 |
[
"strukturag",
"libheif"
] | The @ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue and we think this is an issue that should be resolved in the library that we use. This issue is posted under the url https://bugs.chromium.org/p/oss-fuzz/issues/de... | Null-dereference READ (9283) | https://api.github.com/repos/strukturag/libheif/issues/48/comments | 3 | 2018-07-14T08:21:47Z | 2018-07-16T11:16:50Z | https://github.com/strukturag/libheif/issues/48 | 341,219,828 | 48 |
[
"strukturag",
"libheif"
] | The @ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue and we think this is an issue that should be resolved in the library that we use. This issue is posted under the url https://bugs.chromium.org/p/oss-fuzz/issues/de... | Abrt (9175) | https://api.github.com/repos/strukturag/libheif/issues/47/comments | 1 | 2018-07-01T12:36:35Z | 2018-07-02T10:31:50Z | https://github.com/strukturag/libheif/issues/47 | 337,287,834 | 47 |
[
"strukturag",
"libheif"
] | The @ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue and we think this is an issue that should be resolved in the library that we use. This issue is posted under the url https://bugs.chromium.org/p/oss-fuzz/issues/de... | Abrt (8922) | https://api.github.com/repos/strukturag/libheif/issues/46/comments | 2 | 2018-06-26T21:45:33Z | 2018-07-02T10:32:02Z | https://github.com/strukturag/libheif/issues/46 | 336,002,410 | 46 |
[
"strukturag",
"libheif"
] | The @ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue and we think this is an issue that should be resolved in the library that we use. This issue is posted under the url https://bugs.chromium.org/p/oss-fuzz/issues/de... | Negative-size-param (8871) | https://api.github.com/repos/strukturag/libheif/issues/45/comments | 1 | 2018-06-26T21:40:20Z | 2018-07-02T10:32:37Z | https://github.com/strukturag/libheif/issues/45 | 336,001,013 | 45 |
[
"strukturag",
"libheif"
] | The @ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue and we think this is an issue that should be resolved in the library that we use. This issue is posted under the url https://bugs.chromium.org/p/oss-fuzz/issues/de... | Use-of-uninitialized-value (8158) | https://api.github.com/repos/strukturag/libheif/issues/44/comments | 1 | 2018-06-26T20:37:26Z | 2018-07-02T10:38:28Z | https://github.com/strukturag/libheif/issues/44 | 335,981,256 | 44 |
[
"strukturag",
"libheif"
] | Sorry to bother you 。Can I use VS to compile libheif? | How can I use VS to compile libheif? | https://api.github.com/repos/strukturag/libheif/issues/43/comments | 3 | 2018-06-22T03:58:04Z | 2018-09-03T08:10:30Z | https://github.com/strukturag/libheif/issues/43 | 334,736,307 | 43 |
[
"strukturag",
"libheif"
] | I have install X265 and turn on HAVE_X265 ,but i can't find heif_encoder_x265.h . should I rename x265.h to heif_encoder_x265.h. | How to run heif_enc? | https://api.github.com/repos/strukturag/libheif/issues/42/comments | 2 | 2018-06-21T08:51:13Z | 2018-06-21T10:38:58Z | https://github.com/strukturag/libheif/issues/42 | 334,397,269 | 42 |
[
"strukturag",
"libheif"
] | please refer to the issue [https://github.com/ImageMagick/ImageMagick/issues/1173](url)
when I resize a heic file by imagemagick, I got an error as below:
suse11sp1:~/lzz # convert -resize 120x120 20171218_IMG_0449.HEIC 20171218_IMG_0449.jpg terminate called after throwing an instance of 'std::system_error' what():... | resize heic file exception | https://api.github.com/repos/strukturag/libheif/issues/41/comments | 8 | 2018-06-19T01:02:45Z | 2018-06-19T12:23:43Z | https://github.com/strukturag/libheif/issues/41 | 333,484,444 | 41 |
[
"strukturag",
"libheif"
] | Do you any plan add to libheif support > 10-16 bit and 4:4:4 chroma subsampling ? | 10bit YUV444 | https://api.github.com/repos/strukturag/libheif/issues/40/comments | 10 | 2018-06-18T07:20:39Z | 2020-07-29T15:41:37Z | https://github.com/strukturag/libheif/issues/40 | 333,157,758 | 40 |
[
"strukturag",
"libheif"
] | Building within subdirectory still fails.
Steps to reproduce:
cd /usr/src/1div0/libheif/Linux/x86-64
../../configure --prefix=/usr/local --libdir=/usr/local/lib64
make
make all-recursive
make[1]: Entering directory '/usr/src/1div0/libheif/Linux/x86-64'
Making all in libheif
make[2]: Entering directory ... | examples/encoder.cc failed to compile with VPATH | https://api.github.com/repos/strukturag/libheif/issues/39/comments | 2 | 2018-06-15T18:27:29Z | 2018-06-16T19:26:04Z | https://github.com/strukturag/libheif/issues/39 | 332,873,215 | 39 |
[
"strukturag",
"libheif"
] | To prevent future regressions of problems like the error in #35 we should compile a small C application that is using the header files. | CI: Test compiling with plain C compiler | https://api.github.com/repos/strukturag/libheif/issues/38/comments | 3 | 2018-06-15T08:45:18Z | 2018-06-15T08:59:47Z | https://github.com/strukturag/libheif/issues/38 | 332,692,833 | 38 |
[
"strukturag",
"libheif"
] | Hi all,
Sorry if it's the wrong channel to ask this question.
I m using Imagemagick + libheif to convert heif to jpeg.
When converting an animated heif, which frame is used to convert the animated image to jpeg ?
Is it something you compute, a fix frame number or something else ?
Thank you
| Converting animated heif to jpeg - Which frame ? | https://api.github.com/repos/strukturag/libheif/issues/37/comments | 2 | 2018-06-15T08:29:39Z | 2018-06-15T13:05:13Z | https://github.com/strukturag/libheif/issues/37 | 332,688,558 | 37 |
[
"strukturag",
"libheif"
] | PNG -> HEIC lossless -> PNG = does not equal original image.
| lossless encoding, not exactly the sources | https://api.github.com/repos/strukturag/libheif/issues/36/comments | 1 | 2018-06-15T07:00:38Z | 2018-06-15T08:30:08Z | https://github.com/strukturag/libheif/issues/36 | 332,666,073 | 36 |
[
"strukturag",
"libheif"
] | In file included from interface.h:25,
from interface.c:28:
/usr/local/include/libheif/heif.h:299:3: error: expected specifier-qualifier-list before ‘heif_reader_grow_status’
heif_reader_grow_status (*wait_for_file_size)(int64_t target_size, void* userdata);
^~~~~~~~~~~~~~~~~~~~~~~
make[2]: *... | Compilation failure with recent change in heif.h | https://api.github.com/repos/strukturag/libheif/issues/35/comments | 5 | 2018-06-15T05:49:43Z | 2018-06-15T08:44:51Z | https://github.com/strukturag/libheif/issues/35 | 332,653,591 | 35 |
[
"strukturag",
"libheif"
] | # patch
```
- writer.write16(c.min_spatial_segmentation_idc & 0x0FFF);
+ writer.write16((c.min_spatial_segmentation_idc & 0x0FFF) | 0xF000);
```
# reference
- https://mpeg.chiariglione.org/standards/mpeg-h/image-file-format/text-isoiec-cd-23008-12-image-file-format
- w14148.zip => W14148-HEVC-still-WD.... | wrong padding bits before min_spatial_segmentation_idc | https://api.github.com/repos/strukturag/libheif/issues/31/comments | 1 | 2018-06-06T16:21:19Z | 2018-06-11T08:40:33Z | https://github.com/strukturag/libheif/issues/31 | 329,940,394 | 31 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.