[trunk]Replaced deprecated opj_stream_set_user_data function from API
[openjpeg.git] / src / lib /
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.
2014-03-04 Mathieu Malaterre[trunk] Revert portion of r2562, need to investigate...
2014-03-03 Mathieu Malaterre[trunk] Remove remaining conversion issues in mqc.c
2014-03-03 Mathieu Malaterre[trunk] Remove remainings conversion issues in t2.c...
2014-03-03 Mathieu Malaterre[trunk] Remove a simple warning about int -> float...
2014-03-03 Mathieu Malaterre[trunk] rework code to avoid a warning. this also remov...
2014-03-03 Mathieu Malaterre[trunk] Remove some more warnings about conversion
2014-03-03 Mathieu Malaterre[trunk] Prefer compile time constant to avoid conversio...
2014-03-03 Mathieu Malaterre[trunk] Review warning about types conversion, and...
2014-03-03 Mathieu Malaterre[trunk] Remove some simple warnings about conversion
2014-03-03 Mathieu Malaterre[trunk] Remove warning about cast double -> int. Instea...
2014-03-03 Mathieu Malaterre[trunk] Remove easy to fix warnings about conversion
2014-03-03 Mathieu Malaterre[trunk] Import left over from patch submitted as issue...
2014-03-03 Mathieu Malaterre[trunk] remove all api with invalid FILE* parameters...
2014-03-03 Mathieu Malaterre[trunk] Explicitely trigger issue 229, there may be...
2014-03-03 Mathieu Malaterre[trunk] Avoid conflicting declarion for fseek in openjp...
2014-03-03 Mathieu Malaterre[trunk] Remove deprecated functions.
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] Import patch from issue 218. No dataset to...
2014-02-27 Mathieu Malaterre[trunk] add a sentinel in debug code
2014-02-26 Mathieu Malaterre[trunk] Remove a simple warning about a cast
2014-02-26 Mathieu Malaterre[trunk] revert r2460 since it breaks ETS-C1P0-p0_03...
2014-02-26 Mathieu Malaterre[trunk] Revert r2453 since it breaks conformance test...
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...
next