Mathieu Malaterre

Results 51 issues of Mathieu Malaterre

getenv is not allowed in certain cases causing linking issues. This fix should be pushed to the openjpeg group. Thanks to Chris for the fix.

It seems there is an issue on riscv64 hardware and (un)aligned access: ``` 99% tests passed, 2 tests failed out of 175 Total Test time (real) = 3.94 sec The...

This is a ticket to track progress on runtime dispatch for riscv64 (followup to issue #818). For now, unit tests are failing, see Debian/riscv64 buildd: * https://buildd.debian.org/status/fetch.php?pkg=highway&arch=riscv64&ver=0.17.1%7Egit20220707.b0108ff-1&stamp=1657192132&raw=0

**Describe the bug** I'd like to be able to compile libjxl 0.7rc on arm64 with highway 1.0. It currently fails with: [256/392] /usr/bin/c++ -DJPEGXL_ENABLE_APNG=1 -DJPEGXL_ENABLE_EXR=1 -DJPEGXL_ENABLE_JPEG=1 -DJXL_EXPORT="" -DJXL_THREADS_STATIC_DEFINE -DTEST_DATA_PATH=\"/usr/share/libjxl-testdata\" -D__DATE__=\"redacted\"...

building/portability

**Describe the bug** I'd like to run 'make test' without error. make test return the following: The following tests FAILED: 2522 - DjxlFuzzerTestInstantiation/DjxlFuzzerTest.TestOne/4546077333782528 (ILLEGAL) 2563 - DjxlFuzzerTestInstantiation/DjxlFuzzerTest.TestOne/6735607318052864 (ILLEGAL) 2564 -...

**Describe the bug** The following tests are consistently failing on big-endian arches: ``` 656 - DecodeTest/DecodeTestParam.PixelTest/301x33RGBAtoRGBAf16#GetParam()=301x33RGBAtoRGBAf16 (Failed) 662 - DecodeTest/DecodeTestParam.PixelTest/301x33RGBAtoRGBAf16Callback#GetParam()=301x33RGBAtoRGBAf16Callback (Failed) 668 - DecodeTest/DecodeTestParam.PixelTest/301x33GtoGf16#GetParam()=301x33GtoGf16 (Failed) 674 - DecodeTest/DecodeTestParam.PixelTest/301x33GtoGf16Callback#GetParam()=301x33GtoGf16Callback (Failed) 680...

building/portability

**Is your feature request related to a problem? Please describe.** Right now palette are internal encoding tool in jxl. **Describe the solution you'd like** I'd like to have palette part...

post 1.0

documentation

**Describe the bug** The build instruction for JXL on Debian are located at: * https://github.com/libjxl/libjxl/blob/main/doc/developing_in_debian.md As you can observe there is no specific requirement on how `libstdc++` was built. In...

documentation
building/portability