summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-04-28[trunk] fixed warning in j2k.c about sign conversionAntonin Descampe
2014-04-28[trunk] Finalize API for openjpeg 2.1Mathieu Malaterre
public header will only contains minimal information: major, minor and build version Prefix has been changed from OPENJPEG to OPJ for consistency SOVERSION has been removed from header (ABI vs API info) OPJ_VERSION string has been removed, since it is accessible already (PACKAGE_VERSION) Fixes issue 342
2014-04-28[trunk] Missing endianess settingMathieu Malaterre
Fixes issue 337
2014-04-28[trunk] properly handle pkg-config on non-UNIX hostsMathieu Malaterre
Fixes issue 340
2014-04-28[trunk] Provide #ifdef blockers for OpenJPEG VersionMathieu Malaterre
Fixes issue 342
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
with -v(erbose) option, added version info in help display
2014-04-23[trunk]Replaced deprecated opj_stream_set_user_data function from APIAntonin Descampe
with its 'v3' version, and removed all other 'v3' suffixes from API.
2014-04-17[trunk] fixed warning related to r2837 and move new field at the end ofAntonin Descampe
parameters structure.
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 ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-25[trunk] Rework previous commit r2610Mathieu Malaterre
This way we are able to gently deprecate the old API, and preserve ABI Update issue 306
2014-03-18[trunk] Revert r2764. It breaks ~230 tests as seen on continuous. Since no ↵Mathieu Malaterre
dataset is available, the issue 296 will be left open. Update issue 296
2014-03-18[trunk] Import git commit fc884aee2b69c78500e65c3d05bf216791a9ea4a from ↵Mathieu Malaterre
ghostscript team Fixes issue 296
2014-03-18[trunk] Import git commit 99a6f1af177c15f4db475186b79d169c993494ef from ↵Mathieu Malaterre
ghostscript team Update issue 296
2014-03-18[trunk] Now that dataset from issue 297 have been imported, run test suite.Mathieu Malaterre
None of the dataset triggered any buffer overflow. Recent changes in trunk handle all those cases. Update issue 297
2014-03-14[trunk] rework code from r2463. Really there has been some code duplication ↵Mathieu Malaterre
from r2413 Thanks to John Rogers (oracle.com) for report
2014-03-14[trunk] rework code from r2463. Really there has been some code duplication ↵Mathieu Malaterre
from r2413 Thanks to John Rogers (oracle.com) for report
2014-03-14[trunk] Now that issue 165 dataset is in non regression repository, activate ↵Mathieu Malaterre
code to reject them Fixes issue 165
2014-03-14[trunk] Add internal implementation to dump all tiles/comp infoMathieu Malaterre
Eg: opj_dump -f 8 -i input.j2k Update issue 3
2014-03-14[trunk] Prevent a leak when reading PPT markersMathieu Malaterre
Update issue 295
2014-03-14[trunk] Move INLINE definition within openjpeg.h header since application ↵Mathieu Malaterre
may use it
2014-03-14[trunk] Apply final missing patch from sumatrapdf team:Mathieu Malaterre
http://bugs.ghostscript.com/show_bug.cgi?id=694893 Update issue 231
2014-03-14[trunk] Add a temporary work around for issue 293Mathieu Malaterre
As described in the bug report the default allocation mecanism for codeblock data is too small for those dataset (16bits). We would need a finer (more granular) mecanism to reallocated only on demand. For now this help the two failing tests to pass. Fixes issue 293
2014-03-14[trunk] Remove warnings about unused values introduced in r2710Mathieu Malaterre
Thanks to Matthieu Darbois for patch Fixes issue 290
2014-03-13[trunk] Add some sanity checks when reading Ippm(i) segmentsMathieu Malaterre
Update issue 288
2014-03-13[trunk] Make sure to reallocate ppm data buffer when multiple Ippm(i) buffer ↵Mathieu Malaterre
are found This handle the case where remaining data is exactly Nppm(i) Fixes issue 287
2014-03-13[trunk] Just in case this would be helpful for other, here is the code used ↵Mathieu Malaterre
to track issue 80 Update issue 80
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
Update issue 235
2014-03-12[trunk] Make sure when reading POC that number of layers (layer end) is ↵Mathieu Malaterre
within acceptable bound. Fixes issue 80
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
Update issue 80
2014-03-11[trunk] Rework assertion to work on 32bits systemMathieu Malaterre
2014-03-11[trunk] Fix remainings warnings on linux/32bits archMathieu Malaterre
2014-03-11[trunk] Rework fseek ifdefs blockers, it breaks the 64bits behavior for fseekoMathieu Malaterre
2014-03-10[trunk] Another final round of fixes for sign conversion warnings.Mathieu Malaterre
Fixes issue 256
2014-03-10[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-10[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-10[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-10[trunk] Remove a set of warning about sign conversionMathieu Malaterre
Update issue 266
2014-03-10[trunk] Fix warnings about shadow variablesMathieu Malaterre
2014-03-10[trunk] remove a warning when using strict prototypeMathieu Malaterre
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Rework r2597, make sure test suite is passing now.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256