Dirk Farin
Dirk Farin
`len` is not the total file size, but the number of bytes from the beginning that are considered for the check.
There is no api function to turn off multithreading, but there is a ``configure`` option to do so. This also excludes importing threading-related types (mutex, thread) which is also useful...
Thanks. Can you submit the patch as a pull request?
Oh, I see you put it into the other PR. Never mind, I'll get it from there.
You would have to make separate branches for this to work as two separate PRs. But don't mind. This patch is simple enough so that we don't have to split...
Thank you. Has been fixed with 8e89fe0e175d2870c39486fdd09250b230ec10b8. Please confirm.
The ignore_transformations option is a hack anyway. There is little reason to use it at all. What is the reason you need to set this flag? If we want to...
@ValZapod I'll look at it later. Currently no free time for this...
I tried to reproduce it like this: I used Nokia's example code to extract the HEVC data stream from the HEIF file. This worked fine for other HEIF files. However,...
I am also completely confused and get the same exception as the original poster @MTRNord . We have a branded Nextcloud app, which is calling my app and passing directly...