master
opj_compress: fix memory leak in error code path (when cannot create output file)
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.
trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI.