/
auroraos
/
mirror_openjpeg
ОбзорДокументацияВойти
/
auroraos
/
mirror_openjpeg
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
mirror_openjpeg/
src/
..
bin

opj_compress: fix memory leak in error code path (when cannot create output file)

2 года назад
lib

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.

2 месяца назад
CMakeLists.txt

trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI.

13 лет назад