Fix typos in comments and string
[openjpeg.git] / src / bin / jp2 / convert.c
2015-09-29 Stefan WeilFix typos in comments and string
2015-09-24 mayeutFix some resource leaks
2015-09-23 mayeutUse buffer on stack to read TGA header
2015-08-21 Matthieu DarboisMerge pull request #559 from szukw000/cmyk-cielab-esycc
2015-07-30 ak-dxdySmall correction + attempt to understand git-openjpeg...
2015-07-26 Matthieu DarboisMerge pull request #549 from mayeut/master
2015-07-26 mayeutUpdate convert for PNG output 549/head
2015-07-26 Matthieu DarboisMerge pull request #548 from mayeut/master
2015-07-26 mayeutRemove some warnings when building 548/head
2015-07-25 Matthieu DarboisMerge pull request #528 from mayeut/zlib-1.2.8
2015-07-25 Matthieu DarboisMerge pull request #521 from manisandro/bigendian
2015-07-20 Matthieu DarboisMerge pull request #533 from mayeut/refactor-read-ppX
2015-07-20 mayeutMerge remote-tracking branch 'uclouvain/master' into...
2015-07-19 Matthieu DarboisMerge pull request #538 from mayeut/master
2015-07-19 mayeutUpdate PNG support 538/head
2015-07-17 Matthieu DarboisMerge pull request #535 from mayeut/converttif
2015-07-14 mayeutUpdate tiftoimage to support more input TIF formats
2015-07-12 mayeutMerge pull request #529 from renevanderark/master
2015-07-11 mayeutMerge pull request #531 from mayeut/issue-289
2015-07-11 mayeutAdd option to force component splitting in imagetopnm 531/head
2015-07-03 mayeutMerge pull request #514 from mayeut/issue-254
2015-07-03 Antonin Descampecommented out printf line
2015-07-03 Antonin Descampecommented out a printf line
2014-12-23 Matthieu Darbois[trunk] removed warning from convert.c
2014-12-23 Matthieu Darbois[trunk] fixed imagetoraw unsigned 16bits conversion...
2014-12-22 Matthieu Darbois[trunk] fixed colorspace mapping for raw grayscale...
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