[trunk] fixed component precision upscaling in opj_decompress (fixes issue 458)
[openjpeg.git] / src / bin / jp2 / convert.c
2014-12-22 Matthieu Darbois[trunk] fixed component precision upscaling in opj_deco...
2014-12-20 Matthieu Darbois[trunk] fixed BMP reading for 8bpp when width & 3 == 1
2014-12-11 Matthieu Darbois[trunk] Fixed invalid check in in tiff reading method...
2014-11-25 Matthieu Darbois[trunk] removed some warnings when building src/bin...
2014-11-22 Matthieu Darbois[trunk] fixed pnmtoimage for odd pgm files (fixes issue...
2014-11-19 Matthieu Darbois[trunk] added option to force output bit depth in opj_d...
2014-11-03 Antonin Descampe[trunk] add a cdef box when alpha component is present...
2014-09-16 Antonin Descampe[trunk] improve memory management (fixes issue 359)
2014-07-03 Antonin Descampe[trunk] fixes issue #357. MCT is automatically disabled...
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-26 Antonin Descampe[trunk] fixed warnings triggered on linux related to...
2014-03-26 Antonin Descampe[trunk] add ability in opj_compress to input subsampled...
2014-03-25 Mathieu Malaterre[trunk] Make sure to not use alpha pointer if it is...
2014-03-24 Mathieu Malaterre[trunk] Make sure to exit early instead of looping...
2014-03-18 Mathieu Malaterre[trunk] Update big endian handling no such thing as...
2014-03-14 Mathieu Malaterre[trunk] Fix issue with & vs &&
2014-03-14 Mathieu Malaterre[trunk] Move INLINE definition within openjpeg.h header...
2014-03-10 Mathieu Malaterre[trunk] Fix simple sign conversion warnings only visibl...
2014-03-10 Mathieu Malaterre[trunk] Properly handle PGM file generation when fullpa...
2014-03-10 Mathieu Malaterre[trunk] Make sure to always initialize variable
2014-03-10 Mathieu Malaterre[trunk] Fix warnings about shadow variables
2014-03-07 Mathieu Malaterre[trunk] Fix compilation in visual studio, inline cannot...
2014-03-06 Mathieu Malaterre[trunk] Remove some easy warnings
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-04 Mathieu Malaterre[trunk] Remove more conversion warnings.
2014-03-03 Mathieu Malaterre[trunk] remove some simple warnings about unused params
2014-03-02 Mathieu Malaterre[trunk] Remove some simple warnings about var being...
2014-03-02 Mathieu Malaterre[trunk] Remove warning about -2147483648 (aka INT_MIN...
2014-03-01 Mathieu Malaterre[trunk] Fix compilation on MSVC compiler
2014-02-28 Mathieu Malaterre[trunk] Partially rework r2506, original patch from...
2014-02-28 Mathieu Malaterre[trunk] Merge final patch from issue 171 with code...
2014-02-27 Mathieu Malaterre[trunk] Import patch from issue 171. Only the imagetora...
2014-02-24 Mathieu Malaterre[trunk] Fix a simple mem leak
2014-02-12 Antonin Descampe[trunk] added a warning when tif conversion changes...
2014-02-12 Antonin Descampe[trunk]re-indenting convert.c
2013-03-03 Mickael Savinaud[trunk] split into two config files config options...
2013-02-03 Mickael Savinaud[trunk] update convert about png writing with additiona...
2012-11-15 Mickael Savinaud[trunk]extend last commits to apps
2012-10-15 Mathieu Malaterre[trunk] Remove some warnings about missing prototypes...
2012-09-28 Mathieu Malaterre[trunk] Start FolderReorgProposal task