summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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
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 issue...Matthieu Darbois
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 usi...Matthieu Darbois
2014-11-03[trunk] significantly reduces memory for single tile RGB encoding (fixesAntonin Descampe
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 (fi...Antonin Descampe
2014-10-30[trunk] fixed a bug that was preventing image with per channel alpha to decod...Antonin Descampe
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
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 i...Antonin Descampe
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 is...Antonin Descampe
2014-10-21[trunk] add a check on the number of resolution passed to cmdline (fixes issu...Antonin Descampe
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
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
2014-10-02[trunk] c++-style comment removed (fixes issue 407)Antonin Descampe
2014-10-01[trunk] fixed warning from r2891Antonin Descampe
2014-09-30[trunk] fixed bad use of case statement (fixes issue 381)Antonin Descampe
2014-09-30[trunk] check possible overflow on size in opj_t2_read_packet_dataAntonin Descampe
2014-09-30[trunk] prevent overflow in opj_t2_read_packet_header (update issue 389)Antonin Descampe
2014-09-29[trunk] Ensure cblk->data pointer is correctly initialized (updates issue 391...Antonin Descampe
2014-09-29[trunk] fixed tile numbering in output message (fixes issue 370)Antonin Descampe
2014-09-19added memory allocation checks (fixes issue 355)Antonin Descampe
2014-09-16[trunk] improve memory management (fixes issue 359)Antonin Descampe
2014-09-16[trunk] allow compilation with MinGW32 (fixes issue 361)Antonin Descampe
2014-07-14[trunk] Changed error to warning when no EOC found in codestream (fixesAntonin Descampe
2014-07-03[trunk] replaced malloc with opj_malloc. (Fixes issue 368).Antonin Descampe
2014-07-03[trunk] fixes issue #357. MCT is automatically disabled whenAntonin Descampe
2014-07-01[trunk] moved comment marker setup from opj_compress to the libraryAntonin Descampe
2014-04-28[trunk] fixed warning in j2k.c about sign conversionAntonin Descampe
2014-04-28[trunk] Finalize API for openjpeg 2.1Mathieu Malaterre
2014-04-28[trunk] Missing endianess settingMathieu Malaterre
2014-04-28[trunk] properly handle pkg-config on non-UNIX hostsMathieu Malaterre