Dirk Farin
Dirk Farin
Fixed. Compilation with the Autotools is deprecated and will be removed in an upcoming release. Please switch to using the CMake build.
I have tested with vvdec 3.0.0. It works without change. However, I am not sure how to modify the CMakeLists.txt. Fixing it to a specific version does not seem to...
Sure, would be good to increase the coverage of the JS wrapper.
Main hurdle might be that we do not do any encoding and writing of HEIFs in JS yet. You cannot add items to existing files (yet), even in the C...
> Half the emscripten functions have the **js** prefix and the other half don't. e.g. `heif_context_read_from_memory()` `heif_js_check_filetype()` Yes. I think originally every function that required an explicit JS wrapper got...
For `heif_item_get_item_type()` vs `heif_js_item_get_item_type_string()` it's a bit tricky. I would argue that working with `uint32_t` on the JS side is inconvenient such that we always use strings for four-cc codes....
@gitoss Thanks for making us aware that such a development branch exists. We want to base libheif on the stable branches of the codecs, but you are of course free...
Thanks for the information. I'll have a look.
Reopened it as a reminder for adding the changes.
Interesting. There seems to be an h265 decoding error in the tile at the bottom. I've tested this on macOS and there, it displays correctly. Thus, it is no bitstream...