summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2015-07-21Merge remote-tracking branch 'uclouvain/master' into issue-235mayeut
2015-07-18Add some missing staticmayeut
2015-07-18Add headers to CMake targetmayeut
2015-07-12Add checks for odd looking cmap & for cmap outside jp2h boxmayeut
2015-07-12Merge pull request #529 from renevanderark/mastermayeut
2015-07-11Add option to force component splitting in imagetopnmmayeut
2015-07-08fix Suspicious code in j2k.c #517Rene van der Ark
2015-07-04Merge pull request #514 from mayeut/issue-254mayeut
2015-07-04uclouvain/openjpeg#254 Add build option to disable the fixmayeut
2015-07-03various small T1 optimizationsAaron Boxer
2015-07-03fixed a few bugsAaron Boxer
2015-07-03visual studio lrintf is very slow - do not useAaron Boxer
2015-06-05Merge branch 'master' into issue-254mayeut
2015-06-03[trunk] Fix offset computations in opj_j2k_update_image_dataMatthieu Darbois
2015-05-29[trunk] Fix wrong return value for opj_setup_encoder & opj_set_decoded_resolu...Matthieu Darbois
2015-05-27[trunk] Fix overflow in opj_image_comp_header_update (fixes issue 495)Matthieu Darbois
2015-05-19[trunk] Correct potential double free on malloc failure in opj_j2k_copy_defau...Matthieu Darbois
2015-05-19[trunk] Add check for number of layers & cblkw/cblkh values (fixes issue 475)Matthieu Darbois
2015-05-19[trunk] Add check for at most 1 COD marker per tile. 1 COD marker for MH (fix...Matthieu Darbois
2015-05-16Revert "Correct overflows in opj_j2k_update_image_data"mayeut
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
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
2015-01-20[trunk] checks for JP2 signature and file type boxes more carefullyAntonin Descampe
2015-01-15[trunk] fixed a buffer overflow in opj_tcd_init_decode_tileAntonin Descampe
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 opj_int_fix_...Matthieu Darbois
2014-12-19[trunk] Updated checks regarding number of decomposition levels when compressingMatthieu Darbois
2014-12-18[trunk] Fixed a crash on illegal tile offset when decoding Matthieu Darbois
2014-12-18[trunk] Fixed a crash on 0xh or wx0 image size decoding Matthieu Darbois
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
2014-12-12[trunk] Reduce encoder code block memory usage for non 64x64 code block sizes...Matthieu Darbois
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