summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2015-05-16Revert "Correct overflows in opj_j2k_update_image_data"mayeut
This reverts commit 1fb24aba4b29b7cd1b6880d8f0b08196a12efc2c.
2015-05-16Implement TNsot correction for non conforming filesmayeut
2015-05-16Correct overflows in opj_j2k_update_image_datamayeut
2015-02-02[trunk] added overflow checks (fixes issue 431)Antonin Descampe
Thanks mdarbois
2015-01-25[trunk] use hidden visibility for static library (fixes issue 354)Matthieu Darbois
2015-01-20[trunk] fixed a bug encoutntered when multiple MCT markers are providedAntonin Descampe
Update issue 430 Cc: savmickael@gmail.com @Mickael: this revision affects your work on custom MCT. Is there a way you could provide test data to add to our test suite ? Thanks
2015-01-20[trunk] checks for JP2 signature and file type boxes more carefullyAntonin Descampe
Update issue 430
2015-01-15[trunk] fixed a buffer overflow in opj_tcd_init_decode_tileAntonin Descampe
Update issue 431
2014-12-23[trunk] removed unnecessary operation in opj_bio_flush (fixes issue 461)Matthieu Darbois
2014-12-22[trunk] fixed compression check for 1 bit unsigned component (fixes issue 457)Matthieu Darbois
2014-12-20[trunk] fixed a possible overflow in opj_t1_encode_cblks call to ↵Matthieu Darbois
opj_int_fix_mul (fixes issue 141)
2014-12-19[trunk] Updated checks regarding number of decomposition levels when compressingMatthieu Darbois
Update issue 215
2014-12-18[trunk] Fixed a crash on illegal tile offset when decoding Matthieu Darbois
Update issue 427
2014-12-18[trunk] Fixed a crash on 0xh or wx0 image size decoding Matthieu Darbois
Update issue 427
2014-12-15[trunk] removed warnings when building tcd.c (Update issue 442)Matthieu Darbois
2014-12-13[trunk] Add SSE2/SSE41 implementations for mct.c (fixes issue 451)Matthieu Darbois
2014-12-13[trunk] Speed-up opj_int_fix_mul by removing unneeded operation Matthieu Darbois
Update issue 220
2014-12-12[trunk] Reduce encoder code block memory usage for non 64x64 code block ↵Matthieu Darbois
sizes (fixes issue 444)
2014-12-09[trunk] check number of components when getting mct norm (fixes issue 436)Antonin Descampe
2014-12-09[trunk] Fixed compilation error under Visual Studio 2003 (fixes issue 351)Matthieu Darbois
2014-11-25[trunk] removed some warnings when configuring with CMake 3.x on MacOSMatthieu Darbois
Update issue 443 Warnings related to OPJ_USE_DSYMUTIL are fixed
2014-11-24[trunk] removed warnings when building jp2.c (Update issue 442)Matthieu Darbois
2014-11-21[trunk] added check for tile component data size overflow (fixes issue 432)Matthieu Darbois
2014-11-20[trunk] added check for pclr box validity (fixes issue 429)Matthieu Darbois
2014-11-20[trunk] fixed memleak in abnormal condition (fixes issue 437)Matthieu Darbois
2014-11-19[trunk] replace OPJ_MACRO_TCD_ALLOCATE macro by inlined function (fixes ↵Matthieu Darbois
issue 433)
2014-11-18[trunk] remove warning during build (fixes issue 435)Matthieu Darbois
2014-11-17[trunk] fixed a bug preventing palette image with cdef to decode properly ↵Matthieu Darbois
using opj_get_decoded_tile (fixes issue 428)
2014-11-03[trunk] significantly reduces memory for single tile RGB encoding (fixesAntonin Descampe
issue 375)
2014-11-03[trunk] add a cdef box when alpha component is present (fixes issue 416)Antonin Descampe
2014-10-30[trunk] fixed a bug preventing palette image with cdef to decode properly ↵Antonin Descampe
(fixes issue 412)
2014-10-30[trunk] fixed a bug that was preventing image with per channel alpha to ↵Antonin Descampe
decode properly (fixes issue 414)
2014-10-30[trunk] add a check on precinct size (fixes issue 420)Antonin Descampe
2014-10-30[trunk] prevent overflow in j2k.cAntonin Descampe
Update issue 392 Issue left open to solve problem on x64-Asan and to investigate Matthieu's suggestion
2014-10-22[trunk] resets resno_decoded for each tile (fixes issue 399)Antonin Descampe
2014-10-22[trunk] resets code-blocks reused for other tiles than the first one (fixes ↵Antonin Descampe
issue 418)
2014-10-22[trunk] add a check on mandatory headers in Main Header (fixes issue 408)Antonin Descampe
2014-10-21[trunk] verify channel definitions is complete when cdef is present (fixes ↵Antonin Descampe
issue 397)
2014-10-21[trunk] add a check on the number of resolution passed to cmdline (fixes ↵Antonin Descampe
issue 352)
2014-10-21[trunk] added check on JP2_IHDR box (fixes issue 364)Antonin Descampe
2014-10-21[trunk] add a check on Zppm value in PPM markers (fixes issue 393)Antonin Descampe
2014-10-15[trunk] Add option to call dsymutil on built binaries (fixes issue 409)Antonin Descampe
2014-10-15[trunk] add a check on progression order (fixes issue 413)Antonin Descampe
2014-10-15[trunk] add a check for illegal SCod value (fixes issue 400)Antonin Descampe
2014-10-14[trunk] additional checks for marker size inconsistency (fixes issue 363)Antonin Descampe
2014-10-06[trunk] fixed potential negative size params (fixes issue 390)Antonin Descampe
2014-10-06[trunk] added box length inconsistency checkAntonin Descampe
Update issue 364 issue364-38.patch applied. Thanks Matthieu.
2014-10-06[trunk] fixed PDF crash in Chrome (fixes issue 362)Antonin Descampe
2014-10-03[trunk] removed illegal character in commentAntonin Descampe
2014-10-03[trunk]fixes buffer overflow in t2.cAntonin Descampe
Update issue 390 Summary: check for negative-size params in code Patch from Matthieu applied. Left open to apply this to other places in code.