Joachim Bauch

Results 63 issues of Joachim Bauch

I though about adding a dedicated flag but probably `strict_decoding` is fine to use for these cases. Feel free to ping me for example images.

If an early job returns an error and the method returns, the remaining jobs continue to run and might try to access objects that no longer exist. https://github.com/strukturag/libheif/blob/f0e803edb05251ae6ec9a1981c938a32df9f0c04/libheif/image-items/grid.cc#L376 Reason for...

The introduction of different components like `SDL2::SDL2` / `SDL2::SDL2main` happened in https://github.com/libsdl-org/SDL/commit/dd1d8ab62c1c7d49d12e7f3f2c79b3528bc52815 (2.0.12). Also use detection code from https://wiki.libsdl.org/SDL2/README-cmake to figure out when to link against `SDL2::SDLmain`. Only tested on...