summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Collapse)Author
2015-07-26Remove some warnings when buildingmayeut
Update #442
2015-07-26Remove some warnings when buildingmayeut
Update #442
2015-07-25Remove some warnings when buildingmayeut
Update #442
2015-07-24Remove some warnings when buildingmayeut
Update #442
2015-07-19Update PNG supportmayeut
Only input modified for now Update uclouvain/openjpeg#536 Update uclouvain/openjpeg#264
2015-07-19Correct error message for invalid TIFF inputmayeut
2015-07-18Add headers to CMake targetmayeut
2015-07-18Add tests for TIFF input with Alpha channelmayeut
Update uclouvain/openjpeg#322
2015-07-16Fix build warnings in converttif.cmayeut
2015-07-16Update imagetotif to support more output TIF formatsmayeut
Update uclouvain/openjpeg#322 Update uclouvain/openjpeg#264
2015-07-14Update tiftoimage to support more input TIF formatsmayeut
Update uclouvain/openjpeg#322 Update uclouvain/openjpeg#264
2015-07-11Add option to force component splitting in imagetopnmmayeut
Update uclouvain/openjpeg#289
2015-07-03commented out printf lineAntonin Descampe
2015-07-03commented out a printf lineAntonin Descampe
2015-07-03fixed a few bugsAaron Boxer
2015-07-03add timing to compress and decompressAaron Boxer
2015-05-29[trunk] Fix wrong return value for opj_setup_encoder & ↵Matthieu Darbois
opj_set_decoded_resolution_factor (fixes issue 497) Thanks Aaron.
2015-05-28[trunk] Fix sscanf format specifier (fixes issue 494)Matthieu Darbois
Thanks Aaron.
2015-02-02[trunk] fixes a bug that prevented opj_decompress to take directory as input ↵Antonin Descampe
(fixes issue 463) Thanks Aaron.
2014-12-27[trunk] removed warning from convertbmp.cMatthieu Darbois
Update issue 442
2014-12-26[trunk] fixed typo in opj_decompress (fixes issue 465)Matthieu Darbois
2014-12-23[trunk] removed warning from convert.cMatthieu Darbois
Update issue 442
2014-12-23[trunk] fixed imagetoraw unsigned 16bits conversion (fixes issue 460)Matthieu Darbois
2014-12-23[trunk] removed warning from convertbmp.cMatthieu Darbois
Update issue 442
2014-12-22[trunk] fixed colorspace mapping for raw grayscale images (fixes issue 456)Matthieu Darbois
2014-12-22[trunk] fixed component precision upscaling in opj_decompress (fixes issue 458)Matthieu Darbois
2014-12-22[trunk] updated BMP format input supportMatthieu Darbois
Update issue 203
2014-12-22[trunk] updated BMP format input supportMatthieu Darbois
Update issue 203
2014-12-20[trunk] fixed BMP reading for 8bpp when width & 3 == 1Matthieu Darbois
Update issue 203
2014-12-11[trunk] Fixed invalid check in in tiff reading method (fixes issue 449)Matthieu Darbois
2014-12-02[trunk] Fixed typo in opj_compress error report (fixes issue 350)Matthieu Darbois
2014-11-25[trunk] removed some warnings when configuring with CMake 3.x on MacOSMatthieu Darbois
Update issue 443 Warnings related to OPJ_USE_DSYMUTIL are fixed
2014-11-25[trunk] removed some warnings when building src/bin/jp2/convert.cMatthieu Darbois
Update issue 442
2014-11-22[trunk] added an option to upsample image components in opj_decompressMatthieu Darbois
Update issue 289 Issue is left open since there's still one image failing the tests.
2014-11-22[trunk] fixed pnmtoimage for odd pgm files (fixes issue 294)Matthieu Darbois
2014-11-22[trunk] fixed warning in option to force rgb output in opj_decompress (fixes ↵Matthieu Darbois
issue 282)
2014-11-22[trunk] added option to force rgb output in opj_decompress (fixes issue 282 ↵Matthieu Darbois
, fixes issue 286)
2014-11-19[trunk] added option to force output bit depth in opj_decompress (fixes ↵Matthieu Darbois
issue 283)
2014-11-18[trunk] fixed a bug leading to jpwl build failure & add related odd ↵Matthieu Darbois
width/height sYCC tests (fixes issue 422)
2014-11-03[trunk] add a cdef box when alpha component is present (fixes issue 416)Antonin Descampe
2014-10-21[trunk] fixed invalid member values from opj_read_header or opj_decode ↵Antonin Descampe
(fixes issue 411)
2014-10-15[trunk] Add option to call dsymutil on built binaries (fixes issue 409)Antonin Descampe
2014-09-30[trunk] fixes heap-buffer-overflow in parse_cmdline_encoderAntonin Descampe
Fixes issue 403 Thanks Matthieu
2014-09-16[trunk] improve memory management (fixes issue 359)Antonin Descampe
2014-07-03[trunk] fixes issue #357. MCT is automatically disabled whenAntonin Descampe
subsamppling is detected.
2014-07-01[trunk] moved comment marker setup from opj_compress to the libraryAntonin Descampe
2014-04-28[trunk] Properly handle failure to compress (remove file)Mathieu Malaterre
Fixes issue 323
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-23[trunk]removed '-x' option for index file as long as it's brokenAntonin Descampe