summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Collapse)Author
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
2014-04-23[trunk]re-formatted help display in executablesAntonin 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-22[trunk] fixed some warning and errors formatting and add a '-version'Antonin Descampe
option to opj_compress and opj_decompress binaries
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-04-02[trunk] fixed a bug triggering SEGFAULT on debug mode (uninitializedAntonin Descampe
structure)
2014-03-26[trunk] fixed warnings triggered on linux related to r2802Antonin Descampe
2014-03-26[trunk] add ability in opj_compress to input subsampled images throughAntonin Descampe
'-F' (aka raw option). Let the user input raw images with 444, 422, 420 (etc) subsampling. To be used in conjunction with '-mct 0' option to compress subsampled YCC images.
2014-03-25[trunk] Make sure to test value not pointerMathieu Malaterre
Update issue 302
2014-03-25[trunk] fixed bug related to r2791Antonin Descampe
2014-03-25[trunk] fixed warning due induced by r2791Antonin Descampe
2014-03-25[trunk] add "-mct {0,1,2}" option to opj_compress to allow MCT to beAntonin Descampe
disabled if needed.
2014-03-25[trunk] Make sure to not use alpha pointer if it is not an RGBA inputMathieu Malaterre
Fixes issue 310
2014-03-24[trunk] Make sure to exit early instead of looping on every single pixelsMathieu Malaterre
2014-03-24[trunk] Fix typo in comment (this is not j2k_dump)Mathieu Malaterre
2014-03-18[trunk] User can now control source/target java versionMathieu Malaterre
Fixes issue 303