summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.c
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2016-01-25fixed tile numberingAntonin Descampe
Fixes #245
2016-01-11Merge pull request #551 from mayeut/coc-qccMatthieu Darbois
Add COC/QCC in main header when needed
2016-01-06Fix duplicate article in commentsStefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-10-18Merge branch 'master' into coc-qccmayeut
2015-10-17Fixed crash on encodingmayeut
Update #624 Update #625
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
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-09-17Fix resource leak in opj_j2k_create_cstr_indexmayeut
Fixes #599
2015-09-17Fix resource leak in opj_j2k_encodemayeut
Fixes #598
2015-09-17fix resource leak in opj_j2k_decode_one_tilemayeut
Fixes #597
2015-09-08Merge remote-tracking branch 'uclouvain/master' into coc-qccmayeut
2015-09-06Fix potential use-after-free in opj_j2k_write_mco functionmayeut
Fixes #563
2015-07-31Sync coc-qcc branch with mastermayeut
2015-07-30Remove printf/fprintf to stdout/stderr throughout openjp2 libmayeut
Update uclouvain/openjpeg#246
2015-07-29Write COC/QCC in Main Headermayeut
Update uclouvain/openjpeg#459
2015-07-28Start support for qcc/cocmayeut
2015-07-26Remove some warnings when buildingmayeut
Update #442
2015-07-23Add some missing static keywordsmayeut
Update uclouvain/openjpeg#243
2015-07-21Merge pull request #533 from mayeut/refactor-read-ppXMatthieu Darbois
Refactor opj_j2k_read_ppm & opj_j2k_read_ppt Fixes uclouvain/openjpeg#470 Fixes uclouvain/openjpeg#288 Fixes uclouvain/openjpeg#532
2015-07-12Merge pull request #529 from renevanderark/mastermayeut
fix Suspicious code in j2k.c Fixes #517
2015-07-12Refactor opj_read_ppmmayeut
Update uclouvain/openjpeg#470 Update uclouvain/openjpeg#288
2015-07-12Refactor opj_j2k_read_pptmayeut
Update uclouvain/openjpeg#470 Update uclouvain/openjpeg#532
2015-07-11Add option to force component splitting in imagetopnmmayeut
Update uclouvain/openjpeg#289
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
Update issue 481
2015-05-19[trunk] Correct potential double free on malloc failure in ↵Matthieu Darbois
opj_j2k_copy_default_tcp_and_create_tcp (fixes issue 492)
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 ↵Matthieu Darbois
(fixes issue 476)
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-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
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-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
issue 375)
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] 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 ↵Antonin Descampe
issue 352)
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