Merge remote-tracking branch 'uclouvain/master'
[openjpeg.git] / src / lib / openjp2 / j2k.c
2015-10-05 mayeutMerge remote-tracking branch 'uclouvain/master'
2015-10-05 Matthieu DarboisMerge pull request #617 from mayeut/tpsot-tnsot-noseek
2015-10-02 mayeutAdd check for seek support before trying TPsot==TNsot... 617/head
2015-09-29 Matthieu DarboisMerge pull request #610 from stweil/master
2015-09-29 Stefan WeilFix typos in comments and string
2015-09-17 mayeutFix resource leak in opj_j2k_create_cstr_index
2015-09-17 mayeutFix resource leak in opj_j2k_encode
2015-09-17 mayeutfix resource leak in opj_j2k_decode_one_tile
2015-09-06 mayeutFix potential use-after-free in opj_j2k_write_mco function
2015-08-21 Matthieu DarboisMerge pull request #559 from szukw000/cmyk-cielab-esycc
2015-07-30 Matthieu DarboisMerge pull request #558 from mayeut/remove-printf
2015-07-30 mayeutRemove printf/fprintf to stdout/stderr throughout openj... 558/head
2015-07-26 Matthieu DarboisMerge pull request #548 from mayeut/master
2015-07-26 mayeutRemove some warnings when building 548/head
2015-07-25 Matthieu DarboisMerge pull request #528 from mayeut/zlib-1.2.8
2015-07-25 Matthieu DarboisMerge pull request #521 from manisandro/bigendian
2015-07-23 Matthieu DarboisMerge pull request #545 from mayeut/master
2015-07-23 mayeutAdd some missing static keywords 545/head
2015-07-20 Matthieu DarboisMerge pull request #533 from mayeut/refactor-read-ppX
2015-07-12 mayeutMerge pull request #529 from renevanderark/master
2015-07-12 mayeutRefactor opj_read_ppm 533/head
2015-07-12 mayeutRefactor opj_j2k_read_ppt
2015-07-11 mayeutMerge pull request #531 from mayeut/issue-289
2015-07-11 mayeutAdd option to force component splitting in imagetopnm 531/head
2015-07-08 Rene van der Arkfix Suspicious code in j2k.c #517 529/head
2015-07-03 mayeutMerge pull request #514 from mayeut/issue-254
2015-07-03 mayeutuclouvain/openjpeg#254 Add build option to disable... 514/head
2015-06-05 mayeutMerge branch 'master' into issue-254
2015-06-03 Matthieu Darbois[trunk] Fix offset computations in opj_j2k_update_image...
2015-05-19 Matthieu Darbois[trunk] Correct potential double free on malloc failure...
2015-05-19 Matthieu Darbois[trunk] Add check for number of layers & cblkw/cblkh...
2015-05-19 Matthieu Darbois[trunk] Add check for at most 1 COD marker per tile...
2015-05-16 mayeutRevert "Correct overflows in opj_j2k_update_image_data"
2015-05-16 mayeutImplement TNsot correction for non conforming files
2015-05-16 mayeutCorrect overflows in opj_j2k_update_image_data
2015-01-20 Antonin Descampe[trunk] fixed a bug encoutntered when multiple MCT...
2014-12-19 Matthieu Darbois[trunk] Updated checks regarding number of decompositio...
2014-12-18 Matthieu Darbois[trunk] Fixed a crash on illegal tile offset when decoding
2014-12-18 Matthieu Darbois[trunk] Fixed a crash on 0xh or wx0 image size decoding
2014-12-09 Antonin Descampe[trunk] check number of components when getting mct...
2014-11-18 Matthieu Darbois[trunk] remove warning during build (fixes issue 435)
2014-11-03 Antonin Descampe[trunk] significantly reduces memory for single tile...
2014-10-30 Antonin Descampe[trunk] add a check on precinct size (fixes issue 420)
2014-10-30 Antonin Descampe[trunk] prevent overflow in j2k.c
2014-10-22 Antonin Descampe[trunk] add a check on mandatory headers in Main Header...
2014-10-21 Antonin Descampe[trunk] add a check on the number of resolution passed...
2014-10-21 Antonin Descampe[trunk] add a check on Zppm value in PPM markers (fixes...
2014-10-15 Antonin Descampe[trunk] add a check on progression order (fixes issue...
2014-10-15 Antonin Descampe[trunk] add a check for illegal SCod value (fixes issue...
2014-10-14 Antonin Descampe[trunk] additional checks for marker size inconsistency...
2014-10-06 Antonin Descampe[trunk] fixed PDF crash in Chrome (fixes issue 362)
2014-10-02 Antonin Descampe[trunk] c++-style comment removed (fixes issue 407)
2014-09-29 Antonin Descampe[trunk] fixed tile numbering in output message (fixes...
2014-09-19 Antonin Descampeadded memory allocation checks (fixes issue 355)
2014-09-16 Antonin Descampe[trunk] improve memory management (fixes issue 359)
2014-07-14 Antonin Descampe[trunk] Changed error to warning when no EOC found...
2014-07-03 Antonin Descampe[trunk] replaced malloc with opj_malloc. (Fixes issue...
2014-07-03 Antonin Descampe[trunk] fixes issue #357. MCT is automatically disabled...
2014-07-01 Antonin Descampe[trunk] moved comment marker setup from opj_compress...
2014-04-28 Antonin Descampe[trunk] fixed warning in j2k.c about sign conversion
2014-04-23 Antonin Descampe[trunk]formatted some messages. Removed -version option...
2014-04-23 Antonin Descampe[trunk]Replaced deprecated opj_stream_set_user_data...
2014-04-17 Antonin Descampe[trunk] refactoring of rsiz, profiles, and extensions...
2014-04-03 Antonin Descampe[trunk] updated copyright and added copyright notice...
2014-03-18 Mathieu Malaterre[trunk] Now that dataset from issue 297 have been impor...
2014-03-14 Mathieu Malaterre[trunk] Now that issue 165 dataset is in non regression...
2014-03-14 Mathieu Malaterre[trunk] Add internal implementation to dump all tiles...
2014-03-14 Mathieu Malaterre[trunk] Prevent a leak when reading PPT markers
2014-03-13 Mathieu Malaterre[trunk] Add some sanity checks when reading Ippm(i...
2014-03-13 Mathieu Malaterre[trunk] Make sure to reallocate ppm data buffer when...
2014-03-13 Mathieu Malaterre[trunk] Add debug code to extract decompressed image...
2014-03-12 Mathieu Malaterre[trunk] Make sure when reading POC that number of layer...
2014-03-11 Mathieu Malaterre[trunk] Add debug info to track issue 80
2014-03-10 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-10 Mathieu Malaterre[trunk] Remove a set of warning about sign conversion
2014-03-07 Mathieu Malaterre[trunk] Fix mem leaks reported by cppcheck
2014-03-06 Mathieu Malaterre[trunk] Revert r2597 for now, since it breaks a lot...
2014-03-06 Mathieu Malaterre[trunk] Remove warning about sign conversion.
2014-03-06 Mathieu Malaterre[trunk] Remove warning about sign conversion.
2014-03-04 Mathieu Malaterre[trunk] Remove some conversion warnings reported by gcc
2014-03-03 Mathieu Malaterre[trunk] Remove deprecated functions (not called anywher...
2014-03-02 Mathieu Malaterre[trunk] Remove simple warnings about comments, missing...
2014-02-28 Mathieu Malaterre[trunk] Remove easy uint32 <-> int32 conversions
2014-02-28 Mathieu Malaterre[trunk] Re-import chunk from r2458 that made textGBR...
2014-02-28 Mathieu Malaterre[trunk] Rework r2458, instead we should reject 451...
2014-02-28 Mathieu Malaterre[trunk] Really apply r2460 this time, but fix the origi...
2014-02-27 Mathieu Malaterre[trunk] add a sentinel in debug code
2014-02-26 Mathieu Malaterre[trunk] revert r2460 since it breaks ETS-C1P0-p0_03...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import (ugly) patch from sumatrapdf team. This...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. Original...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-26 Mathieu Malaterre[trunk] Import patch from sumatrapdf team. This handle...
2014-02-12 Antonin Descampe[trunk] replaced fprintf with event_mgr in cinema-relat...
2014-02-12 Antonin Descampe[trunk] moved logic related to cinema profiles in libra...
2014-01-22 Antonin Descampe[trunk] fixed several bugs in cinema mode (2K 24/48...
next