Fix function name
[openjpeg.git] / src / lib /
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 potential negative size params (fixes...
2014-10-06 Antonin Descampe[trunk] added box length inconsistency check
2014-10-06 Antonin Descampe[trunk] fixed PDF crash in Chrome (fixes issue 362)
2014-10-03 Antonin Descampe[trunk] removed illegal character in comment
2014-10-03 Antonin Descampe[trunk]fixes buffer overflow in t2.c
2014-10-02 Antonin Descampe[trunk] c++-style comment removed (fixes issue 407)
2014-10-01 Antonin Descampe[trunk] fixed warning from r2891
2014-09-30 Antonin Descampe[trunk] fixed bad use of case statement (fixes issue...
2014-09-30 Antonin Descampe[trunk] check possible overflow on size in opj_t2_read_...
2014-09-30 Antonin Descampe[trunk] prevent overflow in opj_t2_read_packet_header...
2014-09-29 Antonin Descampe[trunk] Ensure cblk->data pointer is correctly initiali...
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-09-16 Antonin Descampe[trunk] allow compilation with MinGW32 (fixes issue...
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-28 Mathieu Malaterre[trunk] Finalize API for openjpeg 2.1
2014-04-28 Mathieu Malaterre[trunk] Missing endianess setting
2014-04-28 Mathieu Malaterre[trunk] properly handle pkg-config on non-UNIX hosts
2014-04-28 Mathieu Malaterre[trunk] Provide #ifdef blockers for OpenJPEG Version
2014-04-24 Mathieu Malaterre[trunk] Make sure OpenJPIP compiles on WIN32
2014-04-24 Antonin Descampe[trunk] fixed reference to opj_stream_set_user_data_v3...
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] fixed warning related to r2837 and move new...
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-25 Mathieu Malaterre[trunk] Rework previous commit r2610
2014-03-18 Mathieu Malaterre[trunk] Revert r2764. It breaks ~230 tests as seen...
2014-03-18 Mathieu Malaterre[trunk] Import git commit fc884aee2b69c78500e65c3d05bf2...
2014-03-18 Mathieu Malaterre[trunk] Import git commit 99a6f1af177c15f4db475186b79d1...
2014-03-18 Mathieu Malaterre[trunk] Now that dataset from issue 297 have been impor...
2014-03-14 Mathieu Malaterre[trunk] rework code from r2463. Really there has been...
2014-03-14 Mathieu Malaterre[trunk] rework code from r2463. Really there has been...
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-14 Mathieu Malaterre[trunk] Move INLINE definition within openjpeg.h header...
2014-03-14 Mathieu Malaterre[trunk] Apply final missing patch from sumatrapdf team:
2014-03-14 Mathieu Malaterre[trunk] Add a temporary work around for issue 293
2014-03-14 Mathieu Malaterre[trunk] Remove warnings about unused values introduced...
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] Just in case this would be helpful for other...
2014-03-13 Mathieu Malaterre[trunk] Tweak documentation in t2.c. Be more verbose...
2014-03-13 Mathieu Malaterre[trunk] Add some documention in the pi code
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] Re-active old warning about missing SOP marker
2014-03-11 Mathieu Malaterre[trunk] Add debug info to track issue 80
2014-03-11 Mathieu Malaterre[trunk] Rework assertion to work on 32bits system
2014-03-11 Mathieu Malaterre[trunk] Fix remainings warnings on linux/32bits arch
2014-03-11 Mathieu Malaterre[trunk] Rework fseek ifdefs blockers, it breaks the...
2014-03-10 Mathieu Malaterre[trunk] Another final round of fixes for sign conversio...
2014-03-10 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-10 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
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-10 Mathieu Malaterre[trunk] Fix warnings about shadow variables
2014-03-10 Mathieu Malaterre[trunk] remove a warning when using strict prototype
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Rework r2597, make sure test suite is passing...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Redo r2623, and remove guilty section
2014-03-07 Mathieu Malaterre[trunk] Revert r2623 for now
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] As reported by clang analyzer thoses values...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Another round of fixes for sign conversion...
2014-03-07 Mathieu Malaterre[trunk] Fix simple warning about sign conversion
2014-03-07 Mathieu Malaterre[trunk] Another of fixes for warning about sign conversion
2014-03-07 Mathieu Malaterre[trunk] Fix warning about sign conversion
2014-03-07 Mathieu Malaterre[trunk] un-deprecated opj_stream_destroy API, import...
2014-03-07 Mathieu Malaterre[trunk] Update memory management mecanism
2014-03-07 Mathieu Malaterre[trunk] Remove self-assignement.
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-06 Mathieu Malaterre[trunk] Remove some easy warnings about sign compare...
2014-03-05 Mathieu Malaterre[trunk] Handle cmap where direct use is specified ...
2014-03-04 Mathieu Malaterre[trunk] Make sure to reject images such as 1336.pdf...
2014-03-04 Mathieu Malaterre[trunk] remove more conversion warning in multi-lines...
2014-03-04 Mathieu Malaterre[trunk] Remove some conversion warnings reported by gcc
2014-03-04 Mathieu Malaterre[trunk] Remove warning about conversion.
next