summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2014-10-02[trunk] c++-style comment removed (fixes issue 407)Antonin Descampe
2014-10-01[trunk] fixed warning from r2891Antonin Descampe
2014-09-30[trunk] fixed bad use of case statement (fixes issue 381)Antonin Descampe
2014-09-30[trunk] check possible overflow on size in opj_t2_read_packet_dataAntonin Descampe
2014-09-30[trunk] prevent overflow in opj_t2_read_packet_header (update issue 389)Antonin Descampe
2014-09-29[trunk] Ensure cblk->data pointer is correctly initialized (updates issue 391...Antonin Descampe
2014-09-29[trunk] fixed tile numbering in output message (fixes issue 370)Antonin Descampe
2014-09-19added memory allocation checks (fixes issue 355)Antonin Descampe
2014-09-16[trunk] improve memory management (fixes issue 359)Antonin Descampe
2014-09-16[trunk] allow compilation with MinGW32 (fixes issue 361)Antonin Descampe
2014-07-14[trunk] Changed error to warning when no EOC found in codestream (fixesAntonin Descampe
2014-07-03[trunk] replaced malloc with opj_malloc. (Fixes issue 368).Antonin Descampe
2014-07-03[trunk] fixes issue #357. MCT is automatically disabled whenAntonin Descampe
2014-07-01[trunk] moved comment marker setup from opj_compress to the libraryAntonin Descampe
2014-04-28[trunk] fixed warning in j2k.c about sign conversionAntonin Descampe
2014-04-28[trunk] Finalize API for openjpeg 2.1Mathieu Malaterre
2014-04-28[trunk] Missing endianess settingMathieu Malaterre
2014-04-28[trunk] properly handle pkg-config on non-UNIX hostsMathieu Malaterre
2014-04-28[trunk] Provide #ifdef blockers for OpenJPEG VersionMathieu Malaterre
2014-04-24[trunk] Make sure OpenJPIP compiles on WIN32Mathieu Malaterre
2014-04-24[trunk] fixed reference to opj_stream_set_user_data_v3 in jpip sources.Antonin Descampe
2014-04-23[trunk]formatted some messages. Removed -version option to disambiguateAntonin Descampe
2014-04-23[trunk]Replaced deprecated opj_stream_set_user_data function from APIAntonin Descampe
2014-04-17[trunk] fixed warning related to r2837 and move new field at the end ofAntonin Descampe
2014-04-17[trunk] refactoring of rsiz, profiles, and extensions managementAntonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2014-03-25[trunk] Rework previous commit r2610Mathieu Malaterre
2014-03-18[trunk] Revert r2764. It breaks ~230 tests as seen on continuous. Since no da...Mathieu Malaterre
2014-03-18[trunk] Import git commit fc884aee2b69c78500e65c3d05bf216791a9ea4a from ghost...Mathieu Malaterre
2014-03-18[trunk] Import git commit 99a6f1af177c15f4db475186b79d169c993494ef from ghost...Mathieu Malaterre
2014-03-18[trunk] Now that dataset from issue 297 have been imported, run test suite.Mathieu Malaterre
2014-03-14[trunk] rework code from r2463. Really there has been some code duplication f...Mathieu Malaterre
2014-03-14[trunk] rework code from r2463. Really there has been some code duplication f...Mathieu Malaterre
2014-03-14[trunk] Now that issue 165 dataset is in non regression repository, activate ...Mathieu Malaterre
2014-03-14[trunk] Add internal implementation to dump all tiles/comp infoMathieu Malaterre
2014-03-14[trunk] Prevent a leak when reading PPT markersMathieu Malaterre
2014-03-14[trunk] Move INLINE definition within openjpeg.h header since application may...Mathieu Malaterre
2014-03-14[trunk] Apply final missing patch from sumatrapdf team:Mathieu Malaterre
2014-03-14[trunk] Add a temporary work around for issue 293Mathieu Malaterre
2014-03-14[trunk] Remove warnings about unused values introduced in r2710Mathieu Malaterre
2014-03-13[trunk] Add some sanity checks when reading Ippm(i) segmentsMathieu Malaterre
2014-03-13[trunk] Make sure to reallocate ppm data buffer when multiple Ippm(i) buffer ...Mathieu Malaterre
2014-03-13[trunk] Just in case this would be helpful for other, here is the code used t...Mathieu Malaterre
2014-03-13[trunk] Tweak documentation in t2.c. Be more verbose in case of failure.Mathieu Malaterre
2014-03-13[trunk] Add some documention in the pi codeMathieu Malaterre
2014-03-13[trunk] Add debug code to extract decompressed image right before PCLR handlingMathieu Malaterre
2014-03-12[trunk] Make sure when reading POC that number of layers (layer end) is withi...Mathieu Malaterre
2014-03-11[trunk] Re-active old warning about missing SOP markerMathieu Malaterre
2014-03-11[trunk] Add debug info to track issue 80Mathieu Malaterre
2014-03-11[trunk] Rework assertion to work on 32bits systemMathieu Malaterre