summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.c
AgeCommit message (Expand)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2016-01-25fixed tile numberingAntonin Descampe
2016-01-11Merge pull request #551 from mayeut/coc-qccMatthieu Darbois
2016-01-06Fix duplicate article in commentsStefan Weil
2015-10-18Merge branch 'master' into coc-qccmayeut
2015-10-17Fixed crash on encodingmayeut
2015-10-06Merge branch 'master' into coc-qccmayeut
2015-10-06Added missing casts for return values of opj_malloc()/opj_calloc().Stephan Mühlstrasser
2015-10-02Add check for seek support before trying TPsot==TNsot workaroundmayeut
2015-09-29Fix typos in comments and stringStefan Weil
2015-09-17Fix resource leak in opj_j2k_create_cstr_indexmayeut
2015-09-17Fix resource leak in opj_j2k_encodemayeut
2015-09-17fix resource leak in opj_j2k_decode_one_tilemayeut
2015-09-08Merge remote-tracking branch 'uclouvain/master' into coc-qccmayeut
2015-09-06Fix potential use-after-free in opj_j2k_write_mco functionmayeut
2015-07-31Sync coc-qcc branch with mastermayeut
2015-07-30Remove printf/fprintf to stdout/stderr throughout openjp2 libmayeut
2015-07-29Write COC/QCC in Main Headermayeut
2015-07-28Start support for qcc/cocmayeut
2015-07-26Remove some warnings when buildingmayeut
2015-07-23Add some missing static keywordsmayeut
2015-07-21Merge pull request #533 from mayeut/refactor-read-ppXMatthieu Darbois
2015-07-12Merge pull request #529 from renevanderark/mastermayeut
2015-07-12Refactor opj_read_ppmmayeut
2015-07-12Refactor opj_j2k_read_pptmayeut
2015-07-11Add option to force component splitting in imagetopnmmayeut
2015-07-08fix Suspicious code in j2k.c #517Rene van der Ark
2015-07-04uclouvain/openjpeg#254 Add build option to disable the fixmayeut
2015-06-05Merge branch 'master' into issue-254mayeut
2015-06-03[trunk] Fix offset computations in opj_j2k_update_image_dataMatthieu 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-01-20[trunk] fixed a bug encoutntered when multiple MCT markers are providedAntonin Descampe
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-09[trunk] check number of components when getting mct norm (fixes issue 436)Antonin Descampe
2014-11-18[trunk] remove warning during build (fixes issue 435)Matthieu Darbois
2014-11-03[trunk] significantly reduces memory for single tile RGB encoding (fixesAntonin 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] add a check on mandatory headers in Main Header (fixes issue 408)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] add a check on Zppm value in PPM markers (fixes issue 393)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