master
opj_j2k: fix invalid tile part index error when decoding tiles with interleaved tile-parts (#1558) When a tile's tile-parts are interleaved across tiles and TNsot is only declared in its last tile-part, opj_j2k_decode_one_tile() could not build a reliable index and seeked to m_last_sot_read_pos, which may point past the tile's first tile-part. Seek to the start of the codestream instead so the tile-parts are read in order, and add a self-contained non-regression test.
pkgconfig: drop unused libraries from Libs.private
Remove obsolete components JPWL, JP3D and MJ2