summaryrefslogtreecommitdiff
path: root/applications
AgeCommit message (Expand)Author
2015-11-07Fix warningopenjpeg-1.5mayeut
2015-11-05PNG support enhancementmayeut
2015-11-05BMP support enhancementmayeut
2015-11-03Update TIFF conversion to support more bit depth.mayeut
2015-10-18Fix invalid read in pngtoimagemayeut
2015-10-18Fix ycc_to_rgb conversionsmayeut
2015-10-18Update color_apply_icc_profilemayeut
2015-10-18Add "-p", "-force-rgb" and "-upsample" options to j2k_to_imagemayeut
2015-09-23Makes j2k_dump focus on parsing j2k codestreams, nothing else.Antonin Descampe
2015-09-16Wrong TGA header generated by j2k_to_imagePedro Gimeno
2015-09-15preventde seg fault when unknown long options and fixed ability to use USE_SY...Antonin Descampe
2014-04-01[1.5] Fix a typo in commentsMathieu Malaterre
2014-04-01[1.5] Rework r2827. getopt was still being used in java bindingMathieu Malaterre
2014-04-01[1.5] Rework r2769. getopt was still being used in mj2/jpwl codecsMathieu Malaterre
2014-04-01[1.5] Make sure to compile java code with a defined source/target versionMathieu Malaterre
2014-03-25[1.5] Import patch from bug trackerMathieu Malaterre
2014-03-18[1.5] Rework r2768 in fact getopt_long is slightly different on GNU. Adapt si...Mathieu Malaterre
2014-03-18[1.5] Create a new cmake option to choose between convienient copy of getopt ...Mathieu Malaterre
2014-03-18[1.5] Add a way for user to override source/target java versionMathieu Malaterre
2014-03-18[1.5] Fix issues with big endian handlingMathieu Malaterre
2014-03-17[1.5] Remove another set of simple warningsMathieu Malaterre
2014-03-17[1.5] Update BSD-4 copyright into a BSD-3 copyrightMathieu Malaterre
2014-03-12[1.5] Prevent buffer overflow in openjpip codeMathieu Malaterre
2014-03-12[1.5] Fix remainings warnings on 1.5 branchMathieu Malaterre
2014-02-26[1.5] Declare functions static to track unused ones.Mathieu Malaterre
2014-02-26[1.5] Import first patch (fixes.patch) from issue 249 to fix leaks on error c...Mathieu Malaterre
2012-12-18[1.5] improve the bmp read function for RGB8 case (thanks Winfried). Update i...Mickael Savinaud
2012-10-22[1.5] Fix Java binding issues.Mathieu Malaterre
2012-08-24[1.5] COMP: Fix warnings identified by clang31Mathieu Malaterre
2012-07-29[1.5] Import portion of patch from Alex Zimnitsky to fix compilation on FreeBSDMathieu Malaterre
2012-05-29[1.5] Make sure openjpeg/mj2 can be compiled with gcc -std=c89Mathieu Malaterre
2012-05-29[1.5] The two files in Issue145 have a precision < 8-bit:Mathieu Malaterre
2012-04-23[1.5] Integrate patch from winfried posted on the mailing list. See here for ...Mathieu Malaterre
2012-04-23[1.5] Integrate patch from winfried posted on the mailing list. See here for ...Mathieu Malaterre
2012-04-20[1.5] Need to compile/install tool to embed XML file in JP2 for jpip serverMathieu Malaterre
2012-04-19[1.5] jar files are arch independant. We can install them safely in shareMathieu Malaterre
2012-04-19[1.5] Add install rules for openjpip clientMathieu Malaterre
2012-04-19[1.5] Add missing symbols from getopt into the java glue libMathieu Malaterre
2012-04-19[1.5] resolve missing symbols from convert.c/index.cMathieu Malaterre
2012-04-19[1.5] Add explicit linking from glue java lib to real openjpeg libMathieu Malaterre
2012-04-19[1.5] install java moduleMathieu Malaterre
2012-03-16[1.5] Remove a simple warning reportMathieu Malaterre
2012-03-16[1.5] I think == was meant here.Mathieu Malaterre
2012-03-02[1.5] Remove a warning about undefined snprintf on windows compiler.Mathieu Malaterre
2012-03-02[1.5] Change the logic in byte_manager.h. Prefer the use of stdint.h when ava...Mathieu Malaterre
2012-03-02[1.5] Import rev 1053 from trunk over to 1.5Mathieu Malaterre
2012-03-02[1.5] Fix typo in date.Mathieu Malaterre
2012-03-02[1.5] Sync with trunk. Remove remainings bits of old Makefile based build systemMathieu Malaterre
2012-03-02[1.5] Convert from DOS eol to UNIX eolMathieu Malaterre
2012-03-02[1.5] Use UNIX eol for source codeMathieu Malaterre