Sebastian Rasmussen
Sebastian Rasmussen
Apktool "crashes" when the [nptc chunk](https://android.googlesource.com/platform/frameworks/base.git/+/android-8.0.0_r4/libs/androidfw/include/androidfw/ResourceTypes.h#52) in a PNG image resource has xdivs/ydivs which are out of bounds. This is because the underlying BufferedImage.setRGB() throws an exception indicating that the...
I attempted to use ttfdump on a .ttc and it didn't work. So I looked up the spec and implemented it. To make the output look neat I decided to...
I found this wil starting the translation to Swedish due to being inspired by [this HN comment](https://news.ycombinator.com/item?id=29682878).
After cloning openjpeg-data and ending up at commit f5e17316a5623490b9ff182b66b25c6149f804fb and then cloning openjpeg at commit cc1919b183f76d5ac79cc9927fb899b47700d925 I ran `make check` and it showed: ``` make[3]: Leaving directory '/home/sebras/src/openjpeg/build' [100%] Built...
While testing what happens when `opj_calloc()` returns `NULL` using a custom allocator in OpenJPEG 2.3.0 I found a crash that doesn't seem to have been addressed in OpenJPEG on master....
When using openjpeg we have noticed that openjpeg allocates an `OPJ_UINT32` per component sample in these two locations when decoding each compoment: * https://github.com/uclouvain/openjpeg/blob/master/src/lib/openjp2/tcd.c#L1675 * https://github.com/uclouvain/openjpeg/blob/master/src/lib/openjp2/tcd.c#L1542 The JPEG2000 specification seems...
When manually analyzing the bit stream from issue #1158 it was evident that the underlying issue is that `SGcod(C)`, `SPcod(H)` and `SPcoc(E)` were out of range. This is was never...
These are two wishlist items. I'm currently using poedit 1.8.6 for doing translations into Swedish. For fuzzy translations you can currently see the dequoted string of the current msgid in...
When validating the strings of [this .po-file](https://github.com/vslavik/poedit/files/1569859/gimp-master-po-sv-23093.merged.po.gz) in Poedit 2.0.5 I end up in a situation where the GUI becomes entirely unresponsive. I tested the same file in Poedit 2.0.4...